Skip to content

Commit

Permalink
Fixes kitchen soda fountain being moveable. Adds return to wrenchable…
Browse files Browse the repository at this point in the history
… conditional.
  • Loading branch information
Xufysz committed Aug 26, 2023
1 parent 6b78d2f commit 7ea7015
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
if(HAS_TRAIT(attacking_object, TRAIT_TOOL_WRENCH))
if(!wrenchable)
to_chat(user, "[src] cannot be unwrenched.")
return

if(!do_after(user, 2 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
return
Expand Down

0 comments on commit 7ea7015

Please sign in to comment.