mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Narsie Fixes, Lag Fixes, Power Failure Fixes
Fixes narsie double consuming all atoms in range Commented out see_narsie until someone fixes it causing narsie double vision Instead of deleting pipelines, narsie will now set them to invisible Fixes #2587, powernet shutdown should work perfectly well now As above, fixes apcs recharging somewhat during different events and starting things back up Absolute pathed datum_pipeline.dm Disallowed shuttle controller deleting narsie/singulo on entry Added better lag logging for setting the universal state to hell_universe Lightswitches should start with the areas current light status Fixes a jukebox runtime during narsie's summoning for servers with no media server access Rename Procs Thing Improving see_narsie to prevent double narsie
This commit is contained in:
@@ -239,6 +239,8 @@ datum/shuttle_controller
|
||||
AM.Move(D)
|
||||
// Remove windows, grills, lattice, etc.
|
||||
if(istype(A,/obj/structure) || istype(A,/obj/machinery))
|
||||
if(istype(A,/obj/machinery/singularity))
|
||||
continue
|
||||
qdel(A)
|
||||
// NOTE: Commenting this out to avoid recreating mass driver glitch
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user