[MIRROR] Fixes mirror var desync (#5883)
* Fixes mirror var desync (#36251) * Fixes mirror var desync
This commit is contained in:
committed by
Poojawa
parent
2aa4fef8e1
commit
a999863e5c
@@ -8216,8 +8216,7 @@
|
||||
"auX" = (
|
||||
/obj/structure/mirror{
|
||||
icon_state = "mirror_broke";
|
||||
pixel_y = 28;
|
||||
broken = 1
|
||||
pixel_y = 28
|
||||
},
|
||||
/obj/machinery/iv_drip,
|
||||
/turf/open/floor/plating,
|
||||
@@ -8225,8 +8224,7 @@
|
||||
"auY" = (
|
||||
/obj/structure/mirror{
|
||||
icon_state = "mirror_broke";
|
||||
pixel_y = 28;
|
||||
broken = 1
|
||||
pixel_y = 28
|
||||
},
|
||||
/obj/item/shard{
|
||||
icon_state = "medium"
|
||||
@@ -33249,7 +33247,7 @@
|
||||
department = "Medbay";
|
||||
departmentType = 1;
|
||||
name = "Medbay RC";
|
||||
pixel_w = 30
|
||||
pixel_x = 30
|
||||
},
|
||||
/turf/open/floor/plasteel/white,
|
||||
/area/medical/sleeper)
|
||||
|
||||
Reference in New Issue
Block a user