mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 09:31:52 +00:00
26 lines
563 B
Plaintext
26 lines
563 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 |