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

5 lines
195 B
Plaintext

/mob/living/carbon/alien/verb/ventcrawl() // -- TLE
set name = "Crawl through vent"
set desc = "Enter an air vent and crawl through the pipe system."
set category = "Alien"
handle_ventcrawl()