mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-20 14:32:47 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
27 lines
564 B
Plaintext
27 lines
564 B
Plaintext
//Packer Ship Areas
|
|
|
|
/area/awaymission/BMPship
|
|
name = "\improper BMP Asteroids"
|
|
icon_state = "away"
|
|
report_alerts = FALSE
|
|
|
|
/area/awaymission/BMPship/Aft
|
|
name = "\improper Aft Block"
|
|
icon_state = "away1"
|
|
requires_power = TRUE
|
|
|
|
/area/awaymission/BMPship/Midship
|
|
name = "\improper Midship Block"
|
|
icon_state = "away2"
|
|
requires_power = TRUE
|
|
|
|
/area/awaymission/BMPship/Fore
|
|
name = "\improper Fore Block"
|
|
icon_state = "away3"
|
|
requires_power = TRUE
|
|
|
|
/area/awaymission/BMPship/Gate
|
|
name = "\improper Gateway Block"
|
|
icon_state = "away4"
|
|
requires_power = TRUE
|