mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Deletes misleading infinite define, adds defines for clearer status effect durations (#87842)
## About The Pull Request 1. Deletes `INFINTIE`, it is misleading and not at all a big number and causes bugs 2. Adds `STATUS_EFFECT_PERMANENT` and `STATUS_EFFECT_NO_TICK` to make it clearer what infinite status effects are
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
id = "brimdust_coating"
|
||||
stacks = 0
|
||||
max_stacks = 3
|
||||
tick_interval = -1
|
||||
tick_interval = STATUS_EFFECT_NO_TICK
|
||||
consumed_on_threshold = FALSE
|
||||
alert_type = /atom/movable/screen/alert/status_effect/brimdust_coating
|
||||
status_type = STATUS_EFFECT_REFRESH // Allows us to add one stack at a time by just applying the effect
|
||||
|
||||
Reference in New Issue
Block a user