mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-03 21:33:31 +01:00
f72f2f8c89
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
226 B
Plaintext
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()
|