mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user