Merge pull request #16411 from Kashargul/oups

fix timer window
This commit is contained in:
Heroman3003
2024-10-04 06:50:02 +10:00
committed by GitHub
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
scan_cash(SC)
else if(istype(O, /obj/item/card/emag))
return ..()
else if(O.has_tool_quality(TOOL_WRENCH))
else if(istype(O) && O.has_tool_quality(TOOL_WRENCH))
var/obj/item/tool/wrench/W = O
toggle_anchors(W, user)
// Not paying: Look up price and add it to transaction_amount