-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xeno upgrades nerf #762
Xeno upgrades nerf #762
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,7 @@ | |
|
||
ignore_weed_destruction = FALSE | ||
refundable = FALSE | ||
|
||
/obj/alien/resin/sticky/thin/temporary/Initialize(mapload) | ||
. = ..() | ||
addtimer(CALLBACK(src, PROC_REF(obj_destruction), MELEE), 3 SECONDS) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. эдд таймер не будет сильно тикер нагружать? на каждую резину будет свой таймер создаваться There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Хз если честно, но у оффов так же сделано, так что возможно не особо нагружает |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я же специально сделал так что-бы вампирик всегда хилил одинаковое количество ХП, теперь через HEAL_XENO_DAMAGE он будет хилить по-разному в зависимости наличия брута и бёрна
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
пон