Bugs linked to editing

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Zyx
Posts: 20
Joined: Wed Oct 31, 2012 1:57 pm

Bugs linked to editing

Post by Zyx »

1) It is possible to set the health of a monster to zero, making it immune to damage (weapon attacks and damageTile commands).
2) When a projectile hits a monster, the onDamage hook brings an invalid self parameter.

Code: Select all

onDamage = function(self, damage, damageType) 
-- self is an empty table!
end
Post Reply