pulse and door tag fix (#17117)

This commit is contained in:
Kashargul
2025-02-11 00:41:49 +01:00
committed by GitHub
parent e5befdf43e
commit 408b765def
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1919,7 +1919,8 @@
else if(mod.pulse_set_level > modifier_set)
modifier_set = round(mod.pulse_set_level)
modifier_set = max(0, modifier_set) // No setting to negatives.
if(!isnull(modifier_set))
modifier_set = max(0, modifier_set) // No setting to negatives.
if(mod.pulse_modifier)
modifier_shift += mod.pulse_modifier