Replaces a section in space in VR into a Roleplay Mall (#8091)

This commit is contained in:
tacoguy7765093
2024-03-28 11:23:33 -05:00
committed by GitHub
parent 6bd91a23a0
commit be781d8863
5 changed files with 28323 additions and 21268 deletions

View File

@@ -146,6 +146,33 @@
name = "VR Dungeon"
icon_state = "darkred"
/area/vr/powered/mall
name = "VR Mall"
icon_state = "yellow"
/area/vr/powered/mall/vw
name = "VR Vibe"
icon_state = "pink"
ambience = list('sound/ambience/vaporwave.ogg')
/area/vr/powered/mall/dorms
name = "VR Mall Dorms"
icon_state = "Sleep"
soundproofed = TRUE
limit_mob_size = FALSE
block_suit_sensors = TRUE
flags = RAD_SHIELDED
block_tracking = TRUE
/area/vr/outdoors/powered/mall
name = "VR Mall Outdoors"
icon_state = "bluenew"
/area/vr/powered/mall/backrooms
name = "VR ???"
icon_state = "darkred"
forced_ambience = list('sound/ambience/fluorescentlight.ogg')
/area/vr/powered/dungeon/indoors
name = "VR Sewers"
icon_state = "red"

File diff suppressed because one or more lines are too long