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:
clusterfack
2015-02-24 14:52:19 -06:00
parent 15c75908ae
commit 4f09d3a76a
12 changed files with 223 additions and 191 deletions

View File

@@ -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
/*