mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-15 00:52:36 +01:00
b86c730695
Appendicitis moved to appendix organ
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
/datum/event/spontaneous_appendicitis/start()
|
|
for(var/mob/living/carbon/human/H in shuffle(living_mob_list))
|
|
if(H.client && H.appendicitis())
|
|
break
|