This commit is contained in:
Metis
2024-08-30 17:46:52 -04:00
parent 956e5bfc8d
commit 8f1ff24830
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
return ..()
var/stuckage_weight = L?.client?.prefs?.stuckage
if(!stuckage_weight)
if(isnull(stuckage_weight) || (stuckage_weight < 10))
return ..() // They aren't able to get stuck
if(L.fatness > (stuckage_weight * 2))