mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Adds the privacy/protection flags to dorms (#7509)
This commit is contained in:
@@ -5,27 +5,45 @@
|
|||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_1
|
/area/surface/outpost/main/dorms/dorm_1
|
||||||
name = "\improper Main Outpost Dorm One"
|
name = "\improper Main Outpost Dorm One"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_2
|
/area/surface/outpost/main/dorms/dorm_2
|
||||||
name = "\improper Main Outpost Dorm Two"
|
name = "\improper Main Outpost Dorm Two"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_3
|
/area/surface/outpost/main/dorms/dorm_3
|
||||||
name = "\improper Main Outpost Dorm Three"
|
name = "\improper Main Outpost Dorm Three"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_4
|
/area/surface/outpost/main/dorms/dorm_4
|
||||||
name = "\improper Main Outpost Dorm Four"
|
name = "\improper Main Outpost Dorm Four"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_5
|
/area/surface/outpost/main/dorms/dorm_5
|
||||||
name = "\improper Main Outpost Dorm Five"
|
name = "\improper Main Outpost Dorm Five"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/main/dorms/dorm_6
|
/area/surface/outpost/main/dorms/dorm_6
|
||||||
name = "\improper Main Outpost Dorm Six"
|
name = "\improper Main Outpost Dorm Six"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/cafeteria
|
/area/crew_quarters/cafeteria
|
||||||
flags = RAD_SHIELDED
|
flags = RAD_SHIELDED
|
||||||
@@ -47,40 +65,76 @@
|
|||||||
forbid_events = TRUE
|
forbid_events = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_1
|
/area/crew_quarters/sleep/vistor_room_1
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_2
|
/area/crew_quarters/sleep/vistor_room_2
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_3
|
/area/crew_quarters/sleep/vistor_room_3
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_4
|
/area/crew_quarters/sleep/vistor_room_4
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_5
|
/area/crew_quarters/sleep/vistor_room_5
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_6
|
/area/crew_quarters/sleep/vistor_room_6
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_7
|
/area/crew_quarters/sleep/vistor_room_7
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_8
|
/area/crew_quarters/sleep/vistor_room_8
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_9
|
/area/crew_quarters/sleep/vistor_room_9
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_10
|
/area/crew_quarters/sleep/vistor_room_10
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_11
|
/area/crew_quarters/sleep/vistor_room_11
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/crew_quarters/sleep/vistor_room_12
|
/area/crew_quarters/sleep/vistor_room_12
|
||||||
|
flags = RAD_SHIELDED
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/medical/cryo/autoresleeve
|
/area/medical/cryo/autoresleeve
|
||||||
name = "\improper Medical Autoresleeving"
|
name = "\improper Medical Autoresleeving"
|
||||||
|
|||||||
@@ -175,7 +175,9 @@
|
|||||||
icon_state = "Sleep"
|
icon_state = "Sleep"
|
||||||
soundproofed = TRUE
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
flags = RAD_SHIELDED
|
flags = RAD_SHIELDED
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/surface/outpost/shelter/exterior
|
/area/surface/outpost/shelter/exterior
|
||||||
name = "Wilderness Shelter Exterior"
|
name = "Wilderness Shelter Exterior"
|
||||||
|
|||||||
@@ -11,43 +11,83 @@
|
|||||||
// Areas for the actual casino
|
// Areas for the actual casino
|
||||||
/area/casino/dorm1
|
/area/casino/dorm1
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm2
|
/area/casino/dorm2
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm3
|
/area/casino/dorm3
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm4
|
/area/casino/dorm4
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm5
|
/area/casino/dorm5
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm6
|
/area/casino/dorm6
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm7
|
/area/casino/dorm7
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm8
|
/area/casino/dorm8
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm9
|
/area/casino/dorm9
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/dorm10
|
/area/casino/dorm10
|
||||||
name = "\improper Casino dorm"
|
name = "\improper Casino dorm"
|
||||||
|
flags = RAD_SHIELDED
|
||||||
|
soundproofed = TRUE
|
||||||
limit_mob_size = FALSE
|
limit_mob_size = FALSE
|
||||||
|
block_suit_sensors = TRUE
|
||||||
|
block_tracking = TRUE
|
||||||
|
|
||||||
/area/casino/helm
|
/area/casino/helm
|
||||||
name = "\improper Casino helm"
|
name = "\improper Casino helm"
|
||||||
|
|||||||
Reference in New Issue
Block a user