Merge pull request #11195 from VOREStation/Arokha/emsprit

Fix emitter starting sprites
This commit is contained in:
Aronai Sieyes
2021-07-21 10:13:02 -04:00
committed by Chompstation Bot
parent 2ac3993558
commit de8b9588e4
4 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
/obj/machinery/power/emitter
icon = 'icons/obj/singularity_vr.dmi' // New emitter sprite
icon_state = "emitter0"
var/previous_state = 0
/obj/machinery/power/emitter/Initialize()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -385,8 +385,8 @@
/obj/machinery/power/emitter{
anchored = 1;
dir = 8;
icon_state = "emitter2";
id = "EngineEmitter";
pixel_y = 8;
state = 2
},
/obj/structure/cable/cyan{

View File

@@ -122,6 +122,7 @@
/obj/structure/cable/cyan,
/obj/machinery/power/emitter{
anchored = 1;
icon_state = "emitter1";
state = 1
},
/turf/simulated/floor/airless,
@@ -1630,6 +1631,7 @@
/obj/machinery/power/emitter{
anchored = 1;
dir = 1;
icon_state = "emitter1";
state = 1
},
/turf/simulated/floor/airless,