mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user