Monsters that get stuck in floors/cielings/objects after a respawn will now

instagib. The way I'm doing it is buggy according to Grievre, but on the other
hand, I haven't seen any strangeness while playing.

Hikaru
This commit is contained in:
Timothy C. McGrath 2004-02-14 13:29:24 +00:00
parent a86c777218
commit cdd54a89c1

View file

@ -59,6 +59,10 @@
//Flyer/Fish
setorigin (self, self.origin);
}
if (!walkmove(0,0)) {
//Die if we get stuck in a wall/object
T_Damage (self, self, self, 50000);
}
}
};