mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 12:46:20 +01:00
6 lines
188 B
Plaintext
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()
|