Files
Paradise/code/modules/mob/abilities.dm
Tigercat2000 1266df1f3d Generic ventcrawling + Bugfixes
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.
2015-05-11 06:28:44 -07:00

5 lines
73 B
Plaintext

/*
Creature-level abilities.
*/
/var/global/list/ability_verbs = list( )