mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-01 04:53:42 +00:00
Merge pull request #11195 from VOREStation/Arokha/emsprit
Fix emitter starting sprites
This commit is contained in:
committed by
Chompstation Bot
parent
2ac3993558
commit
de8b9588e4
@@ -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 |
@@ -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{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user