mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-16 10:42:50 +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
|