mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Clicking an open locker on combat mode will no longer deposit your item (#63951)
* fix * fix * FIX
This commit is contained in:
@@ -390,6 +390,8 @@
|
||||
span_notice("You cut \the [src] apart with \the [W]."))
|
||||
deconstruct(TRUE)
|
||||
return
|
||||
if (user.combat_mode)
|
||||
return FALSE
|
||||
if(user.transferItemToLoc(W, drop_location())) // so we put in unlit welder too
|
||||
return
|
||||
else if(W.tool_behaviour == TOOL_WELDER && can_weld_shut)
|
||||
|
||||
Reference in New Issue
Block a user