[MIRROR] Allows you to repair trophy cases (the ones found in the library) (#5107)

* Allows you to repair trophy cases (the ones found in the library) (#58588)

Apparently you haven't been able to repair these for the last four years.
Fixes #27926 (Trophy cases being perma broken)

All other display cases can be repaired, why shouldnt this one be able to.

* Allows you to repair trophy cases (the ones found in the library)

Co-authored-by: Seth Scherer <supernovaa41@protonmail.com>
This commit is contained in:
SkyratBot
2021-04-23 13:47:04 +01:00
committed by GitHub
co-authored by Seth Scherer
parent 44b7c7261a
commit a88004c4f6
@@ -301,6 +301,8 @@
return
if(user.combat_mode)
return ..()
if(W.tool_behaviour == TOOL_WELDER && !broken)
return ..()
if(user.is_holding_item_of_type(/obj/item/key/displaycase))
if(added_roundstart)