From 1b5fcc052c80afe29e7d19ff86bf94bb9b487a7e Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Mon, 9 Mar 2020 01:26:36 -0400 Subject: [PATCH] Update misc.dm --- code/__defines/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__defines/misc.dm b/code/__defines/misc.dm index 1a49b938ff4..a7297bc60d8 100644 --- a/code/__defines/misc.dm +++ b/code/__defines/misc.dm @@ -245,7 +245,7 @@ #define DEPARTMENT_RESEARCH "Research" #define DEPARTMENT_CARGO "Cargo" #define DEPARTMENT_CIVILIAN "Civilian" -#define DEPARTMENT_PLANET "Planetside" // I hate having this be here and not in a SC file. Hopefully someday the manifest can be rewritten to be map-agnostic. +#define DEPARTMENT_PLANET "Exploration" //VOREStation Edit // I hate having this be here and not in a SC file. Hopefully someday the manifest can be rewritten to be map-agnostic. #define DEPARTMENT_SYNTHETIC "Synthetic" // These are mostly for the department guessing code and event system.