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