mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 21:26:13 +01:00
5 lines
195 B
Plaintext
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() |