Skip to content

Commit

Permalink
Merge pull request #236 from Very-Soft/mapswap
Browse files Browse the repository at this point in the history
Map swap
  • Loading branch information
Very-Soft authored Apr 21, 2024
2 parents 18558c3 + 450a49b commit 4a59e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/masks/tesh_synth_facemask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vorestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 4a59e3f

Please sign in to comment.