Linter fixes

This commit is contained in:
Artur
2020-06-22 17:58:52 +03:00
parent c41d2e78be
commit aff4e5f93f
5 changed files with 3 additions and 9 deletions

View File

@@ -932,7 +932,6 @@
/obj/machinery/airalarm/all_access{
dir = 1;
icon_state = "alarm0";
pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/dark,

View File

@@ -64841,7 +64841,6 @@
pixel_x = -26
},
/obj/structure/sign/painting/library{
pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/wood,
@@ -125424,7 +125423,6 @@
/area/chapel/office)
"iNK" = (
/obj/structure/sign/painting/library{
pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/wood,

View File

@@ -67113,8 +67113,7 @@
layer = 4;
name = "Test Chamber Telescreen";
network = list("toxins");
pixel_x = -32;
pixel_y = 0
pixel_x = -32
},
/turf/open/floor/plasteel,
/area/science/mixing)

View File

@@ -4290,8 +4290,7 @@
department = "Head of Security's Desk";
departmentType = 5;
name = "Head of Security RC";
pixel_x = 30;
pixel_y = 0
pixel_x = 30
},
/obj/machinery/computer/security/hos{
icon_state = "computer";
@@ -13317,7 +13316,6 @@
dir = 9
},
/obj/machinery/computer/security/wooden_tv{
pixel_x = 0;
pixel_y = 4
},
/turf/open/floor/wood,

File diff suppressed because one or more lines are too long