fix ian stuff

This commit is contained in:
bear1ake
2015-07-31 01:18:03 +09:00
parent 7404a1932e
commit 5af0bdec25
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -217,7 +217,7 @@
stage3 = list("<span class='danger'>Must... eat... chocolate....</span>", "<span class='danger'>YAP</span>")
stage4 = list("<span class='danger'>Visions of washing machines assail your mind!</span>")
stage5 = list("<span class='danger'>AUUUUUU!!!</span>")
new_form = /mob/living/simple_animal/pet/corgi
new_form = /mob/living/simple_animal/pet/dog/corgi
/datum/disease/transformation/corgi/stage_act()
..()
+1 -1
View File
@@ -1564,7 +1564,7 @@
mind.assigned_role = "Animal"
mind.special_role = "Animal"
/mob/living/simple_animal/pet/corgi/mind_initialize()
/mob/living/simple_animal/pet/dog/corgi/mind_initialize()
..()
mind.assigned_role = "Corgi"
mind.special_role = "Corgi"