Merge pull request #8388 from Fox-McCloud/slime-fix

Fixes Slime Transformation
This commit is contained in:
tigercat2000
2017-11-26 13:03:24 -08:00
committed by GitHub
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
stage3 = list("<span class='danger'>Your appendages are melting away.</span>", "<span class='danger'>Your limbs begin to lose their shape.</span>")
stage4 = list("<span class='danger'>You are turning into a slime.</span>")
stage5 = list("<span class='danger'>You have become a slime.</span>")
new_form = /mob/living/simple_animal/slime
new_form = /mob/living/carbon/slime/random
/datum/disease/transformation/slime/stage_act()
..()