mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes appendicitis magically self-curing
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
visibility_flags = HIDDEN_PANDEMIC
|
||||
required_organs = list(/obj/item/organ/limb/chest)
|
||||
|
||||
|
||||
/datum/disease/appendicitis/stage_act()
|
||||
..()
|
||||
stage = min(stage, max_stages)
|
||||
|
||||
if(prob(stage_prob))
|
||||
stage = min(stage + 1,max_stages)
|
||||
|
||||
switch(stage)
|
||||
if(1)
|
||||
|
||||
Reference in New Issue
Block a user