Skip to content

Commit

Permalink
Merge pull request #1450 from Yawn-Wider/areastuff
Browse files Browse the repository at this point in the history
shadekin Artifical bluespace crystals, fixes holo dorm flags
  • Loading branch information
izac112 authored Apr 7, 2024
2 parents f957aee + 7aa1864 commit efd4a33
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/game/area/Space Station 13 areas_yw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
/area/security/outpost
name = "\improper Security outpost"
icon_state = "security"
flags = RAD_SHIELDED
flags = RAD_SHIELDED | PHASE_SHIELDED

/area/security/labor
name = "Labor camp access"
Expand Down
3 changes: 3 additions & 0 deletions maps/yw/cryogaia-04-maintenance.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -38363,6 +38363,9 @@
/obj/item/weapon/stock_parts/subspace/crystal,
/obj/item/weapon/stock_parts/subspace/crystal,
/obj/item/weapon/stock_parts/subspace/crystal,
/obj/item/weapon/bluespace_crystal/artificial,
/obj/item/weapon/bluespace_crystal/artificial,
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor,
/area/tcomstorage)
"uTI" = (
Expand Down
11 changes: 9 additions & 2 deletions maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3962,6 +3962,7 @@
/obj/machinery/light{
dir = 8
},
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/security/security_lockerroom)
"bDs" = (
Expand Down Expand Up @@ -16042,6 +16043,7 @@
name = "north bump";
pixel_y = 24
},
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/crew_quarters/heads/hos)
"geG" = (
Expand Down Expand Up @@ -16953,6 +16955,8 @@
name = "colony director's snow boots"
},
/obj/item/clothing/glasses/omnihud/all,
/obj/item/weapon/bluespace_crystal/artificial,
/obj/item/weapon/paper/dockingcodes,
/turf/simulated/floor/wood,
/area/crew_quarters/captain)
"gvD" = (
Expand Down Expand Up @@ -23748,7 +23752,6 @@
pixel_y = 9
},
/obj/item/device/megaphone,
/obj/item/weapon/paper/monitorkey,
/obj/effect/floor_decal/corner_oldtile/purple/diagonal{
dir = 4
},
Expand Down Expand Up @@ -29388,6 +29391,7 @@
pixel_x = 30;
pixel_y = 30
},
/obj/item/weapon/paper/monitorkey,
/turf/simulated/floor/tiled/white,
/area/rnd/rdoffice)
"lss" = (
Expand Down Expand Up @@ -30270,6 +30274,7 @@
/obj/structure/closet/secure_closet/security,
/obj/effect/floor_decal/industrial/outline,
/obj/item/clothing/shoes/boots/jackboots/toeless,
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/security/security_lockerroom)
"lJO" = (
Expand Down Expand Up @@ -40013,6 +40018,7 @@
/obj/machinery/light{
dir = 4
},
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/security/security_lockerroom)
"pjn" = (
Expand Down Expand Up @@ -42717,6 +42723,7 @@
"qkW" = (
/obj/structure/closet/secure_closet/security,
/obj/effect/floor_decal/industrial/outline,
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/security/security_lockerroom)
"qkX" = (
Expand Down Expand Up @@ -58633,7 +58640,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
/obj/item/weapon/paper/dockingcodes,
/turf/simulated/floor/wood,
/area/crew_quarters/captain)
"wAX" = (
Expand Down Expand Up @@ -60608,6 +60614,7 @@
dir = 4;
pixel_x = -22
},
/obj/item/weapon/bluespace_crystal/artificial,
/turf/simulated/floor/tiled/dark,
/area/security/security_lockerroom)
"xoA" = (
Expand Down
8 changes: 4 additions & 4 deletions maps/yw/cryogaia_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -269,28 +269,28 @@
/area/crew_quarters/sleep/Dorm_1/holo
name = "\improper Dorm 1 Holodeck"
icon_state = "dk_yellow"
flags = RAD_SHIELDED | BLUE_SHIELDED
flags = RAD_SHIELDED | BLUE_SHIELDED | TEMPERATURE_SHIELDED | PHASE_SHIELDED
limit_mob_size = FALSE
block_suit_sensors = FALSE

/area/crew_quarters/sleep/Dorm_3/holo
name = "\improper Dorm 3 Holodeck"
icon_state = "dk_yellow"
flags = RAD_SHIELDED | BLUE_SHIELDED
flags = RAD_SHIELDED | BLUE_SHIELDED | TEMPERATURE_SHIELDED | PHASE_SHIELDED
limit_mob_size = FALSE
block_suit_sensors = FALSE

/area/crew_quarters/sleep/Dorm_5/holo
name = "\improper Dorm 5 Holodeck"
icon_state = "dk_yellow"
flags = RAD_SHIELDED | BLUE_SHIELDED
flags = RAD_SHIELDED | BLUE_SHIELDED | TEMPERATURE_SHIELDED | PHASE_SHIELDED
limit_mob_size = FALSE
block_suit_sensors = FALSE

/area/crew_quarters/sleep/Dorm_7/holo
name = "\improper Dorm 7 Holodeck"
icon_state = "dk_yellow"
flags = RAD_SHIELDED | BLUE_SHIELDED
flags = RAD_SHIELDED | BLUE_SHIELDED | TEMPERATURE_SHIELDED | PHASE_SHIELDED
limit_mob_size = FALSE
block_suit_sensors = FALSE

Expand Down

0 comments on commit efd4a33

Please sign in to comment.