Extends atom_reskin to be more modular/adds support for greyscale reskins in the loadout menu (#94466)

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
Bloop
2026-01-05 09:02:23 +00:00
committed by GitHub
co-authored by SmArtKar
parent 5536a209f9
commit 83cd43da91
27 changed files with 357 additions and 134 deletions
@@ -9,7 +9,6 @@
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
read_only = TRUE
read_only_locked = TRUE
reskin_allowed = FALSE
/// Whether we're a real nuke disk or not.
var/fake = FALSE
@@ -30,6 +29,9 @@
// Ensure fake disks still have examine text, but dont actually do anything
AddComponent(/datum/component/keep_me_secure)
/obj/item/disk/nuclear/setup_reskins()
return
/obj/item/disk/nuclear/proc/secured_process(last_move)
var/turf/new_turf = get_turf(src)
var/datum/round_event_control/operative/loneop = locate(/datum/round_event_control/operative) in SSevents.control