Merge pull request #35618 from YPOQ/processdeaddiseasefix
Fixes process_dead diseases not processing at all
This commit is contained in:
committed by
CitadelStationBot
parent
01f76f4588
commit
da5cc6a8cc
@@ -254,7 +254,7 @@
|
||||
if(prob(D.infectivity))
|
||||
D.spread()
|
||||
|
||||
if(stat != DEAD && !D.process_dead)
|
||||
if(stat != DEAD || D.process_dead)
|
||||
D.stage_act()
|
||||
|
||||
//todo generalize this and move hud out
|
||||
|
||||
Reference in New Issue
Block a user