mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
This commit makes the ventcrawling system operate independant of ventcrawling verbs. Every type of /mob/living now has a ventcrawling variable, which allows them to interact with the ventcrawling system if set to 1 or 2. The AltClickOn() defines for each ventcrawling mob have been removed, and replaced with a single AltClick() define on ventcrawl machinery.
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
/*
|
|
Creature-level abilities.
|
|
*/
|
|
|
|
/var/global/list/ability_verbs = list( ) |