Files
CHOMPStation2/code/modules/ventcrawl/ventcrawl_verb.dm

8 lines
226 B
Plaintext

/mob/living/proc/ventcrawl()
set name = "Crawl through Vent"
set desc = "Enter an air vent and crawl through the pipe system."
set category = "Abilities.General"
var/pipe = start_ventcrawl()
if(pipe)
handle_ventcrawl()