Adds the privacy/protection flags to dorms (#7509)

This commit is contained in:
Kashargul
2024-01-04 23:44:18 +01:00
committed by GitHub
parent 705dd80bc7
commit 9c46fea4db
3 changed files with 96 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"