From 450a49b4b664b206df4fa02dd80ce9e16b6b94c2 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Fri, 19 Apr 2024 21:57:49 -0400 Subject: [PATCH] 2157 --- code/modules/clothing/masks/tesh_synth_facemask.dm | 2 +- vorestation.dme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/tesh_synth_facemask.dm b/code/modules/clothing/masks/tesh_synth_facemask.dm index a321eb9dca6..33141e2465b 100644 --- a/code/modules/clothing/masks/tesh_synth_facemask.dm +++ b/code/modules/clothing/masks/tesh_synth_facemask.dm @@ -8,7 +8,7 @@ icon = 'icons/mob/species/teshari/synth_facemask.dmi' icon_override = 'icons/mob/species/teshari/synth_facemask.dmi' icon_state = "synth_facemask" - origin_tech = list(TECH_ILLEGAL = 1) +// origin_tech = list(TECH_ILLEGAL = 1) // RS REMOVE - Loadout item var/lstat var/visor_state = "Neutral" //Separating this from lstat so that it could potentially be used for an override system or something var/mob/living/carbon/maskmaster diff --git a/vorestation.dme b/vorestation.dme index 44b95ef3951..d8bc40e0c2e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4288,6 +4288,7 @@ #include "maps\expedition_vr\beach\submaps\mountains.dm" #include "maps\expedition_vr\beach\submaps\mountains_areas.dm" #include "maps\gateway_archive_vr\blackmarketpackers.dm" +#include "maps\groundbase\groundbase.dm" #include "maps\redgate\fantasy_items.dm" #include "maps\redgate\code\snowglobe_rs.dm" #include "maps\southern_cross\items\clothing\sc_accessory.dm" @@ -4296,7 +4297,6 @@ #include "maps\southern_cross\loadout\loadout_suit.dm" #include "maps\southern_cross\loadout\loadout_uniform.dm" #include "maps\southern_cross\loadout\loadout_vr.dm" -#include "maps\stellar_delight\stellar_delight.dm" #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\admin_use_vr\event_autonomous_drone.dm"