prevents off-z appendicitis

This commit is contained in:
Archie
2020-10-14 00:41:15 -03:00
parent 29e1f9ba2f
commit 1136f0f31a
@@ -15,6 +15,8 @@
continue
if(H.stat == DEAD)
continue
if(H.z != SSmapping.station_start) //Let's not fucking give Appendicitis to ghost roles or people not on station, shall we?
continue
if(!H.getorgan(/obj/item/organ/appendix)) //Don't give the disease to some who lacks it, only for it to be auto-cured
continue
if(!(MOB_ORGANIC in H.mob_biotypes)) //biotype sleeper bugs strike again, once again making appendicitis pick a target that can't take it
@@ -28,4 +30,4 @@
var/datum/disease/D = new /datum/disease/appendicitis()
H.ForceContractDisease(D, FALSE, TRUE)
break
break