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:
MrMelbert
2024-11-12 17:24:27 +01:00
committed by GitHub
parent 155c343684
commit 239797a4ee
43 changed files with 134 additions and 117 deletions
@@ -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