mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
Remove efficiency station
This commit is contained in:
@@ -15,7 +15,6 @@ env:
|
||||
- DM_MAPFILE="ministation"
|
||||
- DM_MAPFILE="dreamstation"
|
||||
- DM_MAPFILE="birdstation"
|
||||
- DM_MAPFILE="efficiencystation"
|
||||
- DM_MAPFILE="pubbystation"
|
||||
- DM_MAPFILE="templates"
|
||||
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
#if !defined(MAP_FILE)
|
||||
|
||||
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
|
||||
|
||||
#define MINETYPE "lavaland"
|
||||
|
||||
#include "map_files\EfficiencyStation\EfficiencyStation.dmm"
|
||||
#include "map_files\generic\z2.dmm"
|
||||
#include "map_files\generic\z3.dmm"
|
||||
#include "map_files\generic\z4.dmm"
|
||||
#include "map_files\generic\lavaland.dmm"
|
||||
#include "map_files\generic\z6.dmm"
|
||||
#include "map_files\generic\z7.dmm"
|
||||
#include "map_files\generic\z8.dmm"
|
||||
#include "map_files\generic\z9.dmm"
|
||||
#include "map_files\generic\z10.dmm"
|
||||
#include "map_files\generic\z11.dmm"
|
||||
|
||||
#define MAP_PATH "map_files/EfficiencyStation"
|
||||
#define MAP_FILE "EfficiencyStation.dmm"
|
||||
#define MAP_NAME "Efficiency Station"
|
||||
|
||||
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
|
||||
|
||||
#elif !defined(MAP_OVERRIDE)
|
||||
|
||||
#warn a map has already been included, ignoring Efficiency Station.
|
||||
|
||||
#endif
|
||||
File diff suppressed because it is too large
Load Diff
@@ -40,10 +40,6 @@ map dreamstation
|
||||
friendlyname Dream Station
|
||||
endmap
|
||||
|
||||
map efficiencystation
|
||||
friendlyname Efficiency Station
|
||||
endmap
|
||||
|
||||
map pubbystation
|
||||
friendlyname Pubby Station
|
||||
endmap
|
||||
|
||||
Reference in New Issue
Block a user