Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe committed Apr 10, 2024
1 parent ed0f7a6 commit 8dcbcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUBSYSTEM_DEF(maintrooms)
name = "maintrooms"
name = "Procedural Generation"
init_order = INIT_ORDER_MAINTROOMS
flags = SS_NO_FIRE

Expand Down
2 changes: 1 addition & 1 deletion yogstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@
#include "code\controllers\subsystem\assets.dm"
#include "code\controllers\subsystem\atoms.dm"
#include "code\controllers\subsystem\augury.dm"
#include "code\controllers\subsystem\backrooms.dm"
#include "code\controllers\subsystem\blackbox.dm"
#include "code\controllers\subsystem\callback.dm"
#include "code\controllers\subsystem\chat.dm"
Expand All @@ -433,6 +432,7 @@
#include "code\controllers\subsystem\language.dm"
#include "code\controllers\subsystem\lighting.dm"
#include "code\controllers\subsystem\machines.dm"
#include "code\controllers\subsystem\maintrooms.dm"
#include "code\controllers\subsystem\mapping.dm"
#include "code\controllers\subsystem\materials.dm"
#include "code\controllers\subsystem\metrics.dm"
Expand Down

0 comments on commit 8dcbcb8

Please sign in to comment.