mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Server maint subsystem (#9408)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4f9bd4462d
commit
f72f2f8c89
@@ -102,12 +102,10 @@
|
||||
START_PROCESSING(SSobj, src)
|
||||
AddComponent(/datum/component/recursive_move)
|
||||
RegisterSignal(src, COMSIG_OBSERVER_MOVED, PROC_REF(moved_event))
|
||||
//ChompEDIT START - shields on init
|
||||
if(always_on)
|
||||
spawn(0)
|
||||
if(!QDELETED(src))
|
||||
create_shields()
|
||||
//ChompEDIT END
|
||||
return ..()
|
||||
|
||||
/obj/item/shield_projector/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user