This commit is contained in:
ZomgPonies
2013-11-07 19:07:24 -05:00
parent 3df8839219
commit 58f1a0cff4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -496,7 +496,7 @@
sleep(48)
del(animation)
var/mob/living/carbon/human/O = new( src )
var/mob/living/carbon/human/human/O = new( src )
if(Mo.greaterform)
O.set_species(Mo.greaterform)
+1 -1
View File
@@ -3,7 +3,7 @@
name = "magboots"
icon_state = "magboots0"
var/magpulse = 0
species_restricted = list()
species_restricted = null
verb/toggle()