mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 20:55:01 -04:00
revision of events
This commit is contained in:
parent
858c4384e8
commit
669f72908e
33 changed files with 661 additions and 382 deletions
|
@ -1249,7 +1249,7 @@ void mob_check_death(int num,TMOB *p)
|
|||
mob_dostal=0;
|
||||
bott_draw(0);
|
||||
if (p->lives>0) return;
|
||||
SEND_LOG("(GAME) Monster killed ... '%s'",p->name,0);
|
||||
SEND_LOG("(GAME) Monster killed ... '%s'",p->name);
|
||||
sect=p->sector;
|
||||
p->vlajky&=~MOB_IN_BATTLE & ~MOB_LIVE;
|
||||
free_path(num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue