noxworld-dev / opennox

OpenNox main repository.
GNU General Public License v3.0
451 stars 25 forks source link

Bombers turn into traps on death when setting their spells, instead of properly exploding. #585

Closed Ephreaym closed 1 year ago

Ephreaym commented 1 year ago
ns.AsObj(con.bomber1).TrapSpells(spell.POISON, spell.FIST, spell.STUN)
con.bomber1.TrapSpells(spell.POISON, spell.FIST, spell.STUN)
dennwc commented 1 year ago

Cannot confirm this, spells appear to work fine when I test them separately. Maybe something else in the script causes this? For example, this line that deletes the bomb?

Ephreaym commented 1 year ago

100% correct on the delete line.