Skip to content

Commit

Permalink
LINTERS!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jan 21, 2024
1 parent 0e267e5 commit 07affaf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
40 changes: 28 additions & 12 deletions _maps/map_files/generic/CentCom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6230,9 +6230,10 @@
/area/centcom/control)
"bbf" = (
/obj/machinery/door/airlock/command{
dir = 4
dir = 4;
req_access_txt = "109"
},
/turf/closed/indestructible/riveted,
/turf/open/floor/plasteel,
/area/centcom)
"bbL" = (
/obj/structure/table/wood,
Expand Down Expand Up @@ -8060,6 +8061,13 @@
heat_capacity = 1e+006
},
/area/tdome/tdomeobserve)
"eLy" = (
/obj/machinery/door/airlock/hatch{
dir = 4;
req_access = "109"
},
/turf/open/floor/plasteel/patterned/grid,
/area/centcom)
"eSx" = (
/obj/structure/noticeboard{
dir = 8;
Expand Down Expand Up @@ -8610,7 +8618,7 @@
/area/centcom)
"fUc" = (
/obj/machinery/door/airlock/security,
/turf/closed/indestructible/syndicate,
/turf/open/floor/mineral/plastitanium/red,
/area/centcom)
"fUK" = (
/obj/machinery/light/directional/west,
Expand Down Expand Up @@ -9987,8 +9995,10 @@
/turf/open/floor/plasteel/patterned/grid,
/area/centcom)
"iSo" = (
/obj/machinery/door/airlock/solgov,
/turf/closed/indestructible/reinforced,
/obj/machinery/door/airlock/solgov{
req_access_txt = "109"
},
/turf/open/floor/wood/walnut,
/area/centcom)
"iWI" = (
/obj/effect/turf_decal/minutemen/middle,
Expand Down Expand Up @@ -11694,9 +11704,10 @@
/area/centcom)
"mpi" = (
/obj/machinery/door/airlock/hatch{
dir = 4
dir = 4;
req_access_txt = "109"
},
/turf/closed/indestructible/riveted,
/turf/open/floor/plasteel/patterned/grid,
/area/centcom)
"mpw" = (
/obj/effect/landmark/prisonwarp,
Expand Down Expand Up @@ -12738,8 +12749,10 @@
/turf/open/floor/plasteel,
/area/centcom/control)
"ouD" = (
/obj/machinery/door/airlock/grunge,
/turf/closed/indestructible/reinforced,
/obj/machinery/door/airlock/grunge{
req_access = "109"
},
/turf/open/floor/plasteel,
/area/centcom)
"ouO" = (
/obj/effect/turf_decal/corner/opaque/green,
Expand Down Expand Up @@ -16904,8 +16917,11 @@
},
/area/centcom/supply)
"yhk" = (
/obj/structure/mineral_door/wood,
/turf/closed/indestructible/wood,
/obj/machinery/door/airlock/wood{
dir = 4;
req_access = "109"
},
/turf/open/floor/wood/mahogany,
/area/centcom)
"yhL" = (
/obj/effect/turf_decal/corner/opaque/red{
Expand Down Expand Up @@ -29998,7 +30014,7 @@ aaa
hzJ
hzJ
hzJ
mpi
eLy
hzJ
hzJ
hzJ
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/closed/_closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
/turf/closed/indestructible/fakedoor
name = "CentCom Access"
icon = 'icons/obj/doors/airlocks/centcom/centcom.dmi'
icon_state = "fake_door"
icon_state = "fakedoor"

/turf/closed/indestructible/rock
name = "dense rock"
Expand Down

0 comments on commit 07affaf

Please sign in to comment.