Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions code/game/objects/items/storage/secure.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_w_class = WEIGHT_CLASS_SMALL
STR.max_combined_w_class = 14
cut_overlays()
add_overlay(icon_opened)

/obj/item/storage/secure/examine(mob/user)
. = ..()
Expand All @@ -48,6 +50,8 @@
to_chat(user, span_danger("Now attempting to reset internal memory, please hold."))
l_hacking = 1
if (W.use_tool(src, user, 400))
cut_overlays()
add_overlay(icon_sparking)
to_chat(user, span_danger("Internal memory reset - lock has been disengaged."))
l_set = 0
l_hacking = 0
Expand Down
Binary file modified icons/obj/storage.dmi
Binary file not shown.