Allows size laser to be used on all mob/living

Want to make a mob catgirl big? Go for it.
Want to make a PAI big? Go for it.
This commit is contained in:
killer653
2017-08-09 10:31:01 -04:00
parent e74c10555e
commit 8dbe4b7a8e
+2 -2
View File
@@ -45,8 +45,8 @@
H.resize(set_size)
H.show_message("<font color='blue'> The beam fires into your body, changing your size!</font>")
H.updateicon()
else if (istype(target, /mob/living/carbon/))
var/mob/living/carbon/H = M
else if (istype(target, /mob/living/))
var/mob/living/H = M
H.resize(set_size)
H.updateicon()
else