Forgot those 2 as well.

This commit is contained in:
jknpj
2017-09-15 20:04:29 -03:00
parent cc3bd62aef
commit 3ff82764df
2 changed files with 79 additions and 93 deletions

View File

@@ -93,6 +93,9 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
return TRUE
/mob/living/carbon/alien/can_ventcrawl()
if(handcuffed)
to_chat(src, "<span class='warning'>You can't vent crawl while you're restrained!</span>")
return FALSE
return TRUE
/mob/living/carbon/alien/ventcrawl_carry()