[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:
SkyratBot
2021-08-08 15:52:03 +01:00
committed by GitHub
co-authored by aaaa1023
parent b95d91b98c
commit 4cdde11754
@@ -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!"))