Allow zombies

This commit is contained in:
jl777
2019-02-20 21:33:25 -11:00
parent 0594b52df2
commit 23caa34773
6 changed files with 526 additions and 69 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 ( pstats.s_hpt <= 0 )
if ( 0 && pstats.s_hpt <= 0 )
{
//fprintf(stderr,"KILLED\n");
rs->P.gold = -1;