Files
2014-03-11 09:03:52 +02:00

6 lines
188 B
Plaintext

/mob/living/carbon/monkey/verb/ventcrawl()
set name = "Crawl through Vent"
set desc = "Enter an air vent and crawl through the pipe system."
set category = "Monkey"
handle_ventcrawl()