This commit is contained in:
kevinz000
2020-01-11 10:49:44 -08:00
parent b6e14c6b86
commit 9fd9f60855
13 changed files with 30 additions and 25 deletions
@@ -333,10 +333,6 @@ Pipelines + Other Objects -> Pipe network
user.forceMove(loc)
user.visible_message("<span class='notice'>You hear something squeezing through the ducts...</span>","<span class='notice'>You climb out the ventilation system.")
user.canmove = FALSE
addtimer(VARSET_CALLBACK(user, canmove, TRUE), 1)
/obj/machinery/atmospherics/AltClick(mob/living/L)
if(is_type_in_typecache(src, GLOB.ventcrawl_machinery))
return L.handle_ventcrawl(src)