Fixes Slime Transformation

This commit is contained in:
Fox-McCloud
2017-11-20 12:11:59 -05:00
parent aa9bbd877f
commit 0e19a4d00c
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()
..()