-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c17d8ed
commit ca2b45a
Showing
4 changed files
with
1,078 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/area/golden_arrow | ||
icon = 'icons/turf/area_almayer.dmi' | ||
icon_state = "almayer" | ||
ceiling = CEILING_METAL | ||
powernet_name = "golden_arrow" | ||
sound_environment = SOUND_ENVIRONMENT_ROOM | ||
soundscape_interval = 30 | ||
ambience_exterior = AMBIENCE_ALMAYER | ||
ceiling_muffle = FALSE | ||
|
||
/area/golden_arrow/hangar | ||
name = "\improper Hangar" | ||
icon_state = "hangar" | ||
soundscape_playlist = SCAPE_PL_HANGAR | ||
soundscape_interval = 50 | ||
|
||
/area/golden_arrow/platoon_commander_rooms | ||
name = "\improper Platoon Commander's Rooms" | ||
icon_state = "livingspace" | ||
|
||
/area/golden_arrow/medical | ||
name = "\improper Medical" | ||
icon_state = "medical" | ||
|
||
/area/golden_arrow/supply | ||
name = "\improper Supply" | ||
icon_state = "req" | ||
|
||
/area/golden_arrow/engineering | ||
name = "\improper Engineering" | ||
icon_state = "upperengineering" | ||
|
||
/area/golden_arrow/briefing | ||
name = "\improper Briefing Area" | ||
icon_state = "briefing" | ||
|
||
/area/golden_arrow/dorms | ||
name = "\improper Dorms" | ||
icon_state = "gruntrnr" | ||
|
||
/area/golden_arrow/canteen | ||
name = "\improper Canteen" | ||
icon_state = "food" | ||
|
||
/area/golden_arrow/cryo_cells | ||
name = "\improper Cryo Cells" | ||
icon_state = "cryo" | ||
|
||
/area/golden_arrow/prep_hallway | ||
name = "\improper Prep Hallway" | ||
icon_state = "port" | ||
|
||
/area/golden_arrow/platoon_sergeant | ||
name = "\improper Platoon Sergeant Office" | ||
icon_state = "alpha" | ||
|
||
/area/golden_arrow/squad_one | ||
name = "\improper Squad One Prep" | ||
icon_state = "charlie" | ||
|
||
/area/golden_arrow/squad_two | ||
name = "\improper Squad Two Prep" | ||
icon_state = "delta" | ||
|
||
/area/golden_arrow/synthcloset | ||
name = "\improper Synthetic Storage Closet" | ||
icon_state = "livingspace" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.