mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
The beginning - Converts meatpackers gateway mission to ruin (#18434)
* Converts meatpackers gateway to ruin * Line endings more like life endings * Sean said this works * Sean review * the biggest edit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -293,3 +293,11 @@
|
||||
suffix = "debris3.dmm"
|
||||
name = "Debris field 3"
|
||||
description = "A bunch of metal chunks, wires and space waste. It used to be an arcade."
|
||||
|
||||
/datum/map_template/ruin/space/meatpackers
|
||||
id = "meatpackers"
|
||||
suffix = "meatpackers.dmm"
|
||||
name = "Meat Packers"
|
||||
description = "An old transport ship, possibly with a dubious past. It smells faintly of meat."
|
||||
allow_duplicates = FALSE
|
||||
cost = 2 // Pretty big
|
||||
|
||||
+7
-10
@@ -1,26 +1,23 @@
|
||||
//Packer Ship Areas
|
||||
|
||||
/area/awaymission/BMPship
|
||||
/area/ruin/unpowered/BMPship
|
||||
name = "\improper BMP Asteroids"
|
||||
icon_state = "away"
|
||||
report_alerts = FALSE
|
||||
requires_power = TRUE
|
||||
|
||||
/area/awaymission/BMPship/Aft
|
||||
/area/ruin/unpowered/BMPship/Aft
|
||||
name = "\improper Aft Block"
|
||||
icon_state = "away1"
|
||||
requires_power = TRUE
|
||||
|
||||
/area/awaymission/BMPship/Midship
|
||||
/area/ruin/unpowered/BMPship/Midship
|
||||
name = "\improper Midship Block"
|
||||
icon_state = "away2"
|
||||
requires_power = TRUE
|
||||
|
||||
/area/awaymission/BMPship/Fore
|
||||
/area/ruin/unpowered/BMPship/Fore
|
||||
name = "\improper Fore Block"
|
||||
icon_state = "away3"
|
||||
requires_power = TRUE
|
||||
|
||||
/area/awaymission/BMPship/Gate
|
||||
name = "\improper Gateway Block"
|
||||
/area/ruin/unpowered/BMPship/Delta
|
||||
name = "\improper Delta Block"
|
||||
icon_state = "away4"
|
||||
requires_power = TRUE
|
||||
@@ -269,7 +269,6 @@ away_mission_delay = 0
|
||||
# List of all enabled away missions. Comment out an entry to disable it.
|
||||
enabled_away_missions = [
|
||||
"_maps/map_files/RandomZLevels/beach.dmm",
|
||||
"_maps/map_files/RandomZLevels/blackmarketpackers.dmm",
|
||||
"_maps/map_files/RandomZLevels/centcomAway.dmm",
|
||||
#"_maps/map_files/RandomZLevels/evil_santa.dmm", # Special christmas mission. Enable for festivities
|
||||
#"_maps/map_files/RandomZLevels/example.dmm", # Example file. Do not enable.
|
||||
@@ -633,6 +632,7 @@ active_space_ruins = [
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/deepstorage.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/emptyshell.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/intactemptyship.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/meatpackers.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/turretedoutpost.dmm",
|
||||
"_maps/map_files/RandomRuins/SpaceRuins/debris1.dmm",
|
||||
|
||||
+1
-1
@@ -543,6 +543,7 @@
|
||||
#include "code\game\area\ss13_areas.dm"
|
||||
#include "code\game\area\areas\depot-areas.dm"
|
||||
#include "code\game\area\areas\mining.dm"
|
||||
#include "code\game\area\areas\ruins\blackmarketpackers.dm"
|
||||
#include "code\game\area\areas\ruins\lavaland.dm"
|
||||
#include "code\game\area\areas\ruins\space.dm"
|
||||
#include "code\game\area\areas\ruins\syndicate_space_base.dm"
|
||||
@@ -1397,7 +1398,6 @@
|
||||
#include "code\modules\awaymissions\maploader\reader.dm"
|
||||
#include "code\modules\awaymissions\maploader\writer.dm"
|
||||
#include "code\modules\awaymissions\mission_code\beach.dm"
|
||||
#include "code\modules\awaymissions\mission_code\blackmarketpackers.dm"
|
||||
#include "code\modules\awaymissions\mission_code\centcomAway.dm"
|
||||
#include "code\modules\awaymissions\mission_code\challenge.dm"
|
||||
#include "code\modules\awaymissions\mission_code\evil_santa.dm"
|
||||
|
||||
Reference in New Issue
Block a user