Kill the zombies

This commit is contained in:
jl777
2019-02-24 08:37:33 -11:00
parent 46055e824f
commit df66ea2b9d
2 changed files with 22 additions and 13 deletions

View File

@@ -1432,7 +1432,7 @@ rs_write_object(struct rogue_state *rs,FILE *savef, THING *o)
if ( o->_o._o_packch != 0 )
{
item = &rs->P.roguepack[rs->P.packsize];
if ( 0 && pstats.s_hpt <= 0 )
if ( 1 && pstats.s_hpt <= 0 )
{
//fprintf(stderr,"KILLED\n");
rs->P.gold = -1;