/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/spells/passive/passive.dm
10 строк
412 B
ShiftyRail
Undusts spell-code (#37506)
06 май 2025, 16:23
Не верифицирован
06 май 2025, 16:23
b67f77b
Код
Авторство
О чём код?
//Passive spells //Cannot be normally cast, instead they rely on process() except for the no_clothes.dm spell /spell/passive charge_type = SP_PASSIVE level_max = list(SP_TOTAL = 0) //Passive spells have no use. For the love of God, do NOT give it SP_SPEED, it will do nothing charge_cooldown_max = 0 //Redundancy /spell/passive/process() return //Does nothing, add processes to children instead