Adds a stationloving component to replace a couple of flags and SSinbounds with (#37436)
* station lovin' happened so fast * Update stationloving.dm * less qdel memes * imbue soul signal * rename imbue soul signal * dupemode * henk * Update atoms_movable.dm * Update nuclearbomb.dm * Update nuclearbomb.dm
This commit is contained in:
committed by
CitadelStationBot
parent
4702d0232e
commit
d6b48869d8
@@ -504,15 +504,12 @@ This is here to make the tiles around the station mininuke change when it's arme
|
||||
|
||||
/obj/item/disk/nuclear/Initialize()
|
||||
. = ..()
|
||||
var/tell_the_admins
|
||||
// Only tell the admins if a REAL nuke disk is relocated
|
||||
if(fake)
|
||||
tell_the_admins = FALSE
|
||||
else
|
||||
if(!fake)
|
||||
GLOB.poi_list |= src
|
||||
tell_the_admins = TRUE
|
||||
|
||||
set_stationloving(TRUE, inform_admins=tell_the_admins)
|
||||
/obj/item/disk/nuclear/ComponentInitialize()
|
||||
. = ..()
|
||||
AddComponent(/datum/component/stationloving, !fake)
|
||||
|
||||
/obj/item/disk/nuclear/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user