mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Toilet deconstruction error fix (#7455)
* Toilet deconstruction error fix (#60725) * Toilet deconstruction error fix Co-authored-by: aaaa1023 <74441292+aaaa1023@users.noreply.github.com>
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
else if(I.tool_behaviour == TOOL_WRENCH && !(flags_1&NODECONSTRUCT_1))
|
||||
I.play_tool_sound(src)
|
||||
deconstruct()
|
||||
return TRUE
|
||||
else if(cistern && !user.combat_mode)
|
||||
if(I.w_class > WEIGHT_CLASS_NORMAL)
|
||||
to_chat(user, span_warning("[I] does not fit!"))
|
||||
|
||||
Reference in New Issue
Block a user