Bug #340
Mummy creatures hurt themselves with own skull attack
100%
Description
In heretic, the skulls released by mummy creatures
collide with the hitbox of the mummy that launches it
immediately, injuring, and potentially killing, them.
Attached is my jheretic config, and a demo showing
the issue.
No extra data has been added, just standard
heretic.wad.
Labels: jHeretic Gameplay
History
#1 Updated by ashridah over 18 years ago
jheretic config
Attachments:#2 Updated by ashridah over 18 years ago
demo of mummies injuring themselves.
Attachments:#3 Updated by zachkeene about 18 years ago
Logged In: YES
user_id=1103163
Changing line 1110 of jHeretic/src/p_enemy.c from:
mo->target = actor->target;
to
mo->tracer = actor->target;
seems to fix this. (I'm guessing this bug crept in at SVN
3458, before which this line read something like
"mo->special1 = (int) actor->target;")
#4 Updated by danij about 18 years ago
Logged In: YES
user_id=849456
You ARE on a bit of a roll arn't you zachkeene :)
Fixed in SVN for 1.9.0-beta5