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.
This commit is contained in:
Seth Scherer
2021-04-23 00:30:01 -04:00
committed by GitHub
parent a540c5f587
commit 79556c3e61
@@ -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)