mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Allow dead people to get dead viruses
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
/mob/living/proc/CanContractDisease(datum/disease/D)
|
||||
if(stat == DEAD)
|
||||
if(stat == DEAD && !D.process_dead)
|
||||
return FALSE
|
||||
|
||||
if(D.GetDiseaseID() in disease_resistances)
|
||||
|
||||
Reference in New Issue
Block a user