Skip to content

Commit

Permalink
Pulls the plug on Omegastation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored and yogstation13-bot committed Sep 20, 2018
1 parent f209d04 commit 04aa4ba
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 363 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ https://github.com/tgstation/tgstation-server

## MAPS

/tg/station currently comes equipped with five maps.
/tg/station currently comes equipped with four maps.

* [BoxStation (default)](https://tgstation13.org/wiki/Boxstation)
* [MetaStation](https://tgstation13.org/wiki/MetaStation)
* [DeltaStation](https://tgstation13.org/wiki/DeltaStation)
* [OmegaStation](https://tgstation13.org/wiki/OmegaStation)
* [PubbyStation](https://tgstation13.org/wiki/PubbyStation)


Expand Down
1 change: 0 additions & 1 deletion _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\BoxStation\BoxStation.dmm"
#include "map_files\YogStation\Yogstation.dmm"
Expand Down
1 change: 0 additions & 1 deletion _maps/omegastation.dm

This file was deleted.

10 changes: 0 additions & 10 deletions _maps/omegastation.json

This file was deleted.

345 changes: 0 additions & 345 deletions _maps/shuttles/arrival_omega.dmm

This file was deleted.

3 changes: 3 additions & 0 deletions code/modules/jobs/map_changes/map_changes.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
//this needs to come after the job_types subfolder to keep the correct ordering

<<<<<<< HEAD
#include "..\..\..\..\_maps\map_files\Deltastation\job_changes.dm"
#undef JOB_MODIFICATION_MAP_NAME
#include "..\..\..\..\_maps\map_files\MetaStation\job_changes.dm"
#undef JOB_MODIFICATION_MAP_NAME
#include "..\..\..\..\_maps\map_files\OmegaStation\job_changes.dm"
#undef JOB_MODIFICATION_MAP_NAME
=======
>>>>>>> 0ef2572108... Merge pull request #40352 from 81Denton/remove-omega
#include "..\..\..\..\_maps\map_files\PubbyStation\job_changes.dm"
#undef JOB_MODIFICATION_MAP_NAME
Loading

0 comments on commit 04aa4ba

Please sign in to comment.