forked from infinitystation/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Описание #541 Унатхам ядовитым, добавляет абилку сцеживания 8 единиц яда, в емкость в активной руке. КД 30 секунд. Потребляет 25 нутримента и 15 жажды. Так же Йоза теперь имеют иммунитет к своему яду ## Changelog <!-- С помощью этого раздела можно подготовить список изменений, которые попадут в игровой чейндж-лог. ---> <!-- Вам нужно указать префикс изменения (Он идёт до двоеточия) и дать описание, как на примере. ---> <!-- Префиксы можно использовать несколько раз. ---> <!-- Если Вы не планируете добавлять записи в чейндж-лог - просто удалите из пулл-реквеста этот раздел. ---> :cl: rscadd: Унатхи Йоза могут сцеживать яд. /:cl:
- Loading branch information
Showing
4 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,6 @@ | |
|
||
var/list/descriptors | ||
|
||
var/last_smelt = 0 | ||
var/last_smelt = 0 | ||
|
||
var/venom_cooldown = 0 // used for Unathi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters