Fixes door buzz (#31632)

This commit is contained in:
PollardTheDragon
2026-02-21 00:16:47 +00:00
committed by GitHub
parent 9083d44bd3
commit fd3be1aa32
+2 -2
View File
@@ -203,8 +203,8 @@
if(foam_level)
return
if(!barricaded)
return
if(barricaded)
return FALSE
if(!HAS_TRAIT(user, TRAIT_FORCE_DOORS))
return FALSE