mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
-Changed emitters.
Emitters will now need to be wired. Emitter type has changed to /obj/machinery/power/emitter Fixed cables not correctly disconnecting power machinery from the powernet after being removed. -Fixed a typo with smashing tables/racks. -Fixed maps having incorrect types. -Fixed singularity EMPing when at stage 1. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5423 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -882,7 +882,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
if(alert("Are you sure? This will start up the engine. Should only be used during debug!",,"Yes","No") != "Yes")
|
||||
return
|
||||
|
||||
for(var/obj/machinery/emitter/E in world)
|
||||
for(var/obj/machinery/power/emitter/E in world)
|
||||
if(E.anchored)
|
||||
E.active = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user