mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user