diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 1a6f98ee4cca..b0685c3aaa98 100644
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -444,9 +444,7 @@ SUBSYSTEM_DEF(ticker)
qdel(player)
/datum/controller/subsystem/ticker/proc/equip_characters()
- var/captainless=1
- if(mode && istype(mode,/datum/game_mode/huntergames)) // || istype(mode,/datum/game_mode/whiskey_outpost)
- return
+ var/captainless = TRUE
for(var/mob/living/carbon/human/player in GLOB.human_mob_list)
if(player.mind)
diff --git a/code/game/gamemodes/colonialmarines/huntergames.dm b/code/game/gamemodes/colonialmarines/huntergames.dm
deleted file mode 100644
index 23344ee9e8f0..000000000000
--- a/code/game/gamemodes/colonialmarines/huntergames.dm
+++ /dev/null
@@ -1,455 +0,0 @@
-#define HUNTER_BEST_ITEM pick(\
- 75; list(/obj/item/clothing/glasses/night, /obj/item/storage/backpack/holding, /obj/item/storage/belt/grenade/full, /obj/item/weapon/gun/flamer), \
- 100; list(/obj/item/weapon/twohanded/yautja/glaive, /obj/item/clothing/mask/gas/yautja/hunter, /obj/item/clothing/suit/armor/yautja/hunter,/obj/item/clothing/shoes/yautja/hunter), \
- 50; list(/obj/item/weapon/yautja/combistick, /obj/item/clothing/mask/gas/yautja/hunter, /obj/item/clothing/suit/armor/yautja/hunter/full,/obj/item/clothing/shoes/yautja/hunter), \
- 150; list(/obj/item/stack/medical/advanced/ointment, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/storage/belt/medical/lifesaver/full), \
- 50; list(/obj/item/clothing/under/marine/veteran/pmc/commando, /obj/item/clothing/suit/storage/marine/veteran/pmc/commando, /obj/item/clothing/gloves/marine/veteran/pmc/commando, /obj/item/clothing/shoes/veteran/pmc/commando, /obj/item/clothing/head/helmet/marine/veteran/pmc/commando), \
- 125; list(/obj/item/weapon/yautja/chain, /obj/item/weapon/yautja/knife, /obj/item/weapon/yautja/scythe, /obj/item/hunting_trap, /obj/item/hunting_trap), \
- 75; list(/obj/item/weapon/gun/revolver/mateba/general, /obj/item/ammo_magazine/revolver/mateba, /obj/item/ammo_magazine/revolver/mateba, /obj/item/clothing/mask/balaclava/tactical), \
- 50; list(/obj/item/weapon/shield/energy, /obj/item/weapon/energy/axe, /obj/item/clothing/under/chainshirt/hunter, /obj/item/clothing/head/helmet/gladiator, /obj/item/clothing/suit/armor/gladiator) \
- )
-
-#define HUNTER_GOOD_ITEM pick(\
- 50; /obj/item/weapon/shield/riot, \
- 100; /obj/item/weapon/sword, \
- 100; /obj/item/weapon/sword/katana, \
- 100; /obj/item/weapon/harpoon/yautja, \
- 150; /obj/item/weapon/sword, \
- 200; /obj/item/weapon/sword/machete, \
- 125; /obj/item/weapon/twohanded/fireaxe, \
-\
- 100; /obj/item/device/binoculars, \
-\
- 50; /obj/item/device/flash, \
- 25; /obj/item/explosive/grenade/flashbang, \
- 25; /obj/item/hunting_trap, \
- 50; /obj/item/explosive/plastic, \
- 100; /obj/item/explosive/grenade/high_explosive, \
- 100; /obj/item/explosive/grenade/high_explosive/frag, \
- 100; /obj/item/explosive/grenade/incendiary, \
-\
- 170; /obj/item/clothing/suit/armor/vest/security, \
- 165; /obj/item/clothing/head/helmet/riot, \
- 160; /obj/item/clothing/gloves/marine/veteran/pmc, \
-\
- 50; /obj/item/storage/firstaid/regular, \
- 50; /obj/item/storage/firstaid/fire, \
- 75; /obj/item/storage/box/wy_mre, \
-\
- 100; /obj/item/storage/backpack/commando, \
- 100; /obj/item/storage/backpack/yautja, \
- 100; /obj/item/storage/belt/knifepouch, \
- 100; /obj/item/storage/belt/utility/full, \
- 100; /obj/item/clothing/accessory/storage/webbing, \
- )
-
-#define HUNTER_OKAY_ITEM pick(\
- 300; /obj/item/tool/crowbar, \
- 200; /obj/item/weapon/baseballbat, \
- 100; /obj/item/weapon/baseballbat/metal, \
- 100; /obj/item/weapon/butterfly, \
- 300; /obj/item/tool/hatchet, \
- 100; /obj/item/tool/scythe, \
- 100; /obj/item/tool/kitchen/knife/butcher, \
- 50; /obj/item/weapon/sword/katana/replica, \
- 100; /obj/item/weapon/harpoon, \
- 75; /obj/item/attachable/bayonet, \
- 200; /obj/item/weapon/throwing_knife, \
- 400; /obj/item/weapon/twohanded/spear, \
-\
- 250; /obj/item/device/flashlight/flare, \
- 75; /obj/item/device/flashlight, \
- 75; /obj/item/device/flashlight/combat, \
-\
- 25; /obj/item/bananapeel, \
- 25; /obj/item/tool/soap, \
-\
- 75; /obj/item/stack/medical/bruise_pack, \
- 75; /obj/item/stack/medical/ointment, \
- 75; /obj/item/reagent_container/food/snacks/donkpocket, \
-\
- 100; /obj/item/cell/high, \
- 100; /obj/item/tool/wirecutters, \
- 100; /obj/item/tool/weldingtool, \
- 100; /obj/item/tool/wrench, \
- 100; /obj/item/device/multitool, \
- 75; /obj/item/storage/pill_bottle/tramadol, \
- 50; /obj/item/explosive/grenade/smokebomb, \
- 50; /obj/item/explosive/grenade/empgrenade, \
- 100; /obj/item/storage/backpack, \
- 100; /obj/item/storage/backpack/cultpack, \
- 100; /obj/item/storage/backpack/satchel, \
- 75; /obj/item/clothing/gloves/brown, \
- 100; /obj/item/clothing/suit/storage/CMB \
- )
-
-//Digging through this is a pain. I'm leaving it mostly alone until a full rework takes place.
-
-/datum/game_mode/huntergames
- name = "Hunter Games"
- config_tag = "Hunter Games"
- required_players = 1
- flags_round_type = MODE_NO_LATEJOIN
- latejoin_larva_drop = 0 //You never know
-
- var/checkwin_counter = 0
- var/finished = 0
- var/dropoff_timer = 800 //10 minutes.
- var/last_drop = 0
- var/last_tally
- var/contestants[]
- var/supply_votes[]
-
- var/ticks_passed = 0
- var/drops_disabled = 0
-
- var/waiting_for_drop_votes = FALSE
-
- votable = FALSE // borkeds
- taskbar_icon = 'icons/taskbar/gml_hgames.png'
-
-/obj/effect/step_trigger/hell_hound_blocker/Trigger(mob/living/carbon/xenomorph/hellhound/H)
- if(istype(H)) H.gib() //No mercy.
-
-/datum/game_mode/huntergames/announce()
- return TRUE
-
-/obj/effect/landmark/hunter_primary
- name = "hunter_primary"
-
-/obj/effect/landmark/hunter_primary/Initialize(mapload, ...)
- . = ..()
- GLOB.hunter_primaries += src
-
-/obj/effect/landmark/hunter_primary/Destroy()
- GLOB.hunter_primaries -= src
- return ..()
-
-/obj/effect/landmark/hunter_secondary
- name = "hunter_secondary"
-
-/obj/effect/landmark/hunter_secondary/Initialize(mapload, ...)
- . = ..()
- GLOB.hunter_secondaries += src
-
-/obj/effect/landmark/hunter_secondary/Destroy()
- GLOB.hunter_secondaries -= src
- return ..()
-
-/obj/effect/landmark/crap_item
- name = "crap_item"
-
-/obj/effect/landmark/crap_item/Initialize(mapload, ...)
- . = ..()
- GLOB.crap_items += src
-
-/obj/effect/landmark/crap_item/Destroy()
- GLOB.crap_items -= src
- return ..()
-
-/obj/effect/landmark/good_item
- name = "good_item"
-
-/obj/effect/landmark/good_item/Initialize(mapload, ...)
- . = ..()
- GLOB.good_items += src
-
-/obj/effect/landmark/good_item/Destroy()
- GLOB.good_items -= src
- return ..()
-
-/datum/game_mode/huntergames/pre_setup()
- supply_votes = list()
-
- for(var/i in GLOB.crap_items)
- place_drop(get_turf(i), "crap")
-
- for(var/i in GLOB.good_items)
- place_drop(get_turf(i), "good")
-
- QDEL_LIST(GLOB.xeno_tunnels)
-
- for(var/G in GLOB.gun_list)
- qdel(G) //No guns or ammo allowed.
- for(var/M in GLOB.ammo_magazine_list)
- qdel(M)
-
- for(var/mob/new_player/player in GLOB.new_player_list)
- if(player && player.ready)
- if(player.mind)
- player.job = "ROLE"
- else
- if(player.client)
- player.mind = new(player.key)
- player.mind_initialize()
- return ..()
-
-/datum/game_mode/huntergames/post_setup()
- contestants = list()
- for(var/i in GLOB.human_mob_list)
- var/mob/M = i
- if(M.client)
- contestants += M
- spawn_contestant(M)
-
- CONFIG_SET(flag/remove_gun_restrictions, TRUE) //This will allow anyone to use cool guns.
-
- spawn(10)
- to_world("The current game mode is - HUNTER GAMES!")
- to_world("You have been dropped off on a Weyland-Yutani colony overrun with alien Predators who have turned it into a game preserve.")
- to_world("And you are both the hunter and the hunted!")
- to_world("Be the last survivor and win glory! Fight in any way you can! Team up or be a loner, it's up to you.")
- to_world("Be warned though - if someone hasn't died in 3 minutes, the watching Predators get irritated!")
- world << sound('sound/effects/siren.ogg')
-
- spawn(1000)
- loop_package()
-
- return ..()
-
-/datum/game_mode/huntergames/proc/spawn_contestant(mob/M)
-
- var/mob/living/carbon/human/H
- var/turf/picked
-
- if(length(GLOB.hunter_primaries))
- picked = get_turf(pick_n_take(GLOB.hunter_primaries))
- else
- if(length(GLOB.hunter_secondaries))
- picked = get_turf(pick_n_take(GLOB.hunter_secondaries))
- else
- message_admins("There were no spawn points available for a contestant.")
-
- if(QDELETED(picked)) //???
- message_admins("Warning, null picked spawn in spawn_contestant")
- return 0
-
- if(istype(M,/mob/living/carbon/human)) //somehow?
- H = M
- if(length(H.contents))
- for(var/obj/item/I in H.contents)
- qdel(I)
- H.forceMove(picked)
- else
- H = new(picked)
-
- H.key = M.key
- if(H.client) H.client.change_view(GLOB.world_view_size)
-
- if(!H.mind)
- H.mind = new(H.key)
- H.mind_initialize()
-
- H.name = H.real_name
-
- H.skills = null //no restriction on what the contestants can do
-
- H.KnockDown(15)
- H.Stun(15)
- H.nutrition = NUTRITION_NORMAL
-
- var/randjob = rand(0,10)
- switch(randjob)
- if(0) //colonial marine
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine(H), WEAR_FEET)
- if(1) //MP
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/mp(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine(H), WEAR_FEET)
- if(2) //Commander!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/command(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress/commander(H), WEAR_FEET)
- if(3) //CL
- H.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET)
- if(4) //pmc!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET)
- H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc(H), WEAR_FACE)
- if(5) //Merc!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/dutch(H), WEAR_BODY)
- if(prob(50))
- H.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(H), WEAR_HANDS)
- else
- M.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(H), WEAR_HANDS)
- if(prob(75))
- M.equip_to_slot_or_del(new /obj/item/clothing/shoes/leather(M), WEAR_FEET)
- else
- M.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots(M), WEAR_FEET)
- if(6)//BEARS!!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/bear(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine(H), WEAR_FEET)
- H.remove_language(LANGUAGE_ENGLISH)
- H.add_language(LANGUAGE_RUSSIAN)
- if(7) //Highlander!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/kilt(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H), WEAR_FEET)
- if(8) //Assassin!
- H.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET)
- if(9) //Corporate guy
- H.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/wcoat(H), WEAR_JACKET)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(H), WEAR_FEET)
- if(10) //Colonial Marshal
- H.equip_to_slot_or_del(new /obj/item/clothing/under/CM_uniform(H), WEAR_BODY)
- H.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(H), WEAR_FEET)
-
- H.equip_to_slot_or_del(new /obj/item/device/flashlight/flare(H), WEAR_L_STORE)
- H.equip_to_slot_or_del(new /obj/item/storage/pouch/general(H), WEAR_R_STORE)
-
- //Give them some information
- spawn(4)
- to_chat(H, "
There can be only one!!
")
- to_chat(H, "Use the flare in your pocket to light the way!")
- return 1
-
-/datum/game_mode/huntergames/proc/loop_package()
- while(finished == 0)
- if(!drops_disabled)
- to_world(SPAN_ROUNDBODY("Your Predator capturers have decided it is time to bestow a gift upon the scurrying humans."))
- to_world(SPAN_ROUNDBODY("One lucky contestant should prepare for a supply drop in 60 seconds."))
- for(var/mob/dead/D in GLOB.dead_mob_list)
- to_chat(D, SPAN_ROUNDBODY("Now is your chance to vote for a supply drop beneficiary! Go to Ghost tab, Spectator Vote!"))
- world << sound('sound/effects/alert.ogg')
- last_drop = world.time
- waiting_for_drop_votes = 1
- sleep(600)
- if(!length(supply_votes))
- to_world(SPAN_ROUNDBODY("Nobody got anything! .. weird."))
- waiting_for_drop_votes = 0
- supply_votes = list()
- else
- var/mob/living/carbon/human/winner = pick(supply_votes) //Way it works is, more votes = more odds of winning. But not guaranteed.
- if(istype(winner) && !winner.stat)
- to_world(SPAN_ROUNDBODY("The spectator and Predator votes have been tallied, and the supply drop recipient is [winner.real_name]! Congrats!"))
- world << sound('sound/effects/alert.ogg')
- to_world(SPAN_ROUNDBODY("The package will shortly be dropped off at: [get_area(winner.loc)]."))
- var/turf/drop_zone = locate(winner.x + rand(-2,2),winner.y + rand(-2,2),winner.z)
- if(istype(drop_zone))
- playsound(drop_zone,'sound/effects/bamf.ogg', 50, 1)
- place_drop(drop_zone,"god", 1)
- else
- to_world(SPAN_ROUNDBODY("The spectator and Predator votes have been talled, and the supply drop recipient is dead or dying. Bummer."))
- world << sound('sound/misc/sadtrombone.ogg')
- supply_votes = list()
- waiting_for_drop_votes = 0
- sleep(5000)
-
-/datum/game_mode/huntergames/process()
- . = ..()
- checkwin_counter++
- ticks_passed++
- if(prob(2)) dropoff_timer += ticks_passed //Increase the timer the longer the round goes on.
-
- if(round_started > 0) //Initial countdown, just to be safe, so that everyone has a chance to spawn before we check anything.
- round_started--
-
- if(checkwin_counter >= 10) //Only check win conditions every 5 ticks.
- if(!finished)
- check_win()
- checkwin_counter = 0
- return 0
-
-/datum/game_mode/huntergames/check_win()
- var/C = count_humans()
- if(C < last_tally)
- if(last_tally - C == 1)
- to_world(SPAN_ROUNDBODY("A contestant has died! There are now [C] contestants remaining!"))
- world << sound('sound/effects/explosionfar.ogg')
- else
- var/diff = last_tally - C
- to_world(SPAN_ROUNDBODY("Multiple contestants have died! [diff] in fact. [C] are left!"))
- spawn(7) world << sound('sound/effects/explosionfar.ogg')
-
- last_tally = C
- if(last_tally == 1 || ismob(last_tally))
- finished = 1
- else if (last_tally < 1)
- finished = 2
- else
- finished = 0
-
-/datum/game_mode/huntergames/proc/count_humans()
- var/human_count = 0
-
- for(var/mob/living/carbon/human/H in GLOB.alive_mob_list)
- if(istype(H) && H.stat == 0 && !istype(get_area(H.loc),/area/centcom) && !istype(get_area(H.loc),/area/tdome))
- if(H.species != "Yautja") // Preds don't count in round end.
- human_count += 1 //Add them to the amount of people who're alive.
-
- return human_count
-
-///////////////////////////////
-//Checks if the round is over//
-///////////////////////////////
-/datum/game_mode/huntergames/check_finished()
- if(finished != 0)
- return 1
-
- return 0
-
-
-//////////////////////////////////////////////////////////////////////
-//Announces the end of the game with all relevant information stated//
-//////////////////////////////////////////////////////////////////////
-/datum/game_mode/huntergames/declare_completion()
- if(GLOB.round_statistics)
- GLOB.round_statistics.track_round_end()
- var/mob/living/carbon/winner = null
-
- for(var/mob/living/carbon/human/Q in GLOB.alive_mob_list)
- if(istype(Q) && Q.stat == 0 && !isyautja(Q) && !istype(get_area(Q.loc),/area/centcom) && !istype(get_area(Q.loc),/area/tdome))
- winner = Q
- break
-
- if(finished == 1 && !QDELETED(winner) && istype(winner))
- to_world(SPAN_DANGER("We have a winner! >> [winner.real_name] ([winner.key]) << defeated all enemies!"))
- to_world("Well done, your tale of survival will live on in legend!")
-
- else if(finished == 2)
- to_world(SPAN_DANGER("NOBODY WON!?"))
- to_world("'Somehow you stupid humans managed to even fuck up killing yourselves. Well done.'")
- world << 'sound/misc/sadtrombone.ogg'
- else
- to_world(SPAN_DANGER("NOBODY WON!"))
- to_world("There was a winner, but they died before they could receive the prize!! Bummer.")
- world << 'sound/misc/sadtrombone.ogg'
-
- if(GLOB.round_statistics)
- GLOB.round_statistics.game_mode = name
- GLOB.round_statistics.round_length = world.time
- GLOB.round_statistics.end_round_player_population = count_humans()
-
- GLOB.round_statistics.log_round_statistics()
-
-
- return 1
-
-/datum/game_mode/proc/auto_declare_completion_huntergames()
- return
-
-/datum/game_mode/huntergames/proc/place_drop(turf/T, OT = "crap", in_crate)
- if(!istype(T))
- return FALSE
-
- if(OT == "good" && !in_crate && prob(15)) in_crate = 1 //Place some good drops in crates.
-
- var/obj_type //Object path.
- var/atom/location = in_crate ? new /obj/structure/closet/crate(T) : T //Where it's going to be placed.
-
- switch(OT)
- if("god")
- var/L[] = HUNTER_BEST_ITEM
- for(obj_type in L)
- new obj_type(location)
- if("good")
- obj_type = HUNTER_GOOD_ITEM
- new obj_type(location)
- else
- obj_type = HUNTER_OKAY_ITEM
- new obj_type(location)
-
-#undef HUNTER_BEST_ITEM
-#undef HUNTER_GOOD_ITEM
-#undef HUNTER_OKAY_ITEM
diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm
index d4db6bccde83..bd11bd3628d7 100644
--- a/code/modules/mob/dead/observer/observer.dm
+++ b/code/modules/mob/dead/observer/observer.dm
@@ -1127,47 +1127,6 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(SSticker.mode.check_joe_late_join(src))
SSticker.mode.attempt_to_join_as_joe(src)
-
-/mob/dead/verb/drop_vote()
- set category = "Ghost"
- set name = "Spectator Vote"
- set desc = "If it's on Hunter Games gamemode, vote on who gets a supply drop!"
-
- if(SSticker.current_state < GAME_STATE_PLAYING || !SSticker.mode)
- to_chat(src, SPAN_WARNING("The game hasn't started yet!"))
- return
-
- if(!istype(SSticker.mode,/datum/game_mode/huntergames))
- to_chat(src, SPAN_INFO("Wrong game mode. You have to be observing a Hunter Games round."))
- return
-
- var/datum/game_mode/huntergames/mode = SSticker.mode
-
- if(!mode.waiting_for_drop_votes)
- to_chat(src, SPAN_INFO("There's no drop vote currently in progress. Wait for a supply drop to be announced!"))
- return
-
- if(voted_this_drop)
- to_chat(src, SPAN_INFO("You voted for this one already. Only one please!"))
- return
-
- var/list/mobs = GLOB.alive_mob_list
- var/target = null
-
- for(var/mob/living/M in mobs)
- if(!istype(M,/mob/living/carbon/human) || M.stat || isyautja(M)) mobs -= M
-
-
- target = tgui_input_list(usr, "Please, select a contestant!", "Cake Time", mobs)
-
- if (!target)//Make sure we actually have a target
- return
- else
- to_chat(src, SPAN_INFO("Your vote for [target] has been counted!"))
- SSticker.mode:supply_votes += target
- voted_this_drop = 1
- addtimer(VARSET_CALLBACK(src, voted_this_drop, FALSE), 20 SECONDS)
-
/mob/dead/observer/verb/go_dnr()
set category = "Ghost.Body"
set name = "Go DNR"
diff --git a/colonialmarines.dme b/colonialmarines.dme
index b479f0af62c5..f4c0b0c4476b 100644
--- a/colonialmarines.dme
+++ b/colonialmarines.dme
@@ -769,7 +769,6 @@
#include "code\game\gamemodes\events.dm"
#include "code\game\gamemodes\game_mode.dm"
#include "code\game\gamemodes\colonialmarines\colonialmarines.dm"
-#include "code\game\gamemodes\colonialmarines\huntergames.dm"
#include "code\game\gamemodes\colonialmarines\whiskey_outpost.dm"
#include "code\game\gamemodes\colonialmarines\xenovsxeno.dm"
#include "code\game\gamemodes\colonialmarines\whiskey_outpost\equipping.dm"
diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm
index b71c76ab1cb9..8cf5934bb84d 100644
--- a/maps/map_files/BigRed/BigRed.dmm
+++ b/maps/map_files/BigRed/BigRed.dmm
@@ -43,13 +43,6 @@
"aam" = (
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/space_port)
-"aan" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/machinery/landinglight/ds1/delaythree{
- dir = 4
- },
-/turf/open/floor/asteroidwarning/east,
-/area/bigredv2/outside/space_port)
"aao" = (
/turf/closed/wall/solaris/rock,
/area/bigredv2/caves)
@@ -63,10 +56,6 @@
/obj/structure/sign/safety/hazard,
/turf/closed/wall/solaris/reinforced,
/area/bigredv2/outside/space_port)
-"aar" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/space_port)
"aas" = (
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/telecomm)
@@ -239,10 +228,6 @@
},
/turf/open/floor/dark,
/area/bigredv2/outside/space_port)
-"aaZ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/telecomm)
"aba" = (
/obj/structure/machinery/landinglight/ds1/delaythree{
dir = 4
@@ -282,10 +267,6 @@
/obj/item/tool/pen,
/turf/open/floor/dark,
/area/bigredv2/outside/space_port)
-"abi" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/space_port)
"abj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/landinglight/ds1/delaytwo{
@@ -495,10 +476,6 @@
},
/turf/open/mars_cave/mars_cave_2,
/area/bigredv2/caves_north)
-"acd" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port)
"ace" = (
/obj/structure/cargo_container/arious/leftmid,
/turf/open/floor/plating/warnplate,
@@ -574,10 +551,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/space_port)
-"acx" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port)
"acy" = (
/obj/structure/machinery/botany,
/turf/open/floor/whitegreen/north,
@@ -588,10 +561,6 @@
"acA" = (
/turf/closed/wall/solaris/reinforced,
/area/bigredv2/outside/telecomm)
-"acB" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port)
"acC" = (
/turf/open/floor/white,
/area/bigredv2/outside/marshal_office)
@@ -1615,10 +1584,6 @@
"agz" = (
/turf/open/floor/redcorner/east,
/area/bigredv2/outside/marshal_office)
-"agA" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/redcorner/east,
-/area/bigredv2/outside/marshal_office)
"agB" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/redcorner/east,
@@ -1788,19 +1753,10 @@
/obj/structure/girder/reinforced,
/turf/closed/wall/solaris/reinforced,
/area/bigredv2/outside/space_port)
-"ahi" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/nw)
"ahj" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/redcorner,
/area/bigredv2/outside/marshal_office)
-"ahk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/marshal_office)
"ahl" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
@@ -1868,11 +1824,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_cave_2,
/area/bigredv2/caves_lambda)
-"ahx" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_lambda)
"ahy" = (
/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
@@ -2020,11 +1971,6 @@
},
/turf/open/floor/redcorner,
/area/bigredv2/outside/marshal_office)
-"aie" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
-/turf/open/floor/redcorner,
-/area/bigredv2/outside/marshal_office)
"aif" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/dirt,
@@ -2048,11 +1994,6 @@
},
/turf/open/floor/delivery,
/area/bigredv2/outside/marshal_office)
-"aij" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_lambda)
"aik" = (
/obj/structure/surface/table/reinforced,
/obj/item/tool/surgery/retractor,
@@ -2093,11 +2034,6 @@
/obj/structure/largecrate/random,
/turf/open/floor/dark,
/area/bigredv2/caves/lambda/xenobiology)
-"air" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/dark,
-/area/bigredv2/caves/lambda/xenobiology)
"ais" = (
/obj/structure/urinal{
pixel_y = 32
@@ -2257,11 +2193,6 @@
/obj/effect/decal/cleanable/blood/splatter,
/turf/open/floor/white,
/area/bigredv2/caves/lambda/xenobiology)
-"aiW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/telecomm)
"aiX" = (
/turf/open/floor/bcircuit,
/area/bigredv2/outside/marshal_office)
@@ -2450,11 +2381,6 @@
/obj/structure/machinery/door/window/brigdoor/westright,
/turf/open/floor/vault2/west,
/area/bigredv2/outside/marshal_office)
-"ajG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/marshal_office)
"ajH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -2648,10 +2574,6 @@
/obj/structure/machinery/computer/prisoner,
/turf/open/floor,
/area/bigredv2/outside/marshal_office)
-"aks" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor,
-/area/bigredv2/outside/marshal_office)
"akt" = (
/obj/structure/bed/chair{
dir = 1
@@ -2778,10 +2700,6 @@
/obj/structure/window/framed/solaris/reinforced,
/turf/open/floor/plating,
/area/bigredv2/outside/general_offices)
-"akV" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars,
-/area/bigredv2/outside/n)
"akW" = (
/turf/open/mars/mars_dirt_13,
/area/bigredv2/caves_north)
@@ -2798,7 +2716,6 @@
/turf/open/floor/whitepurple/northwest,
/area/bigredv2/caves/lambda/xenobiology)
"alb" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/whitepurplecorner/north,
/area/bigredv2/caves/lambda/xenobiology)
"alc" = (
@@ -2846,10 +2763,6 @@
"aln" = (
/turf/open/mars/mars_dirt_3,
/area/bigredv2/outside/nw)
-"alo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars/mars_dirt_3,
-/area/bigredv2/outside/nw)
"alp" = (
/obj/structure/machinery/door/airlock/almayer/security/glass/colony{
dir = 1;
@@ -2930,18 +2843,9 @@
"alH" = (
/turf/open/mars_cave/mars_dirt_5,
/area/bigredv2/caves_north)
-"alI" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars_cave/mars_cave_9,
-/area/bigredv2/caves_north)
"alJ" = (
/turf/open/mars_cave/mars_cave_15,
/area/bigredv2/caves_north)
-"alK" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/plating,
-/area/bigredv2/caves/lambda/xenobiology)
"alL" = (
/obj/effect/landmark/objective_landmark/medium,
/turf/open/floor/plating/warnplate/northwest,
@@ -3055,7 +2959,6 @@
/area/bigredv2/outside/general_offices)
"ami" = (
/obj/structure/pipes/standard/manifold/fourway/hidden/green,
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/bigredv2/outside/marshal_office)
"amj" = (
@@ -3175,10 +3078,6 @@
},
/turf/open/floor/grimy,
/area/bigredv2/outside/marshal_office)
-"amD" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/n)
"amE" = (
/turf/open/floor/plating,
/area/bigredv2/caves_north)
@@ -3575,7 +3474,6 @@
/turf/open/floor/plating,
/area/bigredv2/outside/library)
"aod" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/whitegreenfull,
/area/bigredv2/caves/lambda/xenobiology)
@@ -4264,10 +4162,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/general_offices)
-"aqR" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/freezerfloor,
-/area/bigredv2/outside/general_offices)
"aqS" = (
/obj/item/clothing/under/brown,
/turf/open/floor/freezerfloor,
@@ -4336,10 +4230,6 @@
},
/turf/open/floor/darkpurple2/east,
/area/bigredv2/caves/lambda/xenobiology)
-"ard" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/nw)
"are" = (
/obj/structure/surface/table,
/obj/item/storage/fancy/vials/random,
@@ -4681,11 +4571,6 @@
/obj/item/device/reagent_scanner,
/turf/open/floor/whitepurplecorner/north,
/area/bigredv2/outside/medical)
-"asA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitepurplefull,
-/area/bigredv2/outside/medical)
"asB" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/dirt,
@@ -4696,11 +4581,6 @@
/obj/item/clothing/gloves/latex,
/turf/open/floor/white,
/area/bigredv2/outside/medical)
-"asD" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/green,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"asE" = (
/obj/structure/bed/chair{
dir = 1
@@ -4962,7 +4842,6 @@
/area/bigredv2/outside/general_offices)
"atF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
},
@@ -5041,10 +4920,6 @@
},
/turf/open/floor/plating,
/area/bigredv2/outside/chapel)
-"atQ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars,
-/area/bigredv2/outside/nw)
"atR" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/whitepurplecorner/north,
@@ -5183,7 +5058,6 @@
/obj/structure/machinery/light{
dir = 1
},
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/lambda/breakroom)
@@ -5452,10 +5326,6 @@
"avw" = (
/turf/open/floor/whitegreen/west,
/area/bigredv2/outside/medical)
-"avx" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"avy" = (
/turf/open/floor/whitegreen/east,
/area/bigredv2/outside/medical)
@@ -5658,11 +5528,6 @@
/obj/structure/machinery/sleep_console,
/turf/open/floor/white,
/area/bigredv2/outside/medical)
-"awn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/dorms)
"awo" = (
/obj/structure/bed/chair,
/turf/open/floor,
@@ -5696,13 +5561,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/general_offices)
-"awu" = (
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/general_offices)
"awv" = (
/obj/structure/pipes/standard/manifold/hidden/green{
dir = 4
@@ -5714,10 +5572,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/general_offices)
-"aww" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/general_offices)
"awz" = (
/obj/item/ashtray/bronze{
pixel_x = -7
@@ -5882,11 +5736,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/dorms)
-"axe" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
-/turf/open/floor/grimy,
-/area/bigredv2/outside/dorms)
"axg" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/grimy,
@@ -5976,10 +5825,6 @@
/obj/structure/machinery/light,
/turf/open/floor/darkish,
/area/bigredv2/caves/lambda/breakroom)
-"axu" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars/mars_dirt_8,
-/area/bigredv2/outside/nw)
"axv" = (
/turf/open/floor/delivery,
/area/bigredv2/outside/nw/ceiling)
@@ -6003,11 +5848,6 @@
/obj/structure/machinery/iv_drip,
/turf/open/floor/whitegreen/west,
/area/bigredv2/outside/medical)
-"axA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"axB" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/whitegreen/east,
@@ -6128,13 +5968,6 @@
},
/turf/open/floor/plating,
/area/bigredv2/outside/nw/ceiling)
-"aya" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/bigredv2/outside/nw/ceiling)
"ayb" = (
/obj/structure/pipes/standard/manifold/hidden/green,
/turf/open/floor/plating,
@@ -6313,12 +6146,6 @@
},
/turf/open/floor/whitegreen/west,
/area/bigredv2/outside/medical)
-"ayI" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"ayJ" = (
/turf/open/floor/warnwhite/west,
/area/bigredv2/outside/medical)
@@ -6386,10 +6213,6 @@
"ayV" = (
/turf/open/floor/plating,
/area/bigredv2/outside/medical)
-"ayX" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor,
-/area/bigredv2/outside/dorms)
"ayY" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor,
@@ -6421,7 +6244,6 @@
/turf/open/floor/wood,
/area/bigredv2/outside/general_offices)
"azf" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_cave_18,
/area/bigredv2/caves_lambda)
@@ -6777,11 +6599,6 @@
},
/turf/open/floor/whitegreen/east,
/area/bigredv2/outside/medical)
-"aAA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/n)
"aAB" = (
/obj/effect/decal/cleanable/blood{
icon_state = "gib6"
@@ -7039,11 +6856,6 @@
/obj/structure/window/framed/solaris/reinforced,
/turf/open/floor/plating,
/area/bigredv2/caves/eta/storage)
-"aBz" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_7,
-/area/bigredv2/caves_lambda)
"aBA" = (
/turf/closed/wall/solaris,
/area/bigredv2/caves/eta/research)
@@ -7131,10 +6943,6 @@
"aBR" = (
/turf/open/mars,
/area/bigredv2/outside/c)
-"aBS" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/asteroidwarning/east,
-/area/bigredv2/outside/c)
"aBT" = (
/obj/structure/machinery/door/airlock/almayer/generic{
name = "\improper Dormitories Storage"
@@ -7356,10 +7164,6 @@
"aCL" = (
/turf/closed/wall/solaris,
/area/bigredv2/caves/eta/xenobiology)
-"aCM" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars,
-/area/bigredv2/outside/c)
"aCN" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning/west,
@@ -7386,10 +7190,6 @@
/obj/effect/landmark/objective_landmark/close,
/turf/open/floor/wood,
/area/bigredv2/outside/dorms)
-"aCT" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/bigredv2/outside/dorms)
"aCU" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/structure/machinery/door/airlock/almayer/maint/colony{
@@ -7705,7 +7505,6 @@
/turf/open/floor/whitepurple/west,
/area/bigredv2/caves/lambda/research)
"aEn" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/whitepurplefull,
/area/bigredv2/caves/lambda/research)
@@ -7737,10 +7536,6 @@
"aEu" = (
/turf/closed/wall/solaris/rock,
/area/bigredv2/outside)
-"aEv" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning,
-/area/bigredv2/outside/nw)
"aEw" = (
/obj/structure/surface/table,
/obj/item/tool/surgery/scalpel/manager,
@@ -7753,7 +7548,6 @@
"aEz" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/bigredv2/outside/medical)
"aEA" = (
@@ -7826,11 +7620,6 @@
"aEO" = (
/turf/open/floor/wood,
/area/bigredv2/outside/bar)
-"aEP" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/bigredv2/outside/bar)
"aEQ" = (
/obj/structure/bed/chair/wood/normal,
/turf/open/floor/wood,
@@ -8061,10 +7850,6 @@
},
/turf/open/floor/white,
/area/bigredv2/outside/medical)
-"aFL" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/c)
"aFM" = (
/turf/open/floor/asteroidwarning/west,
/area/bigredv2/outside/c)
@@ -8792,7 +8577,6 @@
/turf/open/floor/darkpurplecorners2/north,
/area/bigredv2/caves/lambda/research)
"aIO" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 1
@@ -8829,7 +8613,6 @@
/area/bigredv2/outside/cargo)
"aIU" = (
/obj/structure/pipes/vents/scrubber/on,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/darkpurple2/north,
/area/bigredv2/caves/lambda/research)
@@ -8876,7 +8659,6 @@
/obj/structure/machinery/door/window{
dir = 8
},
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/darkgreen2/northwest,
/area/bigredv2/caves/lambda/virology)
@@ -8947,10 +8729,6 @@
"aJn" = (
/turf/open/floor/carpet13_5/west,
/area/bigredv2/outside/bar)
-"aJo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/carpet13_5/west,
-/area/bigredv2/outside/bar)
"aJp" = (
/turf/open/floor/carpet9_4/west,
/area/bigredv2/outside/bar)
@@ -9214,10 +8992,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/whitegreen/east,
/area/bigredv2/caves/lambda/virology)
-"aKg" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/virology)
"aKi" = (
/turf/open/floor/dark,
/area/bigredv2/caves/eta/xenobiology)
@@ -9255,10 +9029,6 @@
},
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/c)
-"aKr" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars,
-/area/bigredv2/outside/c)
"aKt" = (
/turf/open/mars/mars_dirt_12,
/area/bigredv2/outside/c)
@@ -9663,10 +9433,6 @@
},
/turf/open/floor/asteroidwarning/north,
/area/bigredv2/outside/nw)
-"aMb" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/nw)
"aMc" = (
/turf/open/floor/asteroidwarning/north,
/area/bigredv2/outside/c)
@@ -10194,11 +9960,6 @@
/obj/item/trash/raisins,
/turf/open/floor/wood,
/area/bigredv2/outside/bar)
-"aNZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/yellowfull,
-/area/bigredv2/outside/hydroponics)
"aOa" = (
/obj/structure/bed/chair{
dir = 4
@@ -10643,10 +10404,6 @@
/obj/item/reagent_container/food/drinks/cans/beer,
/turf/open/floor/whitebluefull/northeast,
/area/bigredv2/outside/general_store)
-"aPC" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/bigredv2/outside/general_store)
"aPD" = (
/obj/structure/surface/table,
/obj/item/storage/briefcase,
@@ -10875,10 +10632,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/hydroponics)
-"aQn" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/hydroponics)
"aQo" = (
/obj/structure/surface/table,
/obj/item/trash/plate,
@@ -11050,23 +10803,12 @@
/obj/item/paper,
/turf/open/floor/white,
/area/bigredv2/outside/admin_building)
-"aQW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/admin_building)
"aQX" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
},
/turf/open/floor/white,
/area/bigredv2/outside/admin_building)
-"aQY" = (
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/admin_building)
"aQZ" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -11294,10 +11036,6 @@
/obj/item/reagent_container/food/snacks/donkpocket,
/turf/open/floor/whitebluefull/northeast,
/area/bigredv2/outside/general_store)
-"aRM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/general_store)
"aRN" = (
/obj/structure/surface/table,
/obj/item/reagent_container/food/drinks/cans/thirteenloko,
@@ -11614,7 +11352,6 @@
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
},
-/obj/effect/landmark/good_item,
/turf/open/floor/darkred2/north,
/area/bigredv2/outside/admin_building)
"aSV" = (
@@ -11879,11 +11616,6 @@
/obj/structure/machinery/suit_storage_unit/carbon_unit,
/turf/open/floor/plating,
/area/bigredv2/outside/admin_building)
-"aUf" = (
-/obj/effect/landmark/good_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/darkred2/west,
-/area/bigredv2/outside/admin_building)
"aUg" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/effect/landmark/objective_landmark/close,
@@ -11963,11 +11695,6 @@
/obj/item/storage/pill_bottle/spaceacillin,
/turf/open/floor/white,
/area/bigredv2/outside/virology)
-"aUP" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/white,
-/area/bigredv2/outside/virology)
"aUQ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidfloor/north,
@@ -12088,21 +11815,12 @@
"aVk" = (
/turf/open/floor/redcorner/west,
/area/bigredv2/outside/admin_building)
-"aVl" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkred2/west,
-/area/bigredv2/outside/admin_building)
"aVm" = (
/obj/structure/machinery/light{
dir = 8
},
/turf/open/floor/darkred2/west,
/area/bigredv2/outside/admin_building)
-"aVn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidwarning/northwest,
-/area/bigredv2/outside/c)
"aVo" = (
/turf/open/mars/mars_dirt_10,
/area/bigredv2/outside/c)
@@ -12119,10 +11837,6 @@
"aVs" = (
/turf/open/mars/mars_dirt_9,
/area/bigredv2/outside/e)
-"aVt" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars,
-/area/bigredv2/outside/e)
"aVv" = (
/turf/open/floor/asteroidwarning/southwest,
/area/bigredv2/outside/e)
@@ -12271,10 +11985,6 @@
/obj/structure/surface/table,
/turf/open/floor/darkblue2/northeast,
/area/bigredv2/outside/admin_building)
-"aVY" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/e)
"aVZ" = (
/obj/structure/surface/table/reinforced,
/obj/structure/machinery/microwave,
@@ -12435,15 +12145,6 @@
"aWK" = (
/turf/open/mars/mars_dirt_14,
/area/bigredv2/outside/e)
-"aWL" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars,
-/area/bigredv2/outside/e)
-"aWM" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/west,
-/area/bigredv2/outside/e)
"aWN" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door,
@@ -12506,10 +12207,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/w)
-"aWW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/c)
"aWX" = (
/obj/structure/surface/table,
/obj/item/toy/prize/ripley,
@@ -12542,7 +12239,6 @@
/obj/structure/sign/safety/terminal{
pixel_y = 32
},
-/obj/effect/landmark/good_item,
/obj/structure/stairs/perspective{
dir = 10;
icon_state = "p_stair_full"
@@ -12914,10 +12610,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/darkred2/north,
/area/bigredv2/outside/admin_building)
-"aYV" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkred2/north,
-/area/bigredv2/outside/admin_building)
"aYW" = (
/turf/open/floor/darkredcorners2/north,
/area/bigredv2/outside/admin_building)
@@ -13088,10 +12780,6 @@
},
/turf/open/floor/delivery,
/area/bigredv2/outside/cargo)
-"aZM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/cargo)
"aZO" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor,
@@ -13158,7 +12846,6 @@
name = "Storm Shutters";
pixel_y = -32
},
-/obj/effect/landmark/good_item,
/turf/open/floor/darkred2,
/area/bigredv2/outside/admin_building)
"aZZ" = (
@@ -13229,13 +12916,6 @@
},
/turf/open/floor/chapel/east,
/area/bigredv2/outside/chapel)
-"baq" = (
-/obj/structure/bed/chair/wood/normal{
- dir = 8
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/chapel/north,
-/area/bigredv2/outside/chapel)
"bar" = (
/obj/structure/bed/chair/wood/normal{
dir = 8
@@ -13268,11 +12948,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/cargo)
-"baB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/bigredv2/outside/cargo)
"baC" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/dirt,
@@ -13501,7 +13176,6 @@
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/bigredv2/outside/office_complex)
"bbw" = (
@@ -13572,13 +13246,6 @@
/obj/structure/pipes/standard/manifold/hidden/green,
/turf/open/floor/dark,
/area/bigredv2/outside/chapel)
-"bbH" = (
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/chapel)
"bbI" = (
/obj/structure/pipes/vents/pump{
dir = 8
@@ -13725,20 +13392,12 @@
/obj/effect/landmark/survivor_spawner,
/turf/open/floor/chapel/east,
/area/bigredv2/outside/chapel)
-"bcn" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_6,
-/area/bigredv2/caves_virology)
"bco" = (
/obj/structure/machinery/light{
dir = 8
},
/turf/open/floor/white,
/area/bigredv2/outside/virology)
-"bcq" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/w)
"bct" = (
/obj/structure/barricade/wooden{
desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it...";
@@ -13906,13 +13565,6 @@
},
/turf/open/floor/grimy,
/area/bigredv2/outside/admin_building)
-"bcT" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/turf/open/floor/grimy,
-/area/bigredv2/outside/admin_building)
"bcU" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -13981,10 +13633,6 @@
},
/turf/open/floor/delivery,
/area/bigredv2/outside/cargo)
-"bdk" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/c)
"bdl" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/darkred2,
@@ -14057,11 +13705,6 @@
/obj/structure/sign/prop1,
/turf/open/floor,
/area/bigredv2/outside/office_complex)
-"bdB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/office_complex)
"bdC" = (
/obj/structure/machinery/door/airlock/almayer/generic{
name = "\improper Private Office"
@@ -14156,10 +13799,6 @@
/obj/effect/decal/cleanable/blood,
/turf/open/floor,
/area/bigredv2/outside/cargo)
-"bed" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor,
-/area/bigredv2/outside/cargo)
"bee" = (
/obj/structure/closet/emcloset,
/turf/open/floor,
@@ -14233,10 +13872,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_cave_2,
/area/bigredv2/caves_east)
-"beu" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidwarning,
-/area/bigredv2/outside/w)
"bev" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning,
@@ -14395,7 +14030,6 @@
/obj/structure/pipes/standard/manifold/hidden/green{
dir = 1
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/redcorner/west,
/area/bigredv2/outside/office_complex)
"bfk" = (
@@ -14802,11 +14436,6 @@
},
/turf/open/floor/wood,
/area/bigredv2/outside/office_complex)
-"bgO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/bigredv2/outside/office_complex)
"bgP" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/structure/machinery/floodlight/landing/floor,
@@ -14837,11 +14466,6 @@
},
/turf/open/floor/whiteyellowfull/east,
/area/bigredv2/outside/office_complex)
-"bgT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whiteyellowfull/east,
-/area/bigredv2/outside/office_complex)
"bgU" = (
/obj/item/clothing/shoes/galoshes,
/turf/open/floor/whiteyellowfull/east,
@@ -14919,10 +14543,6 @@
"bhq" = (
/turf/open/mars/mars_dirt_9,
/area/bigredv2/outside/se)
-"bhr" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/se)
"bhs" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_cave_5,
@@ -15213,10 +14833,6 @@
/obj/item/reagent_container/glass/bottle/tramadol,
/turf/open/floor,
/area/bigredv2/outside/cargo)
-"bjk" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/redcorner,
-/area/bigredv2/outside/office_complex)
"bjl" = (
/turf/open/mars/mars_dirt_8,
/area/bigredv2/outside/se)
@@ -15229,10 +14845,6 @@
},
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/space_port_lz2)
-"bjo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port_lz2)
"bjp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/landinglight/ds2{
@@ -15316,10 +14928,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/office_complex)
-"bjN" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/space_port_lz2)
"bjO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/landinglight/ds2/delaythree{
@@ -15390,10 +14998,6 @@
"bkp" = (
/turf/open/mars/mars_dirt_9,
/area/bigredv2/outside/s)
-"bkq" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars,
-/area/bigredv2/outside/s)
"bkr" = (
/turf/open/mars/mars_dirt_11,
/area/bigredv2/outside/s)
@@ -15674,12 +15278,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkyellow2/west,
/area/bigredv2/outside/filtration_plant)
-"blE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/green,
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
"blF" = (
/obj/structure/machinery/door/airlock/almayer/engineering/colony{
name = "\improper Atmospherics Condenser Air Filtration"
@@ -15890,10 +15488,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/darkyellow2/north,
/area/bigredv2/outside/filtration_plant)
-"bmM" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port_lz2)
"bmN" = (
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/space_port_lz2)
@@ -16088,7 +15682,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/item/clothing/glasses/meson,
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"bny" = (
@@ -16216,7 +15809,6 @@
/area/bigredv2/outside/engineering)
"bnX" = (
/obj/item/folder/yellow,
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"bnY" = (
@@ -16253,7 +15845,6 @@
dir = 4
},
/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/east,
/area/bigredv2/outside/engineering)
"boe" = (
@@ -16324,7 +15915,6 @@
"boH" = (
/obj/effect/decal/cleanable/liquid_fuel,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/darkyellowcorners2/east,
/area/bigredv2/outside/engineering)
@@ -16403,10 +15993,6 @@
},
/turf/open/floor/darkyellow2/north,
/area/bigredv2/outside/filtration_plant)
-"boZ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
"bpa" = (
/obj/effect/decal/cleanable/blood,
/obj/effect/decal/cleanable/dirt,
@@ -16566,7 +16152,6 @@
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
},
-/obj/effect/landmark/hunter_secondary,
/turf/open/floor/darkyellowcorners2/north,
/area/bigredv2/outside/engineering)
"bpM" = (
@@ -16611,13 +16196,6 @@
},
/turf/open/floor/dark,
/area/bigredv2/outside/filtration_plant)
-"bpS" = (
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
"bpT" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/mars_cave/mars_dirt_4,
@@ -16647,10 +16225,6 @@
"bqa" = (
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/se)
-"bqb" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/east,
-/area/bigredv2/outside/filtration_cave_cas)
"bqc" = (
/obj/effect/decal/cleanable/blood/drip{
pixel_y = 6
@@ -16891,10 +16465,6 @@
},
/turf/open/floor/darkyellow2/west,
/area/bigredv2/outside/filtration_plant)
-"brC" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
"brD" = (
/turf/open/floor/plating,
/area/bigredv2/outside/filtration_cave_cas)
@@ -16915,11 +16485,6 @@
/obj/item/stack/sheet/glass,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
-"brK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark,
-/area/bigredv2/outside/engineering)
"brL" = (
/obj/structure/bed/chair/office/light{
dir = 4
@@ -17019,7 +16584,6 @@
/obj/item/stack/sheet/metal{
amount = 30
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"bss" = (
@@ -17062,10 +16626,6 @@
/obj/structure/closet/wardrobe/engineering_yellow,
/turf/open/floor/almayer/test_floor4,
/area/bigredv2/outside/filtration_plant)
-"bsH" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/bigredv2/outside/filtration_cave_cas)
"bsI" = (
/turf/open/mars/mars_dirt_3,
/area/bigredv2/outside/sw)
@@ -17083,7 +16643,6 @@
/turf/open/floor/darkyellow2,
/area/bigredv2/outside/engineering)
"bsL" = (
-/obj/effect/landmark/crap_item,
/obj/structure/surface/table,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkyellow2,
@@ -17199,10 +16758,6 @@
"btw" = (
/turf/open/floor/plating,
/area/bigredv2/outside/lz2_south_cas)
-"btA" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark,
-/area/bigredv2/outside/engineering)
"btB" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/structure/reagent_dispensers/fueltank,
@@ -17274,10 +16829,6 @@
"buu" = (
/turf/open/mars_cave/mars_cave_17,
/area/bigredv2/outside/s)
-"buy" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_east)
"buz" = (
/turf/open/mars_cave/mars_cave_19,
/area/bigredv2/caves_sw)
@@ -17293,10 +16844,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_dirt_4,
/area/bigredv2/caves_north)
-"buR" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/lz2_south_cas)
"buY" = (
/obj/effect/decal/cleanable/blood{
icon_state = "xgib1"
@@ -17336,10 +16883,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/lz2_south_cas)
-"bvH" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/eta)
"bvK" = (
/obj/structure/machinery/door/airlock/almayer/engineering/colony{
dir = 1;
@@ -17370,11 +16913,6 @@
/obj/structure/machinery/door/poddoor/almayer/closed,
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"bvW" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/eta)
"bvX" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/asteroidwarning/north,
@@ -17382,16 +16920,6 @@
"bvY" = (
/turf/open/floor/plating,
/area/bigredv2/outside/eta)
-"bvZ" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/eta)
-"bwa" = (
-/obj/effect/landmark/hunter_primary,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/eta)
"bwb" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/asteroidfloor/north,
@@ -17544,11 +17072,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor,
/area/bigredv2/caves/eta/storage)
-"bxe" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor,
-/area/bigredv2/caves/eta/storage)
"bxf" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor,
@@ -17676,7 +17199,6 @@
/area/bigredv2/caves/eta/storage)
"bxG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/darkblue2/west,
/area/bigredv2/caves/eta/storage)
@@ -17766,11 +17288,6 @@
"bya" = (
/turf/open/floor/darkgreencorners2,
/area/bigredv2/caves/eta/research)
-"byb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/caves/eta/research)
"byc" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
@@ -17804,12 +17321,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/darkblue2/east,
/area/bigredv2/caves/eta/storage)
-"byk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/dark,
-/area/bigredv2/caves/eta/storage)
"byl" = (
/obj/structure/machinery/photocopier,
/obj/structure/pipes/standard/simple/hidden/green,
@@ -18110,10 +17621,6 @@
"bzn" = (
/turf/open/mars_cave/mars_cave_22,
/area/bigredv2/caves/eta/research)
-"bzo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_7,
-/area/bigredv2/caves_research)
"bzp" = (
/turf/open/floor/darkgreencorners2/east,
/area/bigredv2/caves/eta/storage)
@@ -18156,10 +17663,6 @@
/obj/structure/machinery/light,
/turf/open/floor/darkgreencorners2,
/area/bigredv2/caves/eta/storage)
-"bzy" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/caves/eta/storage)
"bzz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/pipes/standard/simple/hidden/green{
@@ -18279,7 +17782,6 @@
/area/bigredv2/caves/eta/research)
"bzU" = (
/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/eta/research)
@@ -18325,11 +17827,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
/turf/open/mars_cave/mars_cave_5,
/area/bigredv2/caves/eta/research)
-"bAe" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_5,
-/area/bigredv2/caves_se)
"bAf" = (
/obj/structure/machinery/r_n_d/server,
/turf/open/floor/podhatchfloor,
@@ -18647,7 +18144,6 @@
/turf/open/floor/dark,
/area/bigredv2/caves/eta/research)
"bBB" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/eta/research)
@@ -18791,7 +18287,6 @@
/area/bigredv2/caves/eta/xenobiology)
"bCl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/darkgreencorners2/west,
/area/bigredv2/caves/eta/research)
@@ -18820,11 +18315,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall,
/turf/open/floor/darkgreen2/east,
/area/bigredv2/caves/eta/xenobiology)
-"bCs" = (
-/obj/effect/landmark/good_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/dark,
-/area/bigredv2/caves/eta/research)
"bCt" = (
/obj/structure/surface/table,
/obj/effect/spawner/random/tool,
@@ -19091,7 +18581,6 @@
/area/bigredv2/caves/eta/living)
"bDt" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/eta/living)
@@ -19133,12 +18622,6 @@
},
/turf/open/floor/wood,
/area/bigredv2/caves/eta/living)
-"bDC" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/wood,
-/area/bigredv2/caves/eta/living)
"bDD" = (
/obj/structure/bed/chair/office/light{
dir = 4
@@ -19160,10 +18643,6 @@
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/dark,
/area/bigredv2/caves/eta/living)
-"bDH" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkyellowcorners2,
-/area/bigredv2/caves/eta/living)
"bDJ" = (
/obj/structure/showcase,
/turf/open/floor/carpet6_2/west,
@@ -19339,10 +18818,6 @@
"bEr" = (
/turf/open/mars_cave/mars_cave_22,
/area/bigredv2/caves/eta/xenobiology)
-"bEt" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/bigredv2/caves/eta/living)
"bEv" = (
/obj/structure/machinery/light{
dir = 4
@@ -19685,10 +19160,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/whitepurplefull,
/area/bigredv2/caves/lambda/research)
-"caD" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/s)
"caN" = (
/obj/structure/surface/table,
/obj/effect/landmark/objective_landmark/close,
@@ -19749,10 +19220,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
/turf/open/mars_cave/mars_cave_18,
/area/bigredv2/caves_lambda)
-"ciG" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_cave_7,
-/area/bigredv2/outside/n)
"ciY" = (
/obj/structure/machinery/light/small{
dir = 1
@@ -20077,7 +19544,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"cOl" = (
@@ -20097,10 +19563,6 @@
},
/turf/open/floor/delivery,
/area/bigredv2/caves/eta/research)
-"cPg" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/n)
"cPZ" = (
/obj/structure/window/framed/solaris/reinforced,
/obj/effect/decal/cleanable/dirt,
@@ -20195,10 +19657,6 @@
/obj/structure/pipes/standard/manifold/hidden/green,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
-"daf" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_sw)
"daB" = (
/obj/structure/surface/table/reinforced,
/obj/structure/transmitter/colony_net/rotary{
@@ -20258,10 +19716,6 @@
/obj/structure/blocker/forcefield/multitile_vehicles,
/turf/open/floor/redfull/northwest,
/area/bigredv2/outside/lambda_cave_cas)
-"dka" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/n)
"dkY" = (
/obj/structure/platform,
/turf/open/floor/asteroidfloor/north,
@@ -20535,10 +19989,6 @@
},
/turf/open/mars_cave,
/area/bigredv2/caves/mining)
-"dHH" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves/mining)
"dIb" = (
/turf/open/floor,
/area/bigredv2/caves)
@@ -20627,10 +20077,6 @@
},
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"dNX" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/carpet,
-/area/bigredv2/outside/library)
"dOu" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -20640,10 +20086,6 @@
},
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"dOZ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_16,
-/area/bigredv2/outside/n)
"dPb" = (
/obj/item/tool/pickaxe/drill,
/turf/open/mars_cave/mars_cave_15,
@@ -20686,7 +20128,6 @@
/turf/open/floor/delivery,
/area/bigredv2/outside/lambda_cave_cas)
"dSg" = (
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
icon_state = "1-2"
@@ -21038,7 +20479,6 @@
/turf/closed/wall/solaris/rock,
/area/bigredv2/caves)
"eEm" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/queen_spawn,
/turf/open/floor/dark,
/area/bigredv2/caves/eta/xenobiology)
@@ -21351,10 +20791,6 @@
},
/turf/open/floor/carpet15_15/west,
/area/bigredv2/outside/admin_building)
-"fhI" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_cave_16,
-/area/bigredv2/caves_north)
"fin" = (
/turf/open/floor/plating,
/area/bigredv2/caves/eta/xenobiology)
@@ -21807,10 +21243,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/ne)
-"gcR" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_3,
-/area/bigredv2/caves_sw)
"gda" = (
/turf/open/mars_cave,
/area/bigredv2/outside/lz1_telecomm_cas)
@@ -21838,7 +21270,6 @@
/area/bigredv2/outside/engineering)
"ggC" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/good_item,
/obj/item/stack/sheet/metal/small_stack,
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
@@ -21909,10 +21340,6 @@
/obj/effect/landmark/corpsespawner/miner,
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"gpt" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning,
-/area/bigredv2/outside/c)
"gpA" = (
/obj/structure/surface/table,
/obj/structure/machinery/light,
@@ -21925,10 +21352,6 @@
"gpR" = (
/turf/open/gm/river,
/area/bigredv2/outside/c)
-"gpT" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/lz2_south_cas)
"gqS" = (
/obj/structure/surface/table/reinforced/prison,
/obj/effect/spawner/random/tool,
@@ -22266,10 +21689,6 @@
/obj/structure/bed/roller,
/turf/open/floor/white,
/area/bigredv2/outside/medical)
-"hcb" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/lz1_telecomm_cas)
"hcH" = (
/obj/structure/surface/table,
/obj/effect/spawner/random/tool,
@@ -22372,10 +21791,6 @@
},
/turf/open/mars_cave/mars_cave_17,
/area/bigredv2/caves_research)
-"hoQ" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_sw)
"hoY" = (
/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary,
/obj/structure/cable{
@@ -22431,7 +21846,6 @@
/turf/open/mars_cave/mars_cave_17,
/area/bigredv2/caves/mining)
"hwy" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/lambda/research)
@@ -22511,11 +21925,6 @@
/obj/structure/reagent_dispensers/fueltank/gas,
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"hFg" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_6,
-/area/bigredv2/caves_lambda)
"hFv" = (
/obj/structure/platform{
dir = 4
@@ -22561,11 +21970,6 @@
/obj/item/device/flashlight/lantern,
/turf/open/mars_cave/mars_cave_2,
/area/bigredv2/caves/mining)
-"hKD" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_se)
"hKM" = (
/turf/open/mars_cave/mars_cave_17,
/area/bigredv2/caves_north)
@@ -22586,12 +21990,6 @@
/obj/structure/sign/poster/safety,
/turf/closed/wall/wood,
/area/bigredv2/caves/mining)
-"hNg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/floor/dark,
-/area/bigredv2/caves/eta/research)
"hNW" = (
/obj/structure/machinery/light,
/turf/open/floor/asteroidfloor/north,
@@ -22838,11 +22236,6 @@
},
/turf/open/mars_cave/mars_cave_20,
/area/bigredv2/caves/mining)
-"iml" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_research)
"inx" = (
/obj/item/tool/warning_cone,
/turf/open/floor/asteroidwarning,
@@ -22917,10 +22310,6 @@
"ivW" = (
/turf/open/mars_cave/mars_cave_9,
/area/bigredv2/outside/ne)
-"iwG" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_virology)
"ixA" = (
/obj/item/ore,
/turf/open/mars_cave/mars_dirt_6,
@@ -23062,10 +22451,6 @@
"iNR" = (
/turf/open/gm/river,
/area/bigredv2/outside/engineering)
-"iOR" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/ne)
"iPE" = (
/obj/structure/prop/invuln/minecart_tracks{
dir = 1
@@ -23076,10 +22461,6 @@
/obj/item/ore,
/turf/open/gm/river,
/area/bigredv2/outside/filtration_plant)
-"iQC" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/engineering)
"iQG" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/mars_cave/mars_cave_6,
@@ -23435,10 +22816,6 @@
"jCY" = (
/turf/open/mars_cave/mars_cave_10,
/area/bigredv2/caves_virology)
-"jDo" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/space_port_lz2)
"jDy" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/warning_stripes{
@@ -24183,10 +23560,6 @@
"kKB" = (
/turf/open/floor/darkred2,
/area/bigredv2/caves/eta/research)
-"kMk" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/ne)
"kMs" = (
/obj/structure/prop/invuln/minecart_tracks{
desc = "Righty tighty, lefty loosey!";
@@ -24216,10 +23589,6 @@
},
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"kNc" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_research)
"kNK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/pipes/standard/simple/hidden/green,
@@ -24299,10 +23668,6 @@
},
/turf/open/floor/asteroidwarning,
/area/bigredv2/outside/n)
-"kVS" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/filtration_cave_cas)
"kVT" = (
/turf/open/floor/darkyellow2/southwest,
/area/bigredv2/outside/engineering)
@@ -24311,10 +23676,6 @@
/obj/item/stack/sheet/mineral/gold/small_stack,
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
-"kWV" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_6,
-/area/bigredv2/caves_se)
"kWW" = (
/obj/effect/decal/warning_stripes{
icon_state = "N";
@@ -24475,10 +23836,6 @@
},
/turf/open/floor/delivery,
/area/bigredv2/outside/admin_building)
-"lrH" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/lz1_telecomm_cas)
"lrW" = (
/obj/structure/prop/invuln/minecart_tracks{
desc = "A pipe.";
@@ -24859,7 +24216,6 @@
/area/bigredv2/outside/engineering)
"maF" = (
/obj/item/frame/rack,
-/obj/effect/landmark/good_item,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/bigredv2/caves/mining)
@@ -24927,7 +24283,6 @@
/area/bigredv2/outside/engineering)
"mij" = (
/obj/item/folder/yellow,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/west,
/area/bigredv2/outside/engineering)
"miD" = (
@@ -25199,7 +24554,6 @@
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
"mOZ" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/queen_spawn,
/turf/open/mars_cave/mars_cave_2,
/area/bigredv2/caves/mining)
@@ -25299,15 +24653,6 @@
/obj/item/tool/warning_cone,
/turf/open/floor/asteroidwarning/northeast,
/area/bigredv2/outside/se)
-"nbi" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_research)
-"nbu" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars,
-/area/bigredv2/outside/space_port_lz2)
"ncv" = (
/obj/effect/landmark/corpsespawner/ua_riot,
/obj/effect/decal/cleanable/blood{
@@ -25843,7 +25188,6 @@
/turf/open/floor/plating,
/area/bigredv2/outside/cargo)
"oea" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/lambda/breakroom)
@@ -25988,10 +25332,6 @@
"ooD" = (
/turf/open/floor/asteroidwarning,
/area/bigredv2/outside/filtration_cave_cas)
-"opz" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_5,
-/area/bigredv2/caves/mining)
"opK" = (
/obj/item/stack/cable_coil/cut,
/turf/open/mars_cave/mars_cave_3,
@@ -26385,7 +25725,6 @@
/turf/open/jungle/impenetrable,
/area/bigredv2/caves/eta/living)
"pbK" = (
-/obj/effect/landmark/hunter_secondary,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/obj/effect/landmark/queen_spawn,
/turf/open/mars_cave/mars_cave_2,
@@ -26656,11 +25995,6 @@
},
/turf/open/mars_cave/mars_cave_13,
/area/bigredv2/caves/mining)
-"pDV" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/platingdmg3/west,
-/area/bigredv2/caves/mining)
"pGP" = (
/obj/structure/barricade/handrail{
dir = 4
@@ -27850,11 +27184,6 @@
/obj/item/weapon/harpoon,
/turf/open/floor/plating,
/area/bigredv2/caves/mining)
-"rNd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/hydroponics)
"rNs" = (
/obj/effect/landmark/nightmare{
insert_tag = "tcomms_open"
@@ -27951,10 +27280,6 @@
},
/turf/open/mars_cave/mars_dirt_7,
/area/bigredv2/caves/mining)
-"rVE" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_19,
-/area/bigredv2/outside/n)
"rVT" = (
/obj/structure/fence,
/turf/open/floor/asteroidwarning,
@@ -27993,10 +27318,6 @@
/obj/effect/decal/cleanable/ash,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
-"rYt" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_6,
-/area/bigredv2/caves_north)
"rYD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/light{
@@ -28343,10 +27664,6 @@
},
/turf/open/floor/freezerfloor,
/area/bigredv2/outside/dorms)
-"sAG" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_sw)
"sAS" = (
/obj/item/toy/prize/fireripley{
pixel_y = 19
@@ -28363,11 +27680,6 @@
},
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
-"sBu" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_east)
"sCj" = (
/obj/item/stack/cable_coil/cut,
/turf/open/mars_cave/mars_cave_17,
@@ -28435,11 +27747,6 @@
},
/turf/open/mars_cave/mars_dirt_6,
/area/bigredv2/caves/mining)
-"sHO" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/bigredv2/outside/library)
"sIh" = (
/obj/effect/landmark/nightmare{
insert_tag = "lambda-cave-extratunnel"
@@ -28984,10 +28291,6 @@
/obj/structure/machinery/power/apc,
/turf/open/floor/darkredcorners2/west,
/area/bigredv2/caves/eta/xenobiology)
-"tDv" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/lz2_west_cas)
"tEc" = (
/obj/structure/machinery/light/small,
/turf/open/mars_cave/mars_dirt_4,
@@ -29747,11 +29050,6 @@
},
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/filtration_plant)
-"vkf" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/blocker/forcefield/multitile_vehicles,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/ne)
"vkv" = (
/turf/open/floor/darkyellow2/northwest,
/area/bigredv2/outside/engineering)
@@ -29787,11 +29085,6 @@
/obj/item/device/flashlight/lantern,
/turf/open/mars_cave/mars_dirt_4,
/area/bigredv2/caves/mining)
-"vmL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/bigredv2/caves/mining)
"vmV" = (
/obj/item/trash/cigbutt/ucigbutt{
pixel_x = -12;
@@ -29987,10 +29280,6 @@
"vHw" = (
/turf/closed/wall/wood,
/area/bigredv2/caves/mining)
-"vHU" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/n)
"vIQ" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/dirt,
@@ -30154,14 +29443,6 @@
},
/turf/open/floor/plating,
/area/bigredv2/caves/mining)
-"wbD" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/outside/space_port_lz2)
-"wbY" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/n)
"wcs" = (
/obj/structure/blocker/forcefield/multitile_vehicles,
/turf/open/mars_cave/mars_dirt_6,
@@ -30937,11 +30218,6 @@
},
/turf/open/floor/plating,
/area/bigredv2/caves/mining)
-"xuU" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/caves_east)
"xwo" = (
/obj/structure/disposalpipe/junction,
/turf/open/mars_cave/mars_cave_2,
@@ -31177,10 +30453,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/dark,
/area/bigredv2/caves/lambda/research)
-"xUS" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_dirt_4,
-/area/bigredv2/caves/mining)
"xWl" = (
/obj/structure/machinery/door/poddoor/almayer/closed{
dir = 4;
@@ -32414,7 +31686,7 @@ rDP
rDP
rDP
rDP
-iwG
+rDP
rDP
rDP
rDP
@@ -32611,7 +31883,7 @@ fxK
xmy
xmy
rDP
-iwG
+rDP
rDP
rDP
fmn
@@ -33074,20 +32346,20 @@ rDP
rDP
rDP
fLj
-bcn
+fLj
rDP
rDP
rDP
rDP
rDP
rDP
-daf
wog
wog
-hoQ
wog
wog
-daf
+wog
+wog
+wog
wog
wog
wog
@@ -33472,7 +32744,7 @@ xmy
xmy
xmy
xmy
-lrH
+xmy
xmy
rCA
xmy
@@ -33530,7 +32802,7 @@ wog
wog
wog
wog
-daf
+wog
wog
wog
wog
@@ -33693,7 +32965,7 @@ xmy
csE
xmy
xmy
-hcb
+xmy
xmy
rDP
rDP
@@ -33708,7 +32980,7 @@ rDP
rDP
rDP
rDP
-iwG
+rDP
rDP
rDP
fLj
@@ -34002,7 +33274,7 @@ wog
uYb
uYb
uYb
-gcR
+uYb
uYb
uYb
uYb
@@ -34100,7 +33372,7 @@ acQ
aas
aas
ahd
-aiW
+ahd
aas
ahd
ahd
@@ -34149,7 +33421,7 @@ rDP
rDP
rDP
rDP
-iwG
+rDP
rDP
rDP
ucH
@@ -34349,7 +33621,7 @@ gda
fOc
rDP
rDP
-iwG
+rDP
fmn
aao
aao
@@ -34537,7 +33809,7 @@ aas
aas
aas
ahd
-aaZ
+aas
all
acA
bRm
@@ -34547,7 +33819,7 @@ xmy
xmy
xmy
xmy
-lrH
+xmy
xmy
xmy
xmy
@@ -34832,7 +34104,7 @@ aao
cYJ
cYJ
uyk
-tDv
+cYJ
cYJ
cYJ
cYJ
@@ -34845,7 +34117,7 @@ cYJ
cYJ
uyk
cYJ
-tDv
+cYJ
wog
wog
wog
@@ -34943,7 +34215,6 @@ aae
aaf
aaf
aaf
-aar
aaf
aaf
aaf
@@ -34952,7 +34223,8 @@ aaf
aaf
aaf
aaf
-abi
+aaf
+aaf
aaf
aaf
acJ
@@ -35595,7 +34867,7 @@ aaf
aaf
aaf
aaf
-abi
+aaf
aaf
aaf
aaf
@@ -35770,7 +35042,7 @@ vVl
lBe
qeX
kCe
-pDV
+kCe
pSa
gnR
wWN
@@ -35937,7 +35209,7 @@ aao
aao
kvp
wog
-hoQ
+wog
wog
feS
aao
@@ -35957,7 +35229,7 @@ uYb
uYb
uYb
uYb
-gcR
+uYb
uYb
iGK
iAF
@@ -35971,7 +35243,7 @@ rWF
wtj
gPE
nWD
-vmL
+cVd
kCe
gPE
rxh
@@ -36024,7 +35296,7 @@ aao
aae
aaf
aaf
-aan
+aba
aat
aaE
aaS
@@ -36128,7 +35400,7 @@ dCU
tQg
cVY
cVY
-bjN
+cVY
cVY
cVY
ayf
@@ -36306,7 +35578,7 @@ aGr
aHh
aIb
aHj
-aKg
+aHj
aHj
aLW
aoD
@@ -36555,7 +35827,7 @@ ayf
qsd
cVY
cVY
-nbu
+cVY
cVY
cVY
cVY
@@ -36694,7 +35966,7 @@ aah
aah
aah
aah
-acx
+aah
aah
aej
aaf
@@ -36751,7 +36023,7 @@ aNc
aRH
aNc
aNc
-aUP
+aRF
aNc
aNc
aRH
@@ -37024,7 +36296,7 @@ aao
aao
aao
kvp
-daf
+wog
wog
wog
wog
@@ -37120,7 +36392,7 @@ aah
aah
aah
aah
-acd
+aah
aah
aah
aah
@@ -37289,7 +36561,7 @@ bRK
dJM
kVY
hKl
-pDV
+kCe
uHQ
uHQ
uHQ
@@ -37330,7 +36602,7 @@ aah
aah
aah
aah
-acx
+aah
aah
aah
aah
@@ -37559,7 +36831,7 @@ aah
aah
aah
aah
-acd
+aah
aah
aah
aah
@@ -37628,7 +36900,7 @@ aNc
aNc
aNc
aNc
-aUP
+aRF
aNc
aNc
aNc
@@ -37682,7 +36954,7 @@ wog
wog
wog
wog
-daf
+wog
feS
wog
wog
@@ -37770,7 +37042,7 @@ aah
aah
aah
aah
-acx
+aah
aah
aah
aah
@@ -37876,7 +37148,7 @@ bie
bie
bie
bie
-bjo
+bie
bie
bie
bie
@@ -38239,12 +37511,12 @@ aao
aeI
aeI
aeI
-atQ
+aeI
aiz
ahP
ahP
aog
-axu
+ahO
aeI
aeI
aeI
@@ -38297,7 +37569,7 @@ bhx
bie
bie
bie
-bjo
+bie
bie
bie
bie
@@ -38521,7 +37793,7 @@ bie
bie
bie
bie
-bmM
+bie
bie
bie
bie
@@ -38581,7 +37853,7 @@ qLk
nSP
wCo
jJH
-opz
+yhc
szw
wCo
uHQ
@@ -39338,7 +38610,7 @@ ajx
ajx
ajx
aDz
-aEv
+ahR
ahP
ahP
ajy
@@ -39399,7 +38671,7 @@ bie
bie
bie
bie
-bjo
+bie
bsb
eWd
dAX
@@ -39422,7 +38694,7 @@ aao
aao
kvp
wog
-daf
+wog
wog
wog
wog
@@ -39805,7 +39077,7 @@ aVG
bdZ
bdZ
bdZ
-beu
+beQ
woe
tVp
tVp
@@ -39961,7 +39233,7 @@ ahR
ahP
ahP
ahO
-ahi
+aeI
aeI
ajy
ajx
@@ -40025,7 +39297,7 @@ bdZ
bev
woe
tVp
-wbD
+tVp
tVp
tVp
bgX
@@ -40594,7 +39866,6 @@ aah
aah
ach
aah
-acx
aah
aah
aah
@@ -40603,7 +39874,8 @@ aah
aah
aah
aah
-acx
+aah
+aah
aah
aah
aeG
@@ -40632,7 +39904,7 @@ bFw
ccI
xcz
dws
-aya
+axZ
avT
azo
aAq
@@ -40641,7 +39913,7 @@ anp
ahR
aeI
aeI
-ahi
+aeI
aiB
ahV
ama
@@ -40669,7 +39941,7 @@ asK
beQ
aYF
aYF
-bcq
+aVG
bdZ
bdZ
bdZ
@@ -40893,7 +40165,7 @@ bdZ
bev
tVp
tVp
-jDo
+tVp
tVp
tVp
bgX
@@ -41056,7 +40328,7 @@ ahP
ahP
ahP
ahP
-ard
+ahP
ahP
ahP
ahP
@@ -41246,7 +40518,7 @@ aah
ach
aah
aah
-acB
+aah
aah
aah
aah
@@ -41598,7 +40870,7 @@ aao
aao
vex
oQz
-gpT
+kgx
kgx
fvu
vex
@@ -41739,7 +41011,7 @@ fmd
aOx
aOB
aOB
-aRM
+aNo
aOB
aOB
aUW
@@ -42822,12 +42094,12 @@ aMa
apu
aNm
aOy
-aPC
+aNo
aNo
aNo
aNo
aTQ
-aRM
+aNo
aNo
aWv
aoH
@@ -42842,7 +42114,7 @@ bbO
aZu
aZu
bdK
-aZM
+aZu
aZu
beU
hVP
@@ -42881,7 +42153,7 @@ aao
euF
dEV
euF
-buR
+euF
euF
nTG
kgx
@@ -43028,14 +42300,14 @@ anp
ahR
aeI
aeI
-ahi
aeI
aeI
aeI
aeI
aeI
aeI
-aMb
+aeI
+ajy
apu
aNl
aOy
@@ -43269,8 +42541,8 @@ aXH
aXH
asK
aZo
-aZM
-baB
+aZu
+aZO
aZO
baz
aZu
@@ -43493,7 +42765,7 @@ bbP
aZu
aZO
aZu
-bed
+aZu
aZu
aZu
bbO
@@ -43684,7 +42956,7 @@ alu
alu
alu
cQi
-aCM
+aBR
aBR
aMc
apt
@@ -43791,7 +43063,7 @@ rIl
aao
aao
rxh
-dHH
+rxh
jVr
wCo
szw
@@ -43869,7 +43141,7 @@ ahP
ajy
aoN
ahR
-alo
+aln
aeI
aeI
aeI
@@ -43934,7 +43206,7 @@ bfE
aZu
aZu
aZu
-bed
+aZu
aZu
bfB
bbe
@@ -44241,7 +43513,7 @@ gyJ
rxh
pJX
wCo
-xUS
+wCo
wVQ
rsv
aao
@@ -44313,7 +43585,7 @@ alu
aqs
aqs
arO
-asA
+aqs
aqs
aqs
aqs
@@ -44369,7 +43641,7 @@ aZu
aZu
aZu
aZu
-aZM
+aZu
biq
biN
bji
@@ -44390,7 +43662,7 @@ ayr
tTI
tTI
tTI
-brK
+tTI
cla
tTI
sCt
@@ -44730,7 +44002,7 @@ aao
aao
aeI
aeI
-ahi
+aeI
aeI
aeI
aiA
@@ -44839,7 +44111,7 @@ wog
wog
wog
wog
-sAG
+wog
wog
oQI
wog
@@ -45251,7 +44523,7 @@ bmm
bmS
tTI
tTI
-iQC
+nVq
boK
nVq
cKu
@@ -45407,7 +44679,7 @@ awc
awQ
axy
atr
-ayI
+awQ
azt
awQ
aBe
@@ -45458,7 +44730,7 @@ aZO
biq
aZu
aZu
-aZM
+aZu
aZu
aZu
aZu
@@ -45832,7 +45104,7 @@ alD
aqw
ari
arS
-asD
+atr
atr
aBe
atr
@@ -46072,7 +45344,7 @@ axw
alu
aHD
aBR
-aFL
+aBR
aMc
apt
aNt
@@ -46465,7 +45737,7 @@ aem
acC
acC
afP
-agA
+agz
adk
aib
acp
@@ -46487,7 +45759,7 @@ aqv
aqv
amj
auL
-avx
+aqw
azA
awP
alu
@@ -47117,7 +46389,7 @@ aeK
afj
acp
agB
-ahk
+adk
aic
acp
aja
@@ -47165,7 +46437,7 @@ aBR
aBR
aBR
aBR
-aFL
+aBR
aBR
aBR
aBR
@@ -47385,7 +46657,7 @@ aBR
aBR
aBR
aBR
-aFL
+aBR
aBR
aMc
aHF
@@ -47397,7 +46669,7 @@ aLd
aIn
aIn
aIn
-bdk
+aIn
aWJ
aBR
aBR
@@ -47769,7 +47041,7 @@ acr
acp
agz
ahm
-aie
+ahj
acp
eFr
aiX
@@ -47799,7 +47071,7 @@ azA
arR
aqw
aqw
-avx
+aqw
aDL
aqw
aqw
@@ -47839,7 +47111,7 @@ aBR
aBR
aBR
aBR
-aFL
+aBR
aVo
aIn
aMc
@@ -48281,7 +47553,7 @@ biV
sIY
bjC
bjB
-bkq
+bjA
bjH
blq
axX
@@ -48347,7 +47619,7 @@ aao
aao
aao
sqj
-kNc
+jrD
jcR
jrD
ydd
@@ -48465,7 +47737,7 @@ apC
aNy
aOG
aMf
-aQW
+aMf
aRU
aof
aTU
@@ -48660,7 +47932,7 @@ uDt
arR
arR
aqw
-axA
+arR
arR
arR
azA
@@ -48893,13 +48165,13 @@ arR
aDN
ayN
aKp
-aQW
+aMf
aTb
kmm
aNA
aMf
aMf
-aQY
+aQZ
aMf
aSQ
tJn
@@ -49165,7 +48437,7 @@ bpm
izb
rYr
tTI
-iQC
+nVq
nVq
vWm
dhN
@@ -49486,7 +48758,7 @@ aao
aqL
nnz
aqL
-rVE
+wWE
dQR
dXK
hQO
@@ -49565,7 +48837,7 @@ oFY
bcI
bcJ
aRd
-aVl
+aRd
qoN
bdo
apD
@@ -49651,7 +48923,7 @@ jrD
jrD
jrD
jrD
-iml
+jcR
oxp
jrD
jrD
@@ -49942,7 +49214,7 @@ afS
acp
aiH
afT
-ajG
+afT
akk
aer
agB
@@ -50189,7 +49461,7 @@ aHF
aMg
aMg
aMg
-aBS
+aMg
aMg
aMg
aMg
@@ -50205,7 +49477,7 @@ aQZ
aof
aST
aRd
-aVl
+aRd
aRd
bcJ
aSW
@@ -50285,7 +49557,7 @@ aao
jrD
jrD
jrD
-bzo
+tRI
jrD
jrD
jrD
@@ -50412,7 +49684,7 @@ aBR
aBR
aBR
aBR
-aFL
+aBR
aMc
apC
aNG
@@ -50440,7 +49712,7 @@ bdP
apC
aHD
aBR
-aFL
+aBR
aBR
aVo
aIn
@@ -50840,7 +50112,7 @@ axW
aBR
aBR
aBR
-aFL
+aBR
aBR
aBR
aBR
@@ -51040,7 +50312,7 @@ aeJ
aqH
aqL
arZ
-amD
+acP
acP
acP
acP
@@ -51103,7 +50375,7 @@ aIn
bjD
bjy
bjA
-bkq
+bjA
bjA
bjA
bjA
@@ -51268,7 +50540,7 @@ aqO
aqO
acP
acP
-aAA
+azK
acP
aBR
aBR
@@ -51329,7 +50601,7 @@ bjA
bjA
bjA
bjA
-bkq
+bjA
bjA
bjA
bjA
@@ -51351,7 +50623,7 @@ vpY
jBq
vpY
siu
-bvH
+ydn
ihW
epe
kdr
@@ -51730,7 +51002,7 @@ aWE
aXm
aXQ
kRK
-aYV
+aNL
aOM
szi
aof
@@ -51749,7 +51021,7 @@ aBR
aBR
bhP
aMc
-gpt
+aHD
aKt
bjy
bjy
@@ -51773,7 +51045,7 @@ blq
maD
nVq
nVq
-iQC
+nVq
cla
maD
bjw
@@ -52012,7 +51284,7 @@ kdr
kdr
aAp
bwN
-bxe
+byh
bxd
bxB
bww
@@ -52090,7 +51362,7 @@ aao
aao
aao
tjX
-vHU
+dQR
dQR
hQO
aqL
@@ -52327,7 +51599,7 @@ afW
aer
ahs
adS
-ahk
+adk
adk
ajL
aiN
@@ -52424,7 +51696,7 @@ aCO
ayr
btk
nVq
-btA
+nVq
bor
ayr
bjw
@@ -52547,7 +51819,7 @@ adS
adk
adk
ajL
-aks
+adS
acr
alx
amu
@@ -52591,7 +51863,7 @@ aPV
aRi
aXL
aXL
-aUf
+aXL
aVm
aOL
aOL
@@ -52646,7 +51918,7 @@ bor
ayr
bjw
bjY
-bkq
+bjA
bjA
bjA
bjA
@@ -52658,7 +51930,7 @@ ydn
epe
kdr
kdr
-bvZ
+bwb
kdr
kdr
aAp
@@ -52673,7 +51945,7 @@ cqj
byJ
aAp
bzp
-bzy
+bDi
bzQ
bAh
bAy
@@ -52742,7 +52014,7 @@ aao
aao
aao
tjX
-ciG
+tjX
vBI
aqL
aqL
@@ -52798,7 +52070,7 @@ amI
aHD
aIm
aBR
-aKr
+aBR
aBR
aMc
apC
@@ -53009,7 +52281,7 @@ asJ
asJ
asJ
asJ
-awn
+aua
aws
amI
aHD
@@ -53038,7 +52310,7 @@ bdl
aof
bbp
bcc
-bcT
+bcS
bcc
aYO
apD
@@ -53066,7 +52338,7 @@ boe
ayF
orZ
lTi
-bpS
+bpo
wvK
wvK
brz
@@ -53215,11 +52487,11 @@ amn
amn
amn
avD
-awn
+aua
+asJ
asJ
asJ
asJ
-ayX
azQ
aAC
aAC
@@ -53306,7 +52578,7 @@ meT
vfI
wZC
ydn
-bvW
+bvX
kdr
kdr
kdr
@@ -53319,7 +52591,7 @@ bDi
bDi
bxL
bDi
-byk
+ycP
bDi
byL
aAp
@@ -53511,7 +52783,7 @@ bjY
bjA
bjA
bjA
-caD
+blq
bjw
bjY
bjA
@@ -53743,7 +53015,7 @@ ydn
epe
kdr
kdr
-bwa
+bwb
kdr
kdr
aAp
@@ -54261,7 +53533,7 @@ aao
lOL
dQR
dQR
-cPg
+dQR
dQR
nlB
vBI
@@ -54583,7 +53855,7 @@ wvK
bnE
wvK
wvK
-boZ
+fBo
bpo
bpV
bkU
@@ -54611,7 +53883,7 @@ ydn
epe
kdr
kdr
-bvZ
+bwb
kdr
kdr
bwI
@@ -54762,7 +54034,7 @@ aBR
aBR
aBR
aBR
-aVn
+aWI
aFM
aFM
aFM
@@ -54805,7 +54077,7 @@ bpp
bpU
bqw
bpU
-brC
+fBo
nlJ
bsG
azG
@@ -54855,7 +54127,7 @@ qZo
bxo
bBV
xpl
-bCs
+bBB
xpl
xpl
lGt
@@ -55082,7 +54354,7 @@ bCZ
bCZ
bCZ
bDz
-bDH
+bCZ
ctT
sbQ
knN
@@ -55388,7 +54660,7 @@ asJ
asJ
aua
aua
-awn
+aua
aua
ltK
amn
@@ -55434,7 +54706,7 @@ aBR
aBR
aBR
aBR
-aWW
+aMc
aHD
dPJ
gpR
@@ -55603,7 +54875,7 @@ atY
amn
asJ
awq
-axe
+axM
axM
axM
axM
@@ -55812,7 +55084,7 @@ akw
akw
alF
aqI
-amD
+acP
asc
amn
aty
@@ -55942,7 +55214,7 @@ bBW
kfY
bxn
bzK
-hNg
+bxA
xpl
xpl
kKB
@@ -56045,7 +55317,7 @@ aAa
aAE
atY
atY
-aCT
+atY
atY
atY
atY
@@ -56139,7 +55411,7 @@ xpl
bxA
bxo
bxo
-byb
+bxo
byr
aBw
byT
@@ -56173,7 +55445,7 @@ bDU
elM
aDX
kqS
-bEt
+kqS
bEy
kqS
aDX
@@ -56239,7 +55511,7 @@ acP
acP
acP
acP
-amD
+acP
acP
acP
acP
@@ -56486,7 +55758,7 @@ aBZ
aAE
aHG
aIs
-aJo
+aJn
aEO
aEO
aEO
@@ -56502,7 +55774,7 @@ aMc
aHD
aIn
aWJ
-aWW
+aMc
asH
aYY
aZE
@@ -56671,7 +55943,7 @@ acP
acP
acP
acP
-akV
+acP
acP
acP
asc
@@ -56869,7 +56141,7 @@ aao
dQR
tjX
nlB
-dOZ
+nlB
nlB
vBI
aqL
@@ -56963,7 +56235,7 @@ bjK
aZF
bkx
bmJ
-blE
+pPo
blZ
bly
bnn
@@ -57042,7 +56314,7 @@ elM
aDX
kqS
kqS
-bEt
+kqS
kqS
aDX
bEM
@@ -57251,7 +56523,7 @@ aBA
aDX
bDq
bDv
-bDC
+wFP
bDv
bDO
qwx
@@ -57349,7 +56621,7 @@ aCb
aCb
aCU
aDW
-aEP
+aER
aER
aER
aER
@@ -57577,7 +56849,7 @@ aEO
aGH
aEO
aNV
-aEP
+aER
aDW
aRm
anJ
@@ -57826,7 +57098,7 @@ bbB
bbB
bcj
bbB
-bjk
+bbB
bbB
bbB
awp
@@ -57989,7 +57261,7 @@ atD
atD
ako
apc
-awu
+aop
apc
ako
ako
@@ -58395,7 +57667,7 @@ aqL
aqL
wWE
dQR
-cPg
+dQR
hQO
aqL
aao
@@ -58472,7 +57744,7 @@ bfn
asv
bgg
bgg
-bgO
+bgf
bgf
bgg
asH
@@ -58632,7 +57904,7 @@ ako
ape
mfG
apO
-aqR
+ape
tFt
ako
asO
@@ -59040,7 +58312,7 @@ aao
aao
dXK
dXK
-wbY
+dQR
dQR
dQR
dQR
@@ -59083,7 +58355,7 @@ ako
aAK
apo
apo
-kMk
+apo
apo
apo
apo
@@ -59261,7 +58533,7 @@ lOL
dXK
dQR
dQR
-wbY
+dQR
kfx
aqL
gdK
@@ -59306,7 +58578,7 @@ apo
apo
apo
apo
-iOR
+apo
apo
apo
apo
@@ -59564,7 +58836,7 @@ biD
bqa
bja
beq
-bhr
+bes
bes
bes
bes
@@ -59589,7 +58861,7 @@ ktN
mPC
fOx
fOx
-kVS
+fOx
fOx
fOx
fOx
@@ -59631,7 +58903,7 @@ aao
aao
aao
tRI
-iml
+jcR
oxp
aao
aao
@@ -59754,7 +59026,7 @@ anT
aTk
aUk
aKP
-aVY
+aKP
aXW
aSg
aTq
@@ -59908,7 +59180,7 @@ aao
aao
gdK
aqL
-dka
+aqL
fsT
aqL
hKM
@@ -60417,7 +59689,7 @@ asv
asv
asv
aXr
-bdB
+aXU
bdW
asv
beI
@@ -60614,7 +59886,7 @@ aJv
aLx
aIE
aCZ
-aNZ
+aLE
aOY
aQg
aCo
@@ -60642,7 +59914,7 @@ bft
asv
bgn
bgz
-bgT
+bgB
bgB
bfR
biE
@@ -60703,7 +59975,7 @@ jrD
jrD
cOl
jrD
-iml
+jcR
jrD
jrD
oxp
@@ -60997,7 +60269,7 @@ iGY
pri
ipo
ipo
-rYt
+akY
ipo
aao
aao
@@ -61056,7 +60328,7 @@ anT
aTk
aQu
aVr
-aVY
+aKP
aKP
aSh
aTr
@@ -61244,7 +60516,7 @@ apY
asY
aml
atE
-aww
+apc
apc
aku
aBu
@@ -61254,7 +60526,7 @@ aMk
apo
anU
fXR
-rNd
+aCo
aEU
aCZ
aCf
@@ -61301,7 +60573,7 @@ bja
beq
bjm
bes
-bhr
+bes
aao
aao
mxf
@@ -61446,7 +60718,7 @@ aad
aad
aad
akZ
-alI
+wMp
alH
aao
ako
@@ -61523,7 +60795,7 @@ aao
aao
neH
whi
-bqb
+whi
iXp
aao
aao
@@ -61656,7 +60928,7 @@ aao
abr
akZ
akZ
-fhI
+akZ
aad
aad
aad
@@ -61979,7 +61251,7 @@ aao
fOx
fOx
fOx
-kVS
+fOx
fOx
dov
fOx
@@ -62005,7 +61277,7 @@ aao
tRI
jrD
jrD
-nbi
+jcR
oxp
jrD
jrD
@@ -62357,7 +61629,7 @@ aCZ
aqU
aTk
aUk
-aVt
+aKP
aKP
aKP
aKP
@@ -62396,7 +61668,7 @@ ooD
myY
kTs
fCb
-bsH
+fCb
fCb
fCb
aao
@@ -62569,7 +61841,7 @@ aCZ
aIE
aCZ
aQc
-aQn
+aCZ
aIE
anT
aTk
@@ -62596,7 +61868,7 @@ bes
bes
bes
bes
-bhr
+bes
bes
iVi
bes
@@ -63015,7 +62287,7 @@ aKP
aKP
aKP
aKP
-aVY
+aKP
aKP
aKP
aKP
@@ -63318,7 +62590,7 @@ tRI
jrD
jrD
jrD
-iml
+jcR
jrD
vqY
jrD
@@ -63878,7 +63150,7 @@ aDy
sEh
aUk
aKP
-aWL
+aKP
aKP
aKP
aTr
@@ -64264,7 +63536,7 @@ tQw
tQw
wQC
tQw
-ahx
+ahw
tQw
pIN
eFh
@@ -64499,7 +63771,7 @@ khB
jAX
kzF
ivW
-vkf
+ovQ
aCc
pLH
aCc
@@ -64513,7 +63785,7 @@ dLS
aDg
nFp
pSf
-dNX
+pSf
pSf
aEi
moe
@@ -64550,7 +63822,7 @@ bes
bes
bes
bes
-bhr
+bes
bes
bes
bes
@@ -64955,7 +64227,7 @@ aEi
aHO
fJW
aEi
-sHO
+vFA
vFA
ocA
aTq
@@ -65180,13 +64452,13 @@ phx
aTt
aSf
aSf
-aWM
+aSf
aSf
aSf
aYv
atd
nRT
-baq
+bar
baU
bbF
bar
@@ -65452,7 +64724,7 @@ gCE
gCE
gCE
gCE
-buy
+gCE
aao
aao
aao
@@ -66223,10 +65495,10 @@ tQw
tQw
gXp
tQw
-ahx
+ahw
ujC
ujC
-aij
+ahw
tQw
tQw
tQw
@@ -66336,7 +65608,7 @@ aao
aao
bTW
izh
-hKD
+jGd
izh
aao
aao
@@ -66490,7 +65762,7 @@ aZi
nRT
bar
baU
-bbH
+bbF
bar
baU
nRT
@@ -66779,7 +66051,7 @@ aao
izh
izh
izh
-bAe
+wUD
aao
aao
aao
@@ -66864,7 +66136,7 @@ aao
aao
aao
wQC
-ahx
+ahw
xFZ
sNQ
aao
@@ -68195,7 +67467,7 @@ aao
aao
tQw
tQw
-aBz
+tIq
tQw
sNQ
tQw
@@ -68390,7 +67662,7 @@ aeU
aev
aev
aev
-alK
+aeU
amH
aev
vyV
@@ -69297,7 +68569,7 @@ tQw
gXp
gXp
gXp
-hFg
+aSn
eFh
sRV
aMT
@@ -69742,7 +69014,7 @@ gCE
gCE
gCE
gCE
-xuU
+wWK
qFY
gCE
gCE
@@ -69797,7 +69069,7 @@ izh
uPm
jGd
fRH
-kWV
+tgL
izh
gtX
gtX
@@ -69999,7 +69271,7 @@ gCE
ecK
gCE
gCE
-xuU
+wWK
gCE
gCE
gCE
@@ -70189,14 +69461,14 @@ gCE
gCE
gCE
gCE
-sBu
+wWK
gCE
gCE
gCE
gCE
gCE
gCE
-xuU
+wWK
gCE
waJ
gCE
@@ -70220,7 +69492,7 @@ gCE
gCE
gCE
gCE
-sBu
+wWK
bLA
izh
izh
@@ -73375,7 +72647,7 @@ adZ
adZ
adZ
adZ
-air
+agj
agc
ajv
adZ
diff --git a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm
index 29f3f5b1e4dd..b93c101f1483 100644
--- a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm
+++ b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm
@@ -212,10 +212,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/dark,
/area/bigredv2/outside/marshal_office)
-"aO" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/redcorner/east,
-/area/bigredv2/outside/marshal_office)
"aP" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/redcorner/east,
@@ -264,11 +260,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor,
/area/bigredv2/outside/marshal_office)
-"aZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/bigredv2/outside/marshal_office)
"ba" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
@@ -325,11 +316,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/redcorner,
/area/bigredv2/outside/marshal_office)
-"bl" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
-/turf/open/floor/redcorner,
-/area/bigredv2/outside/marshal_office)
"bm" = (
/obj/effect/landmark/corpsespawner/prisoner,
/obj/effect/decal/cleanable/blood,
@@ -474,11 +460,6 @@
/obj/structure/machinery/door/window/brigdoor/westright,
/turf/open/floor/vault2/west,
/area/bigredv2/outside/marshal_office)
-"bR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/marshal_office)
"bS" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/shard,
@@ -679,7 +660,6 @@
/area/bigredv2/outside/marshal_office)
"cE" = (
/obj/structure/pipes/standard/manifold/fourway/hidden/green,
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/bigredv2/outside/marshal_office)
"cF" = (
@@ -962,7 +942,7 @@ as
ab
ab
aI
-aO
+aR
aY
bh
ah
@@ -1035,7 +1015,7 @@ ax
az
ah
aP
-aZ
+aY
bi
ah
bB
@@ -1108,7 +1088,7 @@ at
ah
aR
bb
-bl
+bk
ah
bD
by
@@ -1351,7 +1331,7 @@ cZ
ah
bu
bH
-bR
+aN
ce
co
cw
diff --git a/maps/map_files/BigRed/sprinkles/10.tcomms_open.dmm b/maps/map_files/BigRed/sprinkles/10.tcomms_open.dmm
index 8b49fafe5290..160d6df8820e 100644
--- a/maps/map_files/BigRed/sprinkles/10.tcomms_open.dmm
+++ b/maps/map_files/BigRed/sprinkles/10.tcomms_open.dmm
@@ -8,11 +8,6 @@
"c" = (
/turf/open/floor/damaged5/west,
/area/bigredv2/outside/telecomm)
-"d" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/telecomm)
"e" = (
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/telecomm)
@@ -39,10 +34,6 @@
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/damaged4/west,
/area/bigredv2/outside/telecomm)
-"l" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/damaged5/west,
-/area/bigredv2/outside/telecomm)
"m" = (
/obj/effect/decal/cleanable/blood/tracks,
/obj/effect/decal/cleanable/blood/drip,
@@ -170,7 +161,7 @@ B
G
"}
(4,1,1) = {"
-d
+j
e
g
s
@@ -199,7 +190,7 @@ A
e
f
h
-l
+c
q
b
y
diff --git a/maps/map_files/BigRed/sprinkles/15.reactor_meltdown.dmm b/maps/map_files/BigRed/sprinkles/15.reactor_meltdown.dmm
index 897f76d0f656..6d0e5974ebf6 100644
--- a/maps/map_files/BigRed/sprinkles/15.reactor_meltdown.dmm
+++ b/maps/map_files/BigRed/sprinkles/15.reactor_meltdown.dmm
@@ -113,7 +113,6 @@
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
},
-/obj/effect/landmark/hunter_secondary,
/turf/open/floor/darkyellowcorners2/north,
/area/bigredv2/outside/engineering)
"be" = (
@@ -165,7 +164,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"bn" = (
@@ -372,7 +370,6 @@
/obj/item/stack/sheet/metal{
amount = 30
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/bigredv2/outside/engineering)
"bZ" = (
@@ -403,10 +400,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/plating/panelscorched,
/area/bigredv2/outside/engineering)
-"ch" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/engineering)
"ck" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/clothing/suit/radiation,
@@ -435,7 +428,6 @@
/area/bigredv2/outside/engineering)
"cp" = (
/obj/item/folder/yellow,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/west,
/area/bigredv2/outside/engineering)
"cq" = (
@@ -707,10 +699,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/bigredv2/outside/engineering)
-"dJ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/lz2_south_cas)
"dK" = (
/obj/structure/machinery/compressor{
dir = 1
@@ -1135,7 +1123,7 @@ dR
dR
dR
dR
-dJ
+dR
dR
dW
dR
@@ -1761,7 +1749,7 @@ bn
aE
bH
fI
-ch
+Nv
ew
ew
dE
diff --git a/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm b/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm
index ac01a7d1f4f7..16e8ac8be967 100644
--- a/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm
+++ b/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm
@@ -148,10 +148,6 @@
"vX" = (
/turf/open/mars_cave/mars_dirt_5,
/area/bigredv2/caves_sw)
-"wn" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_13,
-/area/bigredv2/outside/lz2_south_cas)
"wJ" = (
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/lz2_south_cas)
@@ -324,7 +320,6 @@
/turf/open/floor/plating/platingdmg3/west,
/area/bigredv2/caves/mining)
"QO" = (
-/obj/effect/landmark/crap_item,
/turf/open/mars_cave/mars_cave_7,
/area/bigredv2/caves_research)
"QS" = (
@@ -424,7 +419,7 @@ cR
cR
JV
fK
-wn
+ik
ik
JW
VR
diff --git a/maps/map_files/BigRed/sprinkles/20.lz1entrance_v2.dmm b/maps/map_files/BigRed/sprinkles/20.lz1entrance_v2.dmm
index 729d541cbc96..c32712034449 100644
--- a/maps/map_files/BigRed/sprinkles/20.lz1entrance_v2.dmm
+++ b/maps/map_files/BigRed/sprinkles/20.lz1entrance_v2.dmm
@@ -83,7 +83,6 @@
/turf/open/floor/asteroidwarning/north,
/area/bigredv2/outside/space_port)
"av" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/asteroidwarning/northeast,
/area/bigredv2/outside/space_port)
"aw" = (
@@ -236,7 +235,6 @@
/area/bigredv2/outside/space_port)
"aY" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkgreen2/southwest,
/area/bigredv2/outside/space_port)
"aZ" = (
@@ -380,11 +378,6 @@
/obj/structure/cargo_container/wy/right,
/turf/open/floor/asteroidfloor/north,
/area/bigredv2/outside/nw)
-"bK" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/asteroidwarning/west,
-/area/bigredv2/outside/nw)
"bL" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
@@ -616,7 +609,7 @@ bG
bv
bv
bF
-bK
+bF
bv
bv
bG
diff --git a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm
index 215c6f874cb2..aab8fa1c9507 100644
--- a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm
+++ b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm
@@ -61,13 +61,6 @@
},
/turf/open/floor/plating,
/area/bigredv2/outside/nw)
-"r" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/bigredv2/outside/nw)
"s" = (
/obj/structure/pipes/standard/manifold/hidden/green,
/turf/open/floor/plating,
@@ -231,7 +224,7 @@ b
g
m
j
-r
+q
j
v
w
diff --git a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm
index ba7296705642..c6e3dd0044d7 100644
--- a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm
+++ b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm
@@ -241,14 +241,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/space_port)
-"bg" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port)
-"bh" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/bigredv2/outside/space_port)
"bi" = (
/obj/structure/cargo_container/grant/left,
/turf/open/floor/plating,
@@ -437,7 +429,7 @@ ac
ac
aV
ac
-bg
+ac
ac
ac
bj
@@ -495,7 +487,7 @@ ac
aV
ac
ac
-bh
+ac
ac
ac
ac
diff --git a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm
index 0b51c63b39be..d747cacdf7a1 100644
--- a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm
+++ b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm
@@ -218,7 +218,6 @@
/area/bigredv2/outside/cargo)
"aQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
/turf/open/floor/bot/north,
/area/bigredv2/outside/cargo)
"aR" = (
diff --git a/maps/map_files/BigRed/sprinkles/35.filtration_restored.dmm b/maps/map_files/BigRed/sprinkles/35.filtration_restored.dmm
index 10252b55284c..9f76502bd1ca 100644
--- a/maps/map_files/BigRed/sprinkles/35.filtration_restored.dmm
+++ b/maps/map_files/BigRed/sprinkles/35.filtration_restored.dmm
@@ -177,15 +177,6 @@
/obj/structure/pipes/vents/pump,
/turf/open/floor/dark,
/area/bigredv2/outside/filtration_plant)
-"aP" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
-"aQ" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
-/turf/open/floor/darkyellow2/east,
-/area/bigredv2/outside/filtration_plant)
"aR" = (
/obj/structure/surface/table,
/obj/effect/spawner/random/toolbox,
@@ -320,13 +311,6 @@
},
/turf/open/floor/dark,
/area/bigredv2/outside/filtration_plant)
-"bq" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/turf/open/floor/dark,
-/area/bigredv2/outside/filtration_plant)
"br" = (
/obj/structure/machinery/door/airlock/almayer/engineering/colony{
name = "\improper Filtration Facility"
@@ -593,10 +577,6 @@
"tz" = (
/turf/open/floor/darkyellow2/northwest,
/area/bigredv2/outside/filtration_plant)
-"tB" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars_cave/mars_cave_2,
-/area/bigredv2/outside/filtration_cave_cas)
"vK" = (
/turf/open/floor/darkyellow2/west,
/area/bigredv2/outside/filtration_plant)
@@ -849,7 +829,7 @@ aa
aa
aa
Wz
-bq
+TX
bW
bW
bW
@@ -1060,7 +1040,7 @@ aF
ai
aa
aZ
-aP
+bW
aX
aN
bm
@@ -1115,7 +1095,7 @@ ai
aa
bd
aR
-aQ
+bG
be
aa
hk
@@ -1225,7 +1205,7 @@ am
et
bW
bW
-aP
+bW
aO
by
bW
@@ -1264,7 +1244,7 @@ bO
bO
bO
bO
-tB
+bO
bO
bO
bO
diff --git a/maps/map_files/BigRed/sprinkles/40.admin_pmc.dmm b/maps/map_files/BigRed/sprinkles/40.admin_pmc.dmm
index 6e418ce24e08..a7b72aa2b4b5 100644
--- a/maps/map_files/BigRed/sprinkles/40.admin_pmc.dmm
+++ b/maps/map_files/BigRed/sprinkles/40.admin_pmc.dmm
@@ -195,11 +195,6 @@
/obj/item/tool/weldingtool,
/turf/open/floor/carpet,
/area/bigredv2/outside/admin_building)
-"aX" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkred2/west,
-/area/bigredv2/outside/admin_building)
"aY" = (
/turf/open/floor/darkred2/east,
/area/bigredv2/outside/admin_building)
@@ -561,7 +556,7 @@ an
be
aM
an
-aX
+an
ND
bn
bs
diff --git a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm
index c2336bae0b40..f1c37908665c 100644
--- a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm
+++ b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm
@@ -108,11 +108,6 @@
/obj/structure/reagent_dispensers/beerkeg,
/turf/open/floor,
/area/bigredv2/outside/dorms)
-"ay" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/good_item,
-/turf/open/floor/grimy,
-/area/bigredv2/outside/dorms)
"az" = (
/obj/structure/pipes/vents/pump,
/obj/effect/decal/cleanable/blood/gibs/limb,
@@ -255,10 +250,6 @@
},
/turf/open/floor,
/area/bigredv2/outside/dorms)
-"aX" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor,
-/area/bigredv2/outside/dorms)
"aY" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor,
@@ -430,7 +421,7 @@ ai
ad
ad
ad
-aX
+ad
bd
"}
(4,1,1) = {"
@@ -526,7 +517,7 @@ aq
(14,1,1) = {"
ad
dl
-ay
+aJ
aJ
aJ
do
diff --git a/maps/map_files/BigRed/sprinkles/40.viro_open.dmm b/maps/map_files/BigRed/sprinkles/40.viro_open.dmm
index 3a06d7aae8d4..a8da16e21a31 100644
--- a/maps/map_files/BigRed/sprinkles/40.viro_open.dmm
+++ b/maps/map_files/BigRed/sprinkles/40.viro_open.dmm
@@ -14,10 +14,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/asteroidwarning,
/area/bigredv2/outside/nw)
-"ae" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning,
-/area/bigredv2/outside/nw)
"af" = (
/obj/effect/decal/cleanable/blood/gibs/xeno/body,
/obj/structure/pipes/standard/simple/hidden/green{
@@ -150,10 +146,6 @@
/obj/effect/decal/cleanable/ash,
/turf/open/mars_cave/mars_dirt_5,
/area/bigredv2/outside/virology)
-"aO" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/asteroidfloor/north,
-/area/bigredv2/outside/virology)
"aR" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -479,7 +471,7 @@ bx
at
aA
av
-aO
+av
av
aZ
bd
@@ -641,7 +633,7 @@ bc
bc
"}
(22,1,1) = {"
-ae
+rG
ak
ak
ax
diff --git a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm
index 16bdac130168..a614388e6085 100644
--- a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm
+++ b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm
@@ -192,7 +192,6 @@
/turf/open/floor/asteroidwarning/east,
/area/bigredv2/outside/se)
"Ge" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/asteroidwarning/northeast,
/area/bigredv2/outside/filtration_cave_cas)
"Gm" = (
@@ -319,12 +318,10 @@
/turf/open/floor/greengrid,
/area/bigred/ground/security)
"Zu" = (
-/obj/effect/landmark/hunter_primary,
/obj/structure/blocker/forcefield/multitile_vehicles,
/turf/open/floor/asteroidwarning/northeast,
/area/bigredv2/outside/filtration_cave_cas)
"ZK" = (
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/light{
dir = 4
},
diff --git a/maps/map_files/BigRed/standalone/crashlanding-eva.dmm b/maps/map_files/BigRed/standalone/crashlanding-eva.dmm
index c473dc6b8580..eca86120ae6e 100644
--- a/maps/map_files/BigRed/standalone/crashlanding-eva.dmm
+++ b/maps/map_files/BigRed/standalone/crashlanding-eva.dmm
@@ -304,10 +304,6 @@
icon_state = "wy13"
},
/area/bigredv2/outside/general_offices)
-"bO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/platingdmg1,
-/area/bigredv2/outside/general_offices)
"bP" = (
/obj/structure/surface/table,
/turf/open/floor/platingdmg1,
@@ -1502,7 +1498,7 @@ aO
aO
bD
bl
-bO
+aO
aW
aW
eF
@@ -1526,7 +1522,7 @@ aX
bl
cW
aO
-bO
+aO
dc
cg
aO
diff --git a/maps/map_files/BigRed/standalone/crashlanding-offices.dmm b/maps/map_files/BigRed/standalone/crashlanding-offices.dmm
index 783caff03343..ee7cace83c99 100644
--- a/maps/map_files/BigRed/standalone/crashlanding-offices.dmm
+++ b/maps/map_files/BigRed/standalone/crashlanding-offices.dmm
@@ -63,10 +63,6 @@
"at" = (
/turf/open/mars/mars_dirt_10,
/area/bigredv2/outside/e)
-"au" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/asteroidwarning/north,
-/area/bigredv2/outside/c)
"av" = (
/obj/structure/machinery/vending/snack,
/turf/open/floor/plating/panelscorched,
@@ -307,12 +303,6 @@
/obj/item/stack/rods,
/turf/open/floor/plating/platingdmg3,
/area/bigredv2/outside/office_complex)
-"bw" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/office_complex)
"bx" = (
/obj/item/shard,
/turf/open/floor/asteroidfloor/north,
@@ -398,11 +388,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/white,
/area/bigredv2/outside/office_complex)
-"bP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/platingdmg1,
-/area/bigredv2/outside/office_complex)
"bQ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor,
@@ -484,7 +469,6 @@
/turf/open/floor/dark,
/area/bigredv2/outside/office_complex)
"cf" = (
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green{
dir = 10
},
@@ -665,11 +649,6 @@
opacity = 0
},
/area/bigredv2/outside/office_complex)
-"cP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whiteyellowfull/east,
-/area/bigredv2/outside/office_complex)
"cQ" = (
/obj/item/stack/rods,
/turf/open/floor/platingdmg1,
@@ -1078,11 +1057,6 @@
/obj/item/limb/leg/l_leg,
/turf/open/shuttle/dropship/can_surgery/light_grey_single_wide_up_to_down,
/area/bigredv2/outside/office_complex)
-"nE" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down,
-/area/bigredv2/outside/office_complex)
"oF" = (
/obj/structure/bed/chair/dropship/passenger{
dir = 4
@@ -1303,7 +1277,7 @@ ap
(4,1,1) = {"
ac
ad
-au
+ah
as
aJ
aR
@@ -1390,7 +1364,7 @@ aJ
aR
bO
aS
-bw
+bM
bE
by
bd
@@ -1501,7 +1475,7 @@ XH
AB
yS
aV
-nE
+dM
dN
dP
aV
@@ -1550,7 +1524,7 @@ av
ar
aN
aU
-nE
+dM
bm
dA
fv
@@ -1589,9 +1563,9 @@ yS
yS
yS
dH
-nE
-nE
-nE
+dM
+dM
+dM
dT
cF
do
@@ -1657,7 +1631,7 @@ ap
az
bu
aN
-nE
+dM
dL
bm
yS
@@ -1718,8 +1692,8 @@ rK
bp
aV
dM
-nE
-nE
+dM
+dM
aV
fv
dA
@@ -1798,7 +1772,7 @@ ap
aS
ap
bd
-bP
+bd
bT
by
dU
@@ -1833,7 +1807,7 @@ cg
ap
ei
aS
-cP
+cA
bE
bd
dk
diff --git a/maps/map_files/BigRed/standalone/medbay-v3.dmm b/maps/map_files/BigRed/standalone/medbay-v3.dmm
index 8f90727068d6..c903fe4c8277 100644
--- a/maps/map_files/BigRed/standalone/medbay-v3.dmm
+++ b/maps/map_files/BigRed/standalone/medbay-v3.dmm
@@ -248,11 +248,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/damaged5/west,
/area/bigredv2/outside/medical)
-"bj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/platingdmg1,
-/area/bigredv2/outside/medical)
"bk" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/frame/table,
@@ -284,11 +279,6 @@
/obj/item/clothing/gloves/latex,
/turf/open/floor/platingdmg1,
/area/bigredv2/outside/medical)
-"bq" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/green,
-/turf/open/floor/platingdmg1,
-/area/bigredv2/outside/medical)
"br" = (
/obj/item/ammo_casing/shell,
/turf/open/floor/plating/platingdmg3,
@@ -347,10 +337,6 @@
/obj/item/ammo_casing/bullet,
/turf/open/floor/platingdmg1,
/area/bigredv2/outside/medical)
-"bD" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"bE" = (
/obj/effect/decal/cleanable/blood,
/obj/effect/landmark/corpsespawner/wygoon,
@@ -552,10 +538,6 @@
/obj/item/ammo_casing/bullet,
/turf/open/floor/plating/platingdmg3,
/area/bigredv2/outside/medical)
-"ct" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/platingdmg1,
-/area/bigredv2/outside/medical)
"cu" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/damaged4/west,
@@ -564,12 +546,6 @@
/obj/item/ammo_casing/bullet,
/turf/open/floor/damaged4/west,
/area/bigredv2/outside/medical)
-"cw" = (
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/bigredv2/outside/medical)
"cx" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/damaged5/west,
@@ -1249,7 +1225,6 @@
"eM" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/crap_item,
/turf/open/floor/platingdmg1,
/area/bigredv2/outside/medical)
"eN" = (
@@ -1546,7 +1521,7 @@ aa
bk
aO
aZ
-bj
+bn
by
bH
by
@@ -1695,7 +1670,7 @@ bW
bY
bT
bT
-cw
+bY
dB
bn
bT
@@ -1742,7 +1717,7 @@ aj
al
aV
bd
-bq
+bT
bC
bo
ck
@@ -1830,7 +1805,7 @@ bu
ai
ai
aT
-ct
+ai
cE
bc
dj
@@ -2008,7 +1983,7 @@ dH
bn
aT
MK
-bD
+am
aL
aM
fg
@@ -2113,7 +2088,7 @@ ax
cx
cQ
aM
-bj
+bn
ds
aL
dH
diff --git a/maps/map_files/CORSAT/Corsat.dmm b/maps/map_files/CORSAT/Corsat.dmm
index ea56dacf0fa3..cacc252be0f9 100644
--- a/maps/map_files/CORSAT/Corsat.dmm
+++ b/maps/map_files/CORSAT/Corsat.dmm
@@ -723,11 +723,6 @@
/obj/structure/bed/sofa/vert/grey/bot,
/turf/open/floor/corsat/plate,
/area/corsat/gamma/hangar/monorail)
-"acS" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/turf/open/floor/corsat/white/east,
-/area/corsat/gamma/residential)
"acT" = (
/obj/structure/surface/table/woodentable,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
@@ -803,12 +798,6 @@
},
/turf/open/floor/corsat/corsat_teleporter_static/southwest,
/area/corsat/gamma/sigmaremote/teleporter)
-"adg" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/white/east,
-/area/corsat/gamma/residential/east)
"adh" = (
/obj/structure/bed/chair,
/turf/open/floor/corsat/white/northwest,
@@ -1230,12 +1219,6 @@
"aeV" = (
/turf/open/floor/corsat/retrosquares,
/area/corsat/sigma/hangar/arrivals)
-"aeW" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/white/west,
-/area/corsat/gamma/residential)
"aeX" = (
/obj/structure/surface/table/woodentable,
/obj/item/spacecash/c10,
@@ -2439,11 +2422,6 @@
},
/turf/open/floor/corsat/red/east,
/area/corsat/sigma/hangar/checkpoint)
-"ajI" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/corsat/red/east,
-/area/corsat/sigma/hangar/checkpoint)
"ajJ" = (
/obj/structure/machinery/landinglight/ds2{
dir = 4
@@ -3794,12 +3772,6 @@
},
/turf/open/floor/corsat/brown/west,
/area/corsat/omega/hallways)
-"aoL" = (
-/obj/structure/window/reinforced,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/corsat/darkgreen,
-/area/corsat/gamma/foyer)
"aoM" = (
/obj/structure/pipes/standard/manifold/hidden/green{
dir = 8
@@ -10615,10 +10587,6 @@
"aOi" = (
/turf/open/floor/corsat/spiralplate,
/area/corsat/gamma/hangar/flightcontrol)
-"aOj" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/red/east,
-/area/corsat/sigma/south/security)
"aOk" = (
/obj/structure/machinery/light{
dir = 4
@@ -11005,11 +10973,6 @@
"aPE" = (
/turf/open/floor/corsat/arrow_south,
/area/corsat/gamma/hangar)
-"aPF" = (
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/corsat/darkgreen/north,
-/area/corsat/gamma/foyer)
"aPG" = (
/obj/structure/flora/bush/ausbushes/var3/sunnybush,
/obj/structure/flora/jungle/vines/light_1,
@@ -11805,11 +11768,6 @@
/obj/structure/filingcabinet/filingcabinet,
/turf/open/floor/corsat/purplewhite/north,
/area/corsat/gamma/biodome/complex)
-"aSz" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/hangar/monorail)
"aSA" = (
/obj/structure/machinery/light,
/obj/structure/surface/rack,
@@ -11856,11 +11814,6 @@
},
/turf/open/floor/corsat/squares,
/area/corsat/gamma/airlock/control)
-"aSH" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/turf/open/floor/corsat/plate,
-/area/corsat/gamma/hallwaysouth)
"aSJ" = (
/obj/structure/machinery/light,
/turf/open/floor/corsat/red,
@@ -11989,12 +11942,6 @@
},
/turf/open/floor/corsat/blue/north,
/area/corsat/sigma/airlock/control)
-"aTg" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/hallwaysouth)
"aTi" = (
/turf/open/floor/corsat/red/northeast,
/area/corsat/sigma/hangar/security)
@@ -12930,7 +12877,6 @@
/area/corsat/omega/security)
"aWl" = (
/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
/obj/structure/platform{
dir = 8;
layer = 2.8
@@ -13124,12 +13070,6 @@
},
/turf/open/floor/corsat/bluegrey/north,
/area/corsat/sigma/southeast/datalab)
-"aXa" = (
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/wood,
-/area/corsat/sigma/cafe)
"aXb" = (
/obj/structure/machinery/light{
dir = 4
@@ -13289,15 +13229,6 @@
/obj/structure/surface/table/almayer,
/turf/open/floor/corsat/bluegrey/northwest,
/area/corsat/sigma/southeast/datalab)
-"aXB" = (
-/obj/structure/barricade/handrail{
- layer = 3
- },
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/dorms)
"aXC" = (
/obj/structure/barricade/handrail{
layer = 3
@@ -13385,12 +13316,6 @@
},
/turf/open/floor/corsat/theta,
/area/corsat/theta/biodome/complex)
-"aXS" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/south)
"aXT" = (
/obj/structure/surface/table/woodentable,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
@@ -13616,15 +13541,6 @@
},
/turf/open/floor/corsat/squares,
/area/corsat/omega/hangar/security)
-"aYH" = (
-/obj/structure/machinery/light{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/south)
"aYI" = (
/obj/structure/machinery/light{
dir = 4
@@ -27503,10 +27419,6 @@
},
/turf/open/floor/corsat/plate,
/area/corsat/theta/airlock/east)
-"dmK" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/cargo)
"dmP" = (
/obj/structure/pipes/standard/manifold/fourway/hidden/green,
/turf/open/floor/corsat/retrosquareslight,
@@ -27566,10 +27478,6 @@
},
/turf/open/floor/plating,
/area/corsat/gamma/hangar)
-"drv" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/river/desert/shallow/pool,
-/area/corsat/gamma/residential/showers)
"drC" = (
/obj/structure/bed/chair{
dir = 4
@@ -27941,10 +27849,6 @@
},
/turf/open/floor/corsat/redcorner/west,
/area/corsat/omega/hangar/security)
-"dKn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/wood,
-/area/corsat/sigma/cafe)
"dKv" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -28266,10 +28170,6 @@
},
/turf/open/floor/corsat/retrosquares,
/area/corsat/gamma/hallwaysouth)
-"eaN" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/wood,
-/area/corsat/sigma/dorms)
"ebq" = (
/obj/structure/pipes/standard/manifold/hidden/green,
/turf/open/floor/corsat/squares,
@@ -29295,10 +29195,6 @@
/obj/effect/landmark/lv624/xeno_tunnel,
/turf/open/floor/wood,
/area/corsat/sigma/dorms)
-"feD" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/freezer)
"feQ" = (
/obj/structure/surface/table/almayer,
/obj/item/paper_bin,
@@ -29764,15 +29660,6 @@
},
/turf/open/floor/corsat/bluegrey/southeast,
/area/corsat/gamma/administration)
-"fCK" = (
-/obj/structure/barricade/handrail{
- layer = 3
- },
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/wood,
-/area/corsat/gamma/residential/east)
"fCN" = (
/obj/item/storage/box/masks,
/obj/structure/surface/table/almayer,
@@ -30119,10 +30006,6 @@
/obj/effect/landmark/yautja_teleport,
/turf/open/floor/corsat/squares,
/area/corsat/gamma/residential)
-"fXJ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/retrosquares,
-/area/corsat/gamma/residential)
"fXP" = (
/turf/open/floor/corsat/redcorner,
/area/corsat/sigma/hangar/security)
@@ -30739,10 +30622,6 @@
/obj/structure/window/reinforced,
/turf/open/floor/corsat/darkgreen,
/area/corsat/gamma/foyer)
-"gzB" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/officesquares,
-/area/corsat/gamma/hangar/flightcontrol)
"gzL" = (
/turf/open/floor/corsat/plate,
/area/corsat/theta/airlock/west)
@@ -31582,10 +31461,6 @@
},
/turf/open/floor/corsat/whitebluefull/southwest,
/area/corsat/gamma/residential/showers)
-"hsr" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/hangar/cargo)
"hsD" = (
/turf/open/floor/corsat/red/east,
/area/corsat/gamma/airlock/south)
@@ -31835,10 +31710,6 @@
},
/turf/open/floor/corsat/purplewhite/north,
/area/corsat/gamma/biodome/toxins)
-"hBA" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/retrosquareslight,
-/area/corsat/gamma/medbay)
"hBF" = (
/obj/structure/pipes/vents/pump{
dir = 1
@@ -32244,11 +32115,6 @@
"hSo" = (
/turf/open/floor/corsat/redcorner/north,
/area/corsat/omega/checkpoint)
-"hSr" = (
-/obj/structure/bed/chair,
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/red/east,
-/area/corsat/sigma/hangar/checkpoint)
"hSv" = (
/obj/structure/machinery/door/window/brigdoor/eastleft{
dir = 2;
@@ -32552,10 +32418,6 @@
"iiX" = (
/turf/open/floor/corsat/red,
/area/corsat/sigma/airlock/east/id)
-"iiY" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/officesquares,
-/area/corsat/gamma/hangar/office)
"ijA" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -32669,13 +32531,6 @@
},
/turf/open/floor/corsat/browncorner/west,
/area/corsat/omega/cargo)
-"ioh" = (
-/obj/structure/bed/chair/comfy/beige{
- dir = 1
- },
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/carpet13_5/west,
-/area/corsat/gamma/residential/lounge)
"ipE" = (
/obj/structure/closet/radiation,
/turf/open/floor/corsat/purplewhite/east,
@@ -32864,10 +32719,6 @@
},
/turf/open/floor/corsat/whitebluefull/southwest,
/area/corsat/sigma/laundry)
-"iAI" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/retrosquares,
-/area/corsat/gamma/hangar/arrivals)
"iAO" = (
/obj/structure/surface/table/almayer,
/turf/open/floor/corsat/purplewhite/southeast,
@@ -33646,10 +33497,6 @@
"juI" = (
/turf/open/floor/corsat/purplewhite/northeast,
/area/corsat/gamma/sigmaremote)
-"jvk" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/tan/north,
-/area/corsat/gamma/canteen)
"jvC" = (
/turf/open/floor/corsat/plate,
/area/corsat/sigma/dorms)
@@ -33736,10 +33583,6 @@
/obj/item/clipboard,
/turf/open/floor/corsat/spiralplate,
/area/corsat/omega/offices)
-"jAd" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/engineering)
"jAq" = (
/obj/structure/bed/chair{
dir = 1
@@ -34285,10 +34128,6 @@
},
/turf/open/floor/corsat/retrosquareslight,
/area/corsat/gamma/sigmaremote)
-"kkI" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/cargo)
"kkK" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/retrosquares,
@@ -36252,11 +36091,6 @@
},
/turf/open/floor/corsat/whitecorner/east,
/area/corsat/sigma/south)
-"mim" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/pipes/standard/simple/hidden/green,
-/turf/open/floor/corsat/tan/north,
-/area/corsat/gamma/residential/researcher)
"miE" = (
/turf/open/floor/corsat/red/east,
/area/corsat/gamma/residential)
@@ -37318,10 +37152,6 @@
},
/turf/open/floor/corsat/purple,
/area/corsat/gamma/biodome/complex)
-"npN" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/wood,
-/area/corsat/gamma/rnr/library)
"nqd" = (
/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{
name = "Administration";
@@ -37543,10 +37373,6 @@
"nAl" = (
/turf/open/floor/corsat,
/area/corsat/gamma/freezer)
-"nAm" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/lightplate,
-/area/corsat/gamma/medbay/morgue)
"nAu" = (
/turf/open/floor/corsat/purplewhitecorner,
/area/corsat/theta/biodome/complex)
@@ -38136,21 +37962,10 @@
"ohe" = (
/turf/open/floor/corsat/blue/northwest,
/area/corsat/sigma/southeast)
-"ohV" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/yellow/east,
-/area/corsat/gamma/engineering/atmos)
"oia" = (
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/purplewhitecorner/west,
/area/corsat/gamma/biodome/complex)
-"ois" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/plate,
-/area/corsat/sigma/south)
"oiu" = (
/obj/structure/machinery/light/small{
dir = 1
@@ -38282,10 +38097,6 @@
},
/turf/open/shuttle/escapepod/floor12,
/area/corsat/theta/biodome/complex)
-"opi" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/retrosquares,
-/area/corsat/sigma/hangar/monorail)
"opl" = (
/obj/structure/surface/table/almayer,
/obj/structure/window/reinforced{
@@ -38310,10 +38121,6 @@
},
/turf/open/floor/corsat/white/east,
/area/corsat/gamma/residential/east)
-"opW" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/mars,
-/area/corsat/sigma/biodome)
"oqs" = (
/obj/structure/machinery/door/poddoor/almayer/open{
id = "GammaHangarH";
@@ -38796,7 +38603,6 @@
/obj/structure/pipes/standard/manifold/hidden/green{
dir = 4
},
-/obj/effect/landmark/hunter_primary,
/turf/open/floor/corsat/squares,
/area/corsat/sigma/hangar/security)
"oTq" = (
@@ -40118,10 +39924,6 @@
"qou" = (
/turf/open/floor/corsat/greenwhite,
/area/corsat/gamma/medbay/lobby)
-"qoN" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/tan/north,
-/area/corsat/gamma/residential/west)
"qpo" = (
/turf/open/floor/corsat/darkgreencorner/north,
/area/corsat/gamma/hallwaysouth)
@@ -40216,10 +40018,6 @@
},
/turf/open/floor/corsat/purplewhite/east,
/area/corsat/theta/biodome/complex)
-"qtZ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/officesquares,
-/area/corsat/gamma/administration)
"quG" = (
/obj/structure/flora/bush/ausbushes/var3/fullgrass,
/obj/structure/pipes/standard/simple/hidden/green{
@@ -40415,10 +40213,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/wood,
/area/corsat/gamma/residential/east)
-"qFA" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/officesquares,
-/area/corsat/sigma/southeast/dataoffice)
"qFJ" = (
/obj/structure/machinery/light{
dir = 1
@@ -40525,12 +40319,6 @@
/obj/structure/xenoautopsy/tank/broken,
/turf/open/floor/corsat,
/area/corsat/omega/complex)
-"qKc" = (
-/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/wood,
-/area/corsat/gamma/residential/east)
"qKN" = (
/turf/open/floor/corsat/red,
/area/corsat/omega/hallways)
@@ -40706,10 +40494,6 @@
},
/turf/open/floor/corsat/plate,
/area/corsat/gamma/airlock/south/id)
-"qUI" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/squares,
-/area/corsat/sigma/south)
"qUT" = (
/turf/open/floor/corsat/yellow,
/area/corsat/gamma/engineering/atmos)
@@ -41337,13 +41121,6 @@
},
/turf/open/floor/corsat/officesquares,
/area/corsat/omega/offices)
-"rFw" = (
-/obj/structure/bed/chair{
- dir = 1
- },
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/plate,
-/area/corsat/gamma/hallwaysouth)
"rFC" = (
/turf/open/floor/corsat/darkgreencorner,
/area/corsat/gamma/hangar/arrivals)
@@ -41874,11 +41651,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/retrosquares,
/area/corsat/gamma/residential/showers)
-"sga" = (
-/obj/effect/landmark/hunter_primary,
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/floor/corsat/darkgreen/east,
-/area/corsat/gamma/hangar/arrivals)
"sgl" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 5
@@ -41975,13 +41747,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/purplewhitecorner,
/area/corsat/gamma/biodome/virology)
-"sjx" = (
-/obj/structure/bed/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/tan/north,
-/area/corsat/gamma/residential/west)
"sjK" = (
/obj/structure/pipes/standard/manifold/hidden/green{
dir = 1
@@ -42783,10 +42548,6 @@
/obj/structure/largecrate/random/barrel,
/turf/open/floor/corsat/yellow/southeast,
/area/corsat/gamma/residential/maint)
-"taT" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/squares,
-/area/corsat/gamma/cargo)
"taX" = (
/turf/open/floor/corsat/yellow/southwest,
/area/corsat/gamma/engineering)
@@ -43297,10 +43058,6 @@
/obj/item/weapon/gun/pistol/mod88,
/turf/open/floor/corsat/red/west,
/area/corsat/omega/security)
-"tFv" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/sterileplate,
-/area/corsat/gamma/kitchen)
"tFG" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -44080,10 +43837,6 @@
/obj/item/paper,
/turf/open/floor/corsat/bluegrey,
/area/corsat/gamma/airlock/north)
-"uww" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/squares,
-/area/corsat/sigma/cargo)
"uwy" = (
/turf/open/floor/corsat/darkgreencorner/north,
/area/corsat/gamma/foyer)
@@ -45131,10 +44884,6 @@
},
/turf/open/floor/corsat/bluegrey,
/area/corsat/sigma/southeast/dataoffice)
-"vzv" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/squares,
-/area/corsat/sigma/south/robotics)
"vzA" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/structure/machinery/door/poddoor/almayer/open{
@@ -45794,10 +45543,6 @@
},
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west,
/area/corsat/theta/biodome)
-"wmf" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/wood,
-/area/corsat/gamma/rnr/bar)
"wmi" = (
/obj/structure/largecrate/random/barrel,
/turf/open/floor/corsat,
@@ -46190,10 +45935,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/retrosquareslight,
/area/corsat/gamma/medbay/lobby)
-"wGb" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/officesquares,
-/area/corsat/sigma/south/offices)
"wGm" = (
/obj/structure/machinery/camera/autoname{
dir = 4;
@@ -46272,10 +46013,6 @@
"wIT" = (
/turf/open/floor/corsat/redcorner/north,
/area/corsat/omega/security)
-"wIY" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/tan/north,
-/area/corsat/sigma/dorms)
"wIZ" = (
/obj/structure/pipes/standard/simple/hidden/green,
/obj/structure/bed/sofa/vert/white,
@@ -46805,10 +46542,6 @@
},
/turf/open/floor/corsat/marked,
/area/corsat/sigma/airlock/control)
-"xnk" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/corsat/retrosquareslight,
-/area/corsat/gamma/medbay/lobby)
"xnU" = (
/obj/structure/machinery/vending/snack,
/obj/structure/machinery/camera/autoname{
@@ -47040,10 +46773,6 @@
/obj/structure/bed/nest,
/turf/open/ice,
/area/corsat/gamma/biodome)
-"xCE" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/bluegrey/north,
-/area/corsat/gamma/administration)
"xDC" = (
/obj/structure/window/framed/corsat/security,
/obj/structure/machinery/door/poddoor/shutters/almayer/open{
@@ -47113,10 +46842,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/corsat/marked,
/area/corsat/gamma/hangar/cargo)
-"xHk" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/corsat/squareswood/north,
-/area/corsat/gamma/rnr/arcade)
"xHm" = (
/turf/open/floor/corsat/white,
/area/corsat/sigma/dorms)
@@ -49187,7 +48912,7 @@ dQQ
kHe
aep
aRs
-ioh
+afr
adn
dQQ
aly
@@ -50424,7 +50149,7 @@ mxc
vhz
hzU
loF
-mim
+cRn
cRn
vbB
abU
@@ -54836,7 +54561,7 @@ adJ
aRY
aem
vbW
-fXJ
+aec
sjs
apR
apS
@@ -57989,7 +57714,7 @@ aek
aek
acM
akJ
-acS
+aeS
akR
ald
akJ
@@ -59239,7 +58964,7 @@ vaY
vaY
xPy
ulb
-qoN
+adH
kfJ
adJ
adJ
@@ -60426,7 +60151,7 @@ jdt
abs
fxf
qFq
-qKc
+qNM
abs
aFl
bHl
@@ -60673,7 +60398,7 @@ fxf
aFU
aFU
abs
-fCK
+gtc
bHl
ack
uMD
@@ -60691,10 +60416,10 @@ abb
mfN
aaq
abD
-qKc
+qNM
qNM
abs
-fCK
+gtc
vMA
aec
vbW
@@ -62388,7 +62113,7 @@ fxf
aFX
aFX
abs
-fCK
+gtc
bHl
ack
uMD
@@ -62407,7 +62132,7 @@ mfN
ads
abD
qNM
-qKc
+qNM
abs
gtc
vMA
@@ -63624,7 +63349,7 @@ aal
aal
aaj
ubJ
-adg
+aeT
hKi
adF
ubJ
@@ -63641,7 +63366,7 @@ vbW
otY
adJ
sMW
-sjx
+jJQ
jJQ
sbw
jJQ
@@ -65098,7 +64823,7 @@ adl
kTg
ald
nKH
-aeW
+adl
kTg
acM
aek
@@ -65391,7 +65116,7 @@ bCf
asy
bCe
asy
-npN
+asy
asy
asy
dfB
@@ -65835,7 +65560,7 @@ aec
aec
aec
aec
-fXJ
+aec
aec
aec
vbW
@@ -66577,7 +66302,7 @@ vMP
acD
amR
acA
-aPF
+aPV
dky
awu
oRo
@@ -66598,7 +66323,7 @@ rvL
rTD
dxy
dxy
-drv
+dxy
lVW
aso
aSw
@@ -66623,7 +66348,7 @@ bCo
jnA
bCq
akt
-aSH
+nJt
aqI
aqI
reh
@@ -66791,7 +66516,7 @@ aUl
aOi
aeH
aag
-gzB
+aag
aag
aOi
aag
@@ -67639,7 +67364,7 @@ aqK
aqI
aqQ
rjv
-rFw
+aqX
aqI
aqK
ylo
@@ -68290,7 +68015,7 @@ auq
pxl
jxN
acD
-aoL
+amR
acA
mIn
acD
@@ -68299,7 +68024,7 @@ jmO
alI
cKi
aXU
-wmf
+aXU
xVS
aXU
gwY
@@ -68801,7 +68526,7 @@ arx
rfh
kPl
awO
-feD
+arH
arH
arH
arH
@@ -69303,7 +69028,7 @@ cEC
iei
ase
ase
-tFv
+ase
asB
asF
asG
@@ -70041,7 +69766,7 @@ aKX
aKX
arx
aRA
-jvk
+asG
asG
tWw
asG
@@ -70792,7 +70517,7 @@ eaL
gCO
aqN
kkV
-nAm
+rVK
sjK
jjz
lfF
@@ -70995,7 +70720,7 @@ uWJ
kUV
flQ
wcn
-xHk
+arR
flQ
biy
uWJ
@@ -71068,7 +70793,7 @@ aTH
ahB
ahB
arr
-xCE
+ayR
vff
ayS
ayS
@@ -71458,7 +71183,7 @@ aNZ
aNZ
aNZ
aNZ
-iAI
+aNZ
aNZ
aNZ
aNZ
@@ -71924,7 +71649,7 @@ aDP
sqY
jpB
jpB
-sga
+hJG
hJG
jpB
gLW
@@ -72547,7 +72272,7 @@ alk
aGx
ayR
ayS
-qtZ
+ayS
vuu
aHc
eqM
@@ -73165,7 +72890,7 @@ aaH
aaH
qkr
aaH
-iiY
+aaH
aaH
bku
aNZ
@@ -73722,7 +73447,7 @@ aqy
buG
aQp
aqj
-jAd
+aqj
sbN
bNW
aqi
@@ -75219,7 +74944,7 @@ rUd
rUd
vCR
ayo
-xnk
+ayo
bBt
aSn
cSI
@@ -75677,7 +75402,7 @@ oTs
aqi
oJB
aqj
-jAd
+aqj
aqj
aqj
aqj
@@ -76633,7 +76358,7 @@ uSy
qZW
qZW
oUz
-taT
+alj
alj
alj
alj
@@ -77409,7 +77134,7 @@ aqO
aym
ari
bqf
-hBA
+ari
vEY
aqY
qCi
@@ -78107,7 +77832,7 @@ mwa
aGC
agK
boL
-kkI
+alj
awC
bqK
bOd
@@ -78156,7 +77881,7 @@ kIz
aqH
eaL
aqI
-aSH
+nJt
aqK
ylo
aSa
@@ -79075,7 +78800,7 @@ adU
bOQ
mLR
bOR
-hsr
+adU
ovP
agL
ayC
@@ -79370,7 +79095,7 @@ reh
aqI
kOd
aSb
-aTg
+aTd
aqK
ylo
ajq
@@ -80337,7 +80062,7 @@ kcb
sUR
aqx
nNW
-ohV
+rmI
rmI
bpL
eqz
@@ -84281,7 +84006,7 @@ bhn
bgn
bgV
aen
-opW
+aen
aen
bJE
mTa
@@ -88286,7 +88011,7 @@ rBX
aNy
aNy
aNv
-wGb
+aNx
aNx
aNx
rBX
@@ -90510,7 +90235,7 @@ wIk
eRX
aMi
gxb
-vzv
+aMi
aMi
aMi
aMi
@@ -91712,7 +91437,7 @@ qnb
hYZ
lId
auf
-aOj
+auf
qnb
pnc
wda
@@ -91927,7 +91652,7 @@ ylo
ylo
arJ
aXx
-aXS
+aXT
aBT
sYk
ahu
@@ -95360,7 +95085,7 @@ ajc
aYy
dtd
llM
-qUI
+ajc
ahu
nJC
aWH
@@ -95839,7 +95564,7 @@ amG
amG
bKK
amG
-wIY
+amG
saV
pDt
aki
@@ -96032,7 +95757,7 @@ bgn
bgn
bdq
bgv
-opW
+aen
aen
vyB
cZu
@@ -99313,7 +99038,7 @@ arJ
tpM
auw
aXT
-ois
+aux
pkP
arJ
arJ
@@ -99557,7 +99282,7 @@ ylo
agD
ajc
auw
-aYH
+aYu
aux
ajc
agD
@@ -99993,7 +99718,7 @@ cXH
cXH
xmh
adN
-aXa
+buo
add
amt
aUE
@@ -100176,7 +99901,7 @@ aSa
aSa
akj
ybQ
-aSz
+aSB
aSB
gkC
akj
@@ -100234,7 +99959,7 @@ pTD
adt
buo
uov
-dKn
+adN
buq
buo
bus
@@ -101221,7 +100946,7 @@ bsN
sNO
add
amw
-eaN
+amk
hvZ
gBh
xWS
@@ -101431,8 +101156,8 @@ lVx
uVH
ajH
bCL
-hSr
-ajI
+lVx
+uVH
ajH
tBT
aAQ
@@ -101487,7 +101212,7 @@ ylo
asK
asK
aNc
-qFA
+aNg
bMR
bNi
nOP
@@ -101972,7 +101697,7 @@ iKn
alw
alC
alY
-aXB
+aXC
and
hva
asK
@@ -102626,7 +102351,7 @@ aRp
aRp
bmj
rTo
-opi
+bmp
nOj
bmp
bms
@@ -104892,7 +104617,7 @@ bOg
bPD
bOm
wVG
-dmK
+anZ
bPK
ajk
akl
@@ -106842,7 +106567,7 @@ bog
boR
ajx
boR
-uww
+ajx
ajx
ajx
aWd
diff --git a/maps/map_files/DesertDam/Desert_Dam.dmm b/maps/map_files/DesertDam/Desert_Dam.dmm
index 2e078646853d..03c319a5e322 100644
--- a/maps/map_files/DesertDam/Desert_Dam.dmm
+++ b/maps/map_files/DesertDam/Desert_Dam.dmm
@@ -612,11 +612,6 @@
"acz" = (
/turf/open/gm/river/desert/shallow_corner,
/area/desert_dam/exterior/valley/valley_labs)
-"acA" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/desert_dam/exterior/valley/south_valley_dam)
"acB" = (
/obj/effect/decal/sand_overlay/sand1{
dir = 4
@@ -2453,10 +2448,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/prison/bright_clean/southwest,
/area/desert_dam/interior/lab_northeast/east_lab_containment)
-"ajv" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/desert_dam/interior/lab_northeast/east_lab_containment)
"ajw" = (
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -2792,7 +2783,6 @@
/area/desert_dam/interior/lab_northeast/east_lab_excavation)
"akG" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/darkpurple2/northeast,
/area/desert_dam/interior/lab_northeast/east_lab_excavation)
"akH" = (
@@ -3017,7 +3007,6 @@
/obj/structure/surface/rack,
/obj/item/tool/shovel/snow,
/obj/item/tool/shovel/snow,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/darkpurple2/west,
/area/desert_dam/interior/lab_northeast/east_lab_excavation)
"alD" = (
@@ -5402,7 +5391,6 @@
/area/desert_dam/exterior/valley/valley_medical)
"auZ" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison,
/area/desert_dam/building/water_treatment_two/floodgate_control)
"ava" = (
@@ -6187,10 +6175,6 @@
"ayj" = (
/turf/open/floor/wood,
/area/desert_dam/interior/lab_northeast/east_lab_west_hallway)
-"ayk" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/desert_dam/interior/lab_northeast/east_lab_west_hallway)
"ayl" = (
/obj/structure/bed/chair/office/light{
dir = 4
@@ -10361,7 +10345,6 @@
/area/desert_dam/exterior/valley/valley_mining)
"aOn" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/whitegreenfull/southwest,
/area/desert_dam/building/water_treatment_two/floodgate_control)
"aOo" = (
@@ -11914,11 +11897,6 @@
/obj/effect/spawner/random/bomb_supply,
/turf/open/floor/prison,
/area/desert_dam/building/mining/workshop)
-"aUZ" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/desert_dam/building/water_treatment_two/control_room)
"aVa" = (
/obj/structure/surface/rack,
/obj/effect/spawner/random/toolbox,
@@ -12079,7 +12057,6 @@
/area/desert_dam/building/administration/office)
"aVR" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/good_item,
/obj/structure/machinery/light,
/turf/open/floor/prison,
/area/desert_dam/exterior/valley/south_valley_dam)
@@ -13148,7 +13125,6 @@
/area/desert_dam/building/administration/lobby)
"bal" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/blue/east,
/area/desert_dam/building/administration/control_room)
"bam" = (
@@ -14021,7 +13997,6 @@
/area/desert_dam/building/security/courtroom)
"bdS" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/prison/bright_clean/southwest,
/area/desert_dam/building/water_treatment_two/hallway)
@@ -14773,7 +14748,6 @@
/area/desert_dam/building/water_treatment_two/control_room)
"bgZ" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison,
/area/desert_dam/building/water_treatment_two/control_room)
"bha" = (
@@ -17187,13 +17161,6 @@
/obj/effect/spawner/random/tool,
/turf/open/floor/prison/darkbrown2/west,
/area/desert_dam/interior/dam_interior/auxilary_tool_storage)
-"brH" = (
-/obj/structure/surface/rack,
-/obj/item/cell/high/empty,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison/darkbrown2/east,
-/area/desert_dam/interior/dam_interior/auxilary_tool_storage)
"brI" = (
/turf/open/floor/prison/darkredcorners2/east,
/area/desert_dam/building/security/holding)
@@ -18126,7 +18093,6 @@
/obj/structure/surface/rack,
/obj/item/tool/extinguisher/mini,
/obj/item/circuitboard/airlock,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/darkyellow2/northwest,
/area/desert_dam/interior/dam_interior/engine_west_wing)
"bwg" = (
@@ -18446,10 +18412,6 @@
"bxD" = (
/turf/open/floor/warning/west,
/area/desert_dam/interior/dam_interior/engine_room)
-"bxF" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/desert_dam/building/warehouse/breakroom)
"bxJ" = (
/turf/open/floor/warning/east,
/area/desert_dam/interior/dam_interior/engine_room)
@@ -20931,7 +20893,6 @@
/area/desert_dam/exterior/valley/valley_telecoms)
"bIV" = (
/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/good_item,
/turf/open/floor/interior/wood,
/area/desert_dam/building/bar/backroom)
"bIW" = (
@@ -22414,11 +22375,6 @@
/obj/structure/surface/table,
/turf/open/floor/prison/darkyellow2/north,
/area/desert_dam/building/warehouse/breakroom)
-"bPF" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/darkyellow2/north,
-/area/desert_dam/building/warehouse/breakroom)
"bPG" = (
/obj/structure/bed/chair{
dir = 8
@@ -25315,10 +25271,6 @@
/obj/effect/decal/sand_overlay/sand1,
/turf/open/asphalt/tile,
/area/desert_dam/exterior/valley/valley_telecoms)
-"caU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/interior/wood,
-/area/desert_dam/building/bar/backroom)
"caW" = (
/obj/effect/decal/cleanable/generic,
/turf/open/floor/interior/wood,
@@ -28269,10 +28221,6 @@
},
/turf/open/floor/prison/sterile_white/west,
/area/desert_dam/building/warehouse/breakroom)
-"cng" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/interior/wood/alt,
-/area/desert_dam/building/bar/bar)
"cni" = (
/turf/open/floor/prison/greencorner/north,
/area/desert_dam/building/substation/west)
@@ -34919,10 +34867,6 @@
/obj/effect/decal/cleanable/generic,
/turf/open/floor/cult,
/area/desert_dam/building/church)
-"cOY" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/cult,
-/area/desert_dam/building/church)
"cOZ" = (
/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{
dir = 2;
@@ -35373,11 +35317,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/interior/wood,
/area/desert_dam/building/bar/bar)
-"cQS" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/interior/wood,
-/area/desert_dam/building/bar/bar)
"cQT" = (
/obj/structure/bed/chair/wood/normal{
dir = 4
@@ -36759,13 +36698,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall,
/turf/open/floor/prison/greencorner/east,
/area/desert_dam/building/dorms/hallway_northwing)
-"cYG" = (
-/obj/effect/decal/warning_stripes{
- icon_state = "N"
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/bright_clean2,
-/area/desert_dam/building/warehouse/warehouse)
"cYH" = (
/obj/effect/decal/warning_stripes{
icon_state = "N"
@@ -40522,12 +40454,6 @@
/obj/item/reagent_container/food/snacks/donut,
/turf/open/floor/prison/kitchen/southwest,
/area/desert_dam/building/cafeteria/cafeteria)
-"dBe" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/prison/kitchen/southwest,
-/area/desert_dam/building/cafeteria/cafeteria)
"dBf" = (
/obj/structure/surface/table,
/obj/item/reagent_container/food/snacks/candy,
@@ -41506,14 +41432,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/prison/kitchen/southwest,
/area/desert_dam/building/cafeteria/cafeteria)
-"dHK" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/desert_dam/building/cafeteria/backroom)
-"dHM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/desert_dam/building/cafeteria/loading)
"dHO" = (
/obj/effect/decal/cleanable/liquid_fuel,
/turf/open/asphalt,
@@ -41529,11 +41447,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/prison/bright_clean/southwest,
/area/desert_dam/building/hydroponics/hydroponics)
-"dHS" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/kitchen/southwest,
-/area/desert_dam/building/cafeteria/cafeteria)
"dHT" = (
/obj/effect/decal/sand_overlay/sand1{
dir = 10
@@ -41635,10 +41548,6 @@
/obj/effect/spawner/random/toolbox,
/turf/open/floor/prison,
/area/desert_dam/building/hydroponics/hydroponics_storage)
-"dIu" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/sterile_white,
-/area/desert_dam/building/cafeteria/loading)
"dIw" = (
/obj/structure/machinery/colony_floodlight,
/turf/open/asphalt/tile,
@@ -42045,7 +41954,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/whiteyellowcorner/east,
/area/desert_dam/interior/dam_interior/break_room)
@@ -42531,7 +42439,6 @@
"dNB" = (
/obj/structure/surface/table,
/obj/item/storage/box/lightstick/red,
-/obj/effect/landmark/good_item,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/darkbrown2,
/area/desert_dam/interior/dam_interior/disposals)
@@ -44276,11 +44183,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/prison/bright_clean/southwest,
/area/desert_dam/building/water_treatment_one/lobby)
-"dVv" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/desert_dam/building/water_treatment_one/control_room)
"dVw" = (
/obj/effect/decal/cleanable/blood/gibs/body,
/turf/open/floor/prison/bright_clean/southwest,
@@ -44615,7 +44517,6 @@
/area/desert_dam/building/water_treatment_one/breakroom)
"dWy" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/prison/whitegreenfull/southwest,
/area/desert_dam/building/water_treatment_one/floodgate_control)
@@ -44666,12 +44567,6 @@
/obj/structure/pipes/vents/pump,
/turf/open/floor/wood,
/area/desert_dam/building/water_treatment_one/hallway)
-"dWK" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison,
-/area/desert_dam/building/water_treatment_one/floodgate_control)
"dWL" = (
/obj/structure/surface/table,
/obj/structure/machinery/computer/atmos_alert,
@@ -44697,7 +44592,6 @@
/area/desert_dam/building/cafeteria/cafeteria)
"dWP" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/whiteyellow,
/area/desert_dam/building/water_treatment_one/breakroom)
"dWQ" = (
@@ -46831,11 +46725,6 @@
},
/turf/open/asphalt,
/area/desert_dam/exterior/landing_pad_one)
-"gBV" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/freezerfloor,
-/area/desert_dam/building/cafeteria/cold_room)
"gCg" = (
/obj/effect/decal/cleanable/liquid_fuel,
/turf/open/floor/prison,
@@ -47422,7 +47311,6 @@
/obj/structure/bed/chair{
dir = 1
},
-/obj/effect/landmark/good_item,
/turf/open/floor/whiteyellow/west,
/area/desert_dam/interior/dam_interior/garage)
"iAf" = (
@@ -48035,12 +47923,6 @@
},
/turf/open/desert/rock/deep/transition/southwest,
/area/desert_dam/interior/dam_interior/west_tunnel)
-"lxq" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison,
-/area/desert_dam/building/water_treatment_one/control_room)
"lyw" = (
/obj/structure/flora/bush/desert/cactus{
icon_state = "cactus_8"
@@ -60850,7 +60732,7 @@ cUY
cVI
cVH
cXD
-cYG
+cYC
dbe
ddL
deW
@@ -62473,7 +62355,7 @@ dTs
dTs
dTs
boP
-bxF
+clj
clj
cmV
bvA
@@ -63515,7 +63397,7 @@ bnO
boB
bpx
bqI
-brH
+bqI
bsz
btq
bJx
@@ -64579,7 +64461,7 @@ doE
doE
doE
bpY
-bPF
+bPE
brL
brL
pIg
@@ -66202,7 +66084,7 @@ cNQ
doE
cJd
cOw
-cOY
+cOb
cOb
cOb
cJd
@@ -69186,7 +69068,7 @@ atl
adv
aec
aqc
-caU
+aec
adt
ceH
cgy
@@ -69196,7 +69078,7 @@ cFt
cPZ
cil
cgA
-cQS
+cgA
cRs
cQR
cgy
@@ -71296,7 +71178,7 @@ bum
ceb
ceN
cgy
-cng
+cij
cij
cFL
cil
@@ -77450,7 +77332,7 @@ uis
dNS
dpB
dVs
-dVv
+dqn
dqn
dsR
dOc
@@ -77691,7 +77573,7 @@ dVI
dVO
dWe
ecv
-lxq
+qXZ
dpB
gdW
wRX
@@ -85417,7 +85299,7 @@ dxe
dyi
dzm
dzm
-dWK
+dWu
dxe
gdW
dsT
@@ -85885,7 +85767,7 @@ din
dyj
dzm
dzm
-dWK
+dWu
din
gdW
dsT
@@ -86615,7 +86497,7 @@ acu
(151,1,1) = {"
acu
afG
-ajv
+ahr
ahr
aju
aiz
@@ -88747,7 +88629,7 @@ aqC
aqC
avG
ayb
-ayk
+ayj
ayv
ayj
avH
@@ -91391,7 +91273,7 @@ adi
abU
abU
abO
-acA
+abO
abk
duy
dEY
@@ -91858,7 +91740,7 @@ abk
adl
agG
abU
-acA
+abO
abO
abo
dEl
@@ -94757,7 +94639,7 @@ dDK
dDK
dAk
cYK
-dHS
+cYK
tAG
cZu
cmH
@@ -95445,7 +95327,7 @@ dTs
dTs
dao
dao
-dHK
+dbw
dbw
dbw
dao
@@ -95686,7 +95568,7 @@ dao
deE
dcw
dzC
-dBe
+dHo
dGa
dHI
dDK
@@ -97977,10 +97859,10 @@ aOH
aOH
aQw
aTG
-aUZ
+bho
aXg
bgV
-aUZ
+bho
aTG
aUU
aUU
@@ -98267,7 +98149,7 @@ dDK
dgY
dHi
dxT
-dHS
+cYK
tAG
cZu
cmH
@@ -99197,7 +99079,7 @@ dcw
dbK
dqt
dEv
-dBe
+dHo
dHo
dDK
dDK
@@ -100596,9 +100478,9 @@ cvw
dbM
lOY
ddn
-dHM
dbN
-dHM
+dbN
+dbN
dbN
fYS
fYS
@@ -102013,7 +101895,7 @@ dhe
dbN
dkL
dlR
-dIu
+dlR
dmP
dgo
cUc
@@ -102232,7 +102114,7 @@ cko
dap
daQ
heR
-gBV
+heR
ddr
dbP
dap
diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm
index 61bc40a64e52..2c3ca77aa3b1 100644
--- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm
+++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm
@@ -142,10 +142,6 @@
},
/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down,
/area/desert_dam/building/bar/bar)
-"cR" = (
-/obj/effect/landmark/crap_item,
-/turf/open/mars/mars_dirt_5,
-/area/desert_dam/exterior/valley/bar_valley_dam)
"cZ" = (
/turf/open/asphalt/cement/cement2,
/area/desert_dam/interior/dam_interior/south_tunnel_entrance)
@@ -449,7 +445,6 @@
/turf/open/desert/dirt/desert_transition_corner1/north,
/area/desert_dam/exterior/valley/bar_valley_dam)
"iV" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/desert_dam/building/bar/backroom)
"jf" = (
@@ -1110,13 +1105,6 @@
/obj/structure/prop/dam/boulder/boulder1,
/turf/open/desert/dirt,
/area/desert_dam/exterior/valley/bar_valley_dam)
-"xj" = (
-/obj/effect/decal/sand_overlay/sand1{
- dir = 1
- },
-/obj/effect/landmark/crap_item,
-/turf/open/asphalt/cement_sunbleached/cement_sunbleached4,
-/area/desert_dam/exterior/valley/bar_valley_dam)
"xm" = (
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/plating,
@@ -1299,7 +1287,6 @@
/area/desert_dam/interior/dam_interior/south_tunnel_entrance)
"zT" = (
/obj/structure/surface/table/woodentable,
-/obj/effect/landmark/good_item,
/turf/open/floor/interior/wood,
/area/desert_dam/building/bar/backroom)
"zZ" = (
@@ -1330,10 +1317,6 @@
},
/turf/open/floor/plating,
/area/desert_dam/building/bar/bar)
-"At" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/interior/wood/alt,
-/area/desert_dam/building/bar/bar)
"Aw" = (
/obj/structure/desertdam/decals/road_edge{
icon_state = "road_edge_decal5"
@@ -2317,7 +2300,6 @@
"TH" = (
/obj/effect/decal/sand_overlay/sand1,
/obj/item/ammo_casing/bullet,
-/obj/effect/landmark/crap_item,
/turf/open/mars/mars_dirt_5,
/area/desert_dam/exterior/valley/bar_valley_dam)
"TO" = (
@@ -3047,7 +3029,7 @@ wZ
kf
ym
GZ
-cR
+kf
kf
kf
kf
@@ -3261,7 +3243,7 @@ Ev
zD
hY
Er
-At
+qS
qS
Js
pA
@@ -3349,7 +3331,7 @@ wE
mT
SL
gN
-xj
+yP
Tl
kD
hc
diff --git a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm
index 5cccceb54389..64c8c72a3a18 100644
--- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm
+++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm
@@ -720,10 +720,6 @@
"acm" = (
/turf/open/floor/plating,
/area/prison/research/secret/bioengineering)
-"acn" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/prison/cellblock/maxsec/north)
"aco" = (
/obj/structure/window/reinforced{
dir = 4
@@ -1083,14 +1079,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/whitepurplecorner/east,
/area/prison/research/secret/bioengineering)
-"adz" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/research/secret/bioengineering)
-"adA" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison,
-/area/prison/cellblock/maxsec/north)
"adB" = (
/obj/structure/machinery/disposal,
/obj/structure/disposalpipe/up,
@@ -1165,11 +1153,6 @@
/obj/structure/surface/table/reinforced,
/turf/open/floor/prison/sterile_white/southwest,
/area/prison/research/secret/bioengineering)
-"adL" = (
-/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/research/secret/bioengineering)
"adM" = (
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/prison/sterile_white/southwest,
@@ -1680,10 +1663,6 @@
"afm" = (
/turf/open/floor/prison/darkpurple2,
/area/prison/research/secret/containment)
-"afn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/darkpurple2,
-/area/prison/research/secret/containment)
"afo" = (
/turf/open/floor/prison/darkpurplecorners2/west,
/area/prison/research/secret/containment)
@@ -1942,11 +1921,6 @@
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison,
/area/prison/security/monitoring/maxsec/panopticon)
-"agn" = (
-/obj/structure/pipes/standard/simple/hidden/supply,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison,
-/area/prison/research/secret/containment)
"ago" = (
/obj/structure/machinery/cm_vending/sorted/tech/robotics,
/turf/open/floor/prison/darkpurple2/northwest,
@@ -2239,7 +2213,6 @@
pixel_y = 24;
start_charge = 0
},
-/obj/effect/landmark/good_item,
/turf/open/floor/prison/darkpurple2/north,
/area/prison/research/secret)
"ahl" = (
@@ -2387,11 +2360,6 @@
},
/turf/open/floor/prison/kitchen/southwest,
/area/prison/residential/south)
-"ahT" = (
-/obj/structure/pipes/standard/simple/hidden/supply,
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/prison/cellblock/maxsec/north)
"ahV" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 5
@@ -2876,10 +2844,6 @@
/obj/structure/window/framed/prison/reinforced,
/turf/open/floor/plating,
/area/prison/research/secret/dissection)
-"ajH" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison,
-/area/prison/research/secret)
"ajI" = (
/turf/open/floor/prison/whitepurple/west,
/area/prison/research/secret/chemistry)
@@ -3353,10 +3317,6 @@
},
/turf/open/floor/plating,
/area/prison/cellblock/maxsec/south)
-"alm" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/prison/cellblock/maxsec/south)
"aln" = (
/obj/structure/machinery/light{
dir = 1
@@ -3600,10 +3560,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/darkpurple2/west,
/area/prison/research/secret)
-"amj" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison,
-/area/prison/research/secret)
"amk" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plating,
@@ -4365,10 +4321,6 @@
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/red/north,
/area/prison/cellblock/highsec/north/north)
-"aoS" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison,
-/area/prison/cellblock/highsec/north/north)
"aoT" = (
/obj/structure/pipes/vents/scrubber,
/turf/open/floor/prison/red/north,
@@ -4488,10 +4440,6 @@
},
/turf/open/floor/plating,
/area/prison/cellblock/maxsec/south)
-"aps" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/medbay)
"apt" = (
/turf/closed/wall/r_wall/prison,
/area/prison/medbay)
@@ -4637,13 +4585,8 @@
/obj/effect/decal/warning_stripes{
icon_state = "N"
},
-/obj/effect/landmark/good_item,
/turf/open/floor/prison/west,
/area/prison/research/RD)
-"apV" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/prison/hanger/research)
"apW" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 8
@@ -5207,11 +5150,6 @@
/obj/structure/surface/rack,
/turf/open/floor/prison/southwest,
/area/prison/hangar_storage/research)
-"arL" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/southwest,
-/area/prison/hangar_storage/research)
"arM" = (
/obj/structure/machinery/light{
dir = 8
@@ -5224,13 +5162,6 @@
},
/turf/open/floor/prison/whitepurple/north,
/area/prison/research)
-"arO" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/whitepurple/north,
-/area/prison/research)
"arP" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 4
@@ -5552,10 +5483,6 @@
},
/turf/open/floor/prison/whitepurple/southwest,
/area/prison/research)
-"ata" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/darkpurplefull2,
-/area/prison/research)
"atb" = (
/obj/structure/pipes/vents/scrubber{
dir = 1
@@ -5740,10 +5667,6 @@
"atL" = (
/turf/open/floor/prison/whitepurple/west,
/area/prison/research)
-"atN" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/whitepurple/east,
-/area/prison/research)
"atO" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -6422,10 +6345,6 @@
/obj/item/tool/kitchen/rollingpin,
/turf/open/floor/prison/kitchen,
/area/prison/research)
-"awF" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/prison/hanger/research)
"awG" = (
/obj/structure/machinery/light{
dir = 4
@@ -6550,7 +6469,6 @@
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 10
},
-/obj/effect/landmark/good_item,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/chapel)
"axg" = (
@@ -6608,11 +6526,6 @@
},
/turf/open/floor/prison/sterile_white/southwest,
/area/prison/research)
-"axp" = (
-/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/research)
"axr" = (
/obj/structure/pipes/vents/pump{
dir = 8
@@ -6972,10 +6885,6 @@
},
/turf/open/floor/prison/southwest,
/area/prison/cellblock/highsec/north/north)
-"ayO" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/southwest,
-/area/prison/cellblock/highsec/north/north)
"ayP" = (
/obj/structure/pipes/vents/scrubber{
dir = 4
@@ -7190,11 +7099,6 @@
/obj/structure/bed/sofa/south/grey/right,
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/residential/north)
-"azN" = (
-/obj/structure/pipes/standard/simple/hidden/supply,
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/residential/north)
"azO" = (
/obj/structure/pipes/vents/pump{
dir = 1
@@ -7741,10 +7645,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/prison/darkredfull2/southwest,
/area/prison/security/checkpoint/maxsec)
-"aBO" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/darkred2/east,
-/area/prison/security/checkpoint/maxsec)
"aBP" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/machinery/door/airlock/almayer/medical/colony{
@@ -8137,13 +8037,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/wood,
/area/prison/quarters/research)
-"aDv" = (
-/obj/structure/machinery/light/small{
- dir = 8
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/prison/quarters/research)
"aDw" = (
/obj/structure/machinery/light/small{
dir = 8
@@ -8220,10 +8113,6 @@
},
/turf/open/floor/prison/red/west,
/area/prison/recreation/highsec/n)
-"aDO" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/prison/red/west,
-/area/prison/cellblock/highsec/north/south)
"aDP" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/red/east,
@@ -8374,14 +8263,6 @@
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/medbay/foyer)
-"aEq" = (
-/obj/structure/pipes/standard/manifold/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/medbay/foyer)
"aEr" = (
/obj/structure/pipes/standard/manifold/hidden/supply,
/obj/structure/disposalpipe/segment{
@@ -8426,13 +8307,6 @@
/obj/structure/pipes/standard/manifold/fourway/hidden/supply,
/turf/open/floor/prison/whitepurple/west,
/area/prison/research)
-"aEx" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/research)
"aEz" = (
/obj/structure/machinery/vending/snack,
/turf/open/floor/prison/darkpurplefull2,
@@ -8656,16 +8530,6 @@
},
/turf/open/floor/chapel/north,
/area/prison/chapel)
-"aFs" = (
-/obj/structure/bed/chair/wood/normal{
- dir = 8
- },
-/obj/effect/landmark/good_item,
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/turf/open/floor/chapel/northeast,
-/area/prison/chapel)
"aFt" = (
/obj/structure/bed/chair/wood/normal{
dir = 8
@@ -8889,12 +8753,6 @@
/obj/item/ammo_magazine/rifle/m16/ap,
/turf/open/floor/plating,
/area/prison/research/secret/containment)
-"aGm" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison/darkyellowfull2/east,
-/area/prison/hangar_storage/main)
"aGn" = (
/turf/open/floor/prison/darkyellow2/west,
/area/prison/hangar_storage/main)
@@ -9612,7 +9470,6 @@
dir = 4
},
/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/central/north)
"aIZ" = (
@@ -10139,10 +9996,6 @@
},
/turf/open/floor/prison/red/north,
/area/prison/cellblock/highsec/north/south)
-"aLi" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/prison/red/north,
-/area/prison/cellblock/highsec/north/south)
"aLj" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/red/north,
@@ -10260,10 +10113,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/cellblock/highsec/north/south)
-"aLI" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/cellblock/highsec/north/south)
"aLK" = (
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/security/checkpoint/highsec/n)
@@ -10353,7 +10202,6 @@
/turf/open/floor/prison/darkred2/north,
/area/prison/security/monitoring/lowsec/ne)
"aMc" = (
-/obj/effect/landmark/hunter_primary,
/turf/open/floor/prison/darkred2/northeast,
/area/prison/security/monitoring/lowsec/ne)
"aMd" = (
@@ -10373,10 +10221,6 @@
},
/turf/open/floor/prison/darkredfull2/southwest,
/area/prison/security/monitoring/lowsec/ne)
-"aMj" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/central/north)
"aMk" = (
/obj/structure/window/framed/prison/reinforced/hull,
/turf/open/floor/plating,
@@ -10730,7 +10574,6 @@
/turf/open/floor/prison/darkred2/southwest,
/area/prison/security/monitoring/lowsec/ne)
"aNB" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison/darkredcorners2/west,
/area/prison/security/monitoring/lowsec/ne)
"aNC" = (
@@ -11407,10 +11250,6 @@
/obj/item/spacecash/c1000,
/turf/open/floor/prison/floor_plate/southwest,
/area/prison/cellblock/lowsec/nw)
-"aQh" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/greencorner/north,
-/area/prison/cellblock/lowsec/nw)
"aQi" = (
/obj/structure/pipes/vents/pump/on,
/turf/open/floor/prison/green/north,
@@ -11482,12 +11321,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/prison,
/area/prison/cleaning)
-"aQx" = (
-/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison/greenfull,
-/area/prison/quarters/staff)
"aQy" = (
/obj/structure/closet,
/obj/structure/window/reinforced{
@@ -11588,10 +11421,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/central/west)
-"aQP" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/central/west)
"aQQ" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/carpet,
@@ -11648,13 +11477,6 @@
},
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/residential/north)
-"aRe" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/prison/maintenance/residential/ne)
"aRf" = (
/obj/structure/machinery/alarm/almayer{
dir = 1
@@ -12111,13 +11933,6 @@
},
/turf/open/floor/prison/greencorner/west,
/area/prison/cellblock/lowsec/ne)
-"aSW" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/floor_plate/southwest,
-/area/prison/cellblock/lowsec/ne)
"aSX" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -13560,10 +13375,6 @@
/obj/structure/surface/table/reinforced,
/turf/open/floor/prison/cell_stripe/north,
/area/prison/cellblock/highsec/north/south)
-"aYx" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/kitchen/southwest,
-/area/prison/cellblock/highsec/north/south)
"aYy" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -14018,10 +13829,6 @@
/obj/effect/landmark/monkey_spawn,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/central/east)
-"bap" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/canteen)
"baq" = (
/obj/structure/bed/chair,
/obj/effect/decal/cleanable/blood,
@@ -14792,10 +14599,6 @@
/obj/structure/bed,
/turf/open/floor/prison,
/area/prison/cellblock/vip)
-"bdn" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison,
-/area/prison/cellblock/vip)
"bdo" = (
/obj/structure/machinery/light{
dir = 8
@@ -14858,10 +14661,6 @@
},
/turf/open/floor/prison/blue/east,
/area/prison/security/checkpoint/vip)
-"bdz" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"bdA" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -15062,10 +14861,6 @@
},
/turf/open/floor/prison/kitchen,
/area/prison/kitchen)
-"ben" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/kitchen,
-/area/prison/kitchen)
"beo" = (
/obj/structure/surface/table/reinforced,
/obj/structure/machinery/processor,
@@ -15214,10 +15009,6 @@
},
/turf/open/floor/prison/darkred2/northeast,
/area/prison/hanger/main)
-"beN" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/prison/hanger/main)
"beQ" = (
/obj/structure/pipes/vents/scrubber{
dir = 1
@@ -15722,11 +15513,6 @@
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/yard)
-"bgI" = (
-/obj/item/ammo_casing,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/yard)
"bgJ" = (
/obj/effect/decal/cleanable/blood,
/obj/structure/pipes/standard/simple/hidden/supply,
@@ -16068,10 +15854,6 @@
},
/turf/open/floor/prison/greenfull,
/area/prison/cellblock/lowsec/ne)
-"bhR" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/hallway/central/east)
"bhT" = (
/obj/structure/bed/chair{
dir = 8
@@ -16270,10 +16052,6 @@
"biB" = (
/turf/open/floor/prison/green/north,
/area/prison/hallway/central/east)
-"biC" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/canteen)
"biE" = (
/obj/structure/pipes/vents/scrubber{
dir = 4
@@ -16633,19 +16411,10 @@
},
/turf/open/floor/prison/rampbottom/east,
/area/prison/yard)
-"bki" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"bkj" = (
/obj/structure/toilet,
/turf/open/floor/prison/sterile_white/southwest,
/area/prison/toilet/canteen)
-"bkk" = (
-/obj/structure/toilet,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/sterile_white/southwest,
-/area/prison/toilet/canteen)
"bkl" = (
/obj/structure/machinery/shower{
dir = 4
@@ -16708,10 +16477,6 @@
},
/turf/open/floor/prison/sterile_white/southwest,
/area/prison/residential/central)
-"bkB" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/organic/grass,
-/area/prison/residential/central)
"bkC" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/whitegreenfull/southwest,
@@ -16875,17 +16640,6 @@
"bll" = (
/turf/open/floor/prison/rampbottom/west,
/area/prison/yard)
-"blm" = (
-/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
-"bln" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/decal/cleanable/blood/gibs,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"blo" = (
/obj/item/frame/table/reinforced,
/obj/effect/decal/siding/wood_siding{
@@ -16907,20 +16661,13 @@
/obj/effect/decal/cleanable/blood,
/obj/effect/decal/cleanable/blood/gibs,
/obj/effect/decal/cleanable/blood/gibs,
-/obj/effect/landmark/good_item,
/obj/effect/decal/siding/wood_siding{
icon_state = "wood_siding8"
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/yard)
-"bls" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"blt" = (
/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/good_item,
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/yard)
@@ -16948,14 +16695,6 @@
/obj/structure/machinery/light/small,
/turf/open/floor/prison/kitchen,
/area/prison/toilet/canteen)
-"blB" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/entrance)
-"blC" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison,
-/area/prison/hallway/entrance)
"blD" = (
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/hallway/entrance)
@@ -17221,7 +16960,6 @@
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/yard)
"bmC" = (
-/obj/effect/landmark/good_item,
/obj/structure/flora/bush/ausbushes/var3/brflowers,
/turf/open/organic/grass,
/area/prison/yard)
@@ -17267,7 +17005,6 @@
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 4
},
-/obj/effect/landmark/hunter_secondary,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/central/east)
"bmM" = (
@@ -17455,10 +17192,6 @@
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/hallway/central/east)
-"bnF" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"bnG" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 8
@@ -17542,12 +17275,6 @@
},
/turf/open/floor/prison/floor_plate/southwest,
/area/prison/hallway/entrance)
-"bnU" = (
-/obj/structure/pipes/standard/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/entrance)
"bnV" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/darkyellowcorners2,
@@ -17674,10 +17401,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/canteen)
-"bor" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/canteen)
"bos" = (
/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{
dir = 2;
@@ -17688,10 +17411,6 @@
"bot" = (
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/toilet/canteen)
-"bou" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/toilet/canteen)
"bov" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 5
@@ -17930,13 +17649,6 @@
},
/turf/open/floor/prison,
/area/prison/cellblock/vip)
-"bpv" = (
-/obj/structure/pipes/vents/scrubber{
- dir = 1
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison,
-/area/prison/cellblock/vip)
"bpw" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
@@ -18025,10 +17737,6 @@
},
/turf/open/floor/prison,
/area/prison/security/monitoring/highsec)
-"bpU" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison,
-/area/prison/security/monitoring/highsec)
"bpV" = (
/turf/open/floor/prison/darkredcorners2,
/area/prison/security/monitoring/highsec)
@@ -18046,10 +17754,6 @@
"bpZ" = (
/turf/open/floor/prison/darkredcorners2/east,
/area/prison/security/checkpoint/vip)
-"bqa" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/prison/hanger/main)
"bqb" = (
/turf/closed/wall/prison,
/area/prison/monorail/west)
@@ -18066,13 +17770,6 @@
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/yard)
-"bqe" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/reinforced{
- flipped = 1
- },
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/yard)
"bqf" = (
/obj/structure/pipes/vents/pump{
dir = 1
@@ -18203,10 +17900,6 @@
/obj/structure/surface/table/reinforced,
/turf/open/floor/prison/darkred2/northeast,
/area/prison/hanger/main)
-"bqH" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/prison/hanger/main)
"bqI" = (
/obj/structure/pipes/standard/manifold/hidden/supply,
/turf/open/floor/prison/sterile_white/southwest,
@@ -18727,10 +18420,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/store)
-"bsU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/store)
"bsV" = (
/obj/structure/surface/rack,
/obj/item/reagent_container/food/snacks/chocolatebar,
@@ -18830,10 +18519,6 @@
},
/turf/open/floor/prison/green/west,
/area/prison/cellblock/lowsec/sw)
-"bto" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating,
-/area/prison/hanger/main)
"btp" = (
/obj/effect/decal/warning_stripes{
icon_state = "NE-out"
@@ -18919,12 +18604,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/holding/holding1)
-"btI" = (
-/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/holding/holding1)
"btJ" = (
/obj/structure/pipes/vents/pump{
dir = 4
@@ -19028,10 +18707,6 @@
/obj/structure/window/framed/prison/reinforced,
/turf/open/floor/plating,
/area/prison/visitation)
-"bud" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/prison/hallway/entrance)
"bue" = (
/turf/closed/wall/prison,
/area/prison/holding/holding1)
@@ -19254,10 +18929,6 @@
"buV" = (
/turf/open/floor/prison/cell_stripe/west,
/area/prison/cellblock/lowsec/se)
-"buW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean2/southwest,
-/area/prison/hallway/central/east)
"buX" = (
/obj/structure/machinery/door/airlock/almayer/maint/colony{
dir = 2
@@ -21251,7 +20922,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/hallway/east)
@@ -21295,16 +20965,6 @@
},
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/east)
-"bDR" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/east)
"bDS" = (
/obj/structure/pipes/standard/manifold/hidden/supply,
/obj/structure/disposalpipe/junction{
@@ -21815,13 +21475,6 @@
/obj/structure/pipes/standard/manifold/hidden/supply,
/turf/open/floor/prison,
/area/prison/maintenance/hangar_barracks)
-"bFR" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/maintenance/hangar_barracks)
"bFS" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -21843,7 +21496,6 @@
dir = 2;
icon_state = "pipe-c"
},
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 10
},
@@ -21939,11 +21591,6 @@
/obj/item/stack/rods,
/turf/open/floor/prison/yellow/north,
/area/prison/cellblock/mediumsec/south)
-"bGp" = (
-/obj/structure/pipes/standard/manifold/fourway/hidden/supply,
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/cellblock/highsec/south/north)
"bGr" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 1
@@ -22376,7 +22023,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -22536,7 +22182,6 @@
/area/prison/quarters/security)
"bIG" = (
/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/good_item,
/turf/open/floor/prison,
/area/prison/maintenance/hangar_barracks)
"bIH" = (
@@ -22595,7 +22240,6 @@
/obj/structure/pipes/vents/scrubber{
dir = 4
},
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/holding/holding2)
@@ -23052,10 +22696,6 @@
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/holding/holding2)
-"bKC" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/holding/holding2)
"bKD" = (
/turf/open/floor/prison,
/area/prison/telecomms)
@@ -23202,10 +22842,6 @@
"bLg" = (
/turf/closed/wall/r_wall/prison,
/area/prison/storage/highsec/s)
-"bLh" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/red/west,
-/area/prison/cellblock/highsec/south/north)
"bLi" = (
/obj/structure/machinery/light,
/turf/open/floor/prison,
@@ -23250,10 +22886,6 @@
},
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/hallway/central/south)
-"bLr" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/holding/holding2)
"bLs" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/bright_clean/southwest,
@@ -23735,7 +23367,6 @@
/turf/open/floor/prison/darkred2/north,
/area/prison/security/checkpoint/medsec)
"bNy" = (
-/obj/effect/landmark/good_item,
/turf/open/floor/prison/darkred2/northeast,
/area/prison/security/checkpoint/medsec)
"bNz" = (
@@ -23853,7 +23484,6 @@
/turf/closed/wall/r_wall/prison,
/area/prison/engineering)
"bOg" = (
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/darkbrown2/east,
/area/prison/hallway/east)
@@ -24264,7 +23894,6 @@
/area/prison/engineering/atmos)
"bQe" = (
/obj/structure/bed/stool,
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison,
/area/prison/intake)
@@ -24352,7 +23981,6 @@
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/toilet/security)
"bQs" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/landmark/queen_spawn,
/turf/open/floor/prison/bright_clean2/southwest,
/area/prison/residential/south)
@@ -24769,10 +24397,6 @@
/obj/structure/pipes/vents/pump/on,
/turf/open/floor/plating,
/area/prison/maintenance/residential/access/south)
-"bRZ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/prison/security)
"bSb" = (
/obj/structure/machinery/alarm/almayer{
dir = 1
@@ -25116,7 +24740,6 @@
"bTl" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/east)
@@ -25287,23 +24910,12 @@
},
/turf/open/floor/prison,
/area/prison/recreation/highsec/s)
-"bTU" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/prison/floor_plate/southwest,
-/area/prison/recreation/highsec/s)
"bTV" = (
/obj/structure/machinery/light{
dir = 8
},
/turf/open/floor/prison/bright_clean/southwest,
/area/prison/laundry)
-"bTW" = (
-/obj/structure/pipes/vents/scrubber{
- dir = 1
- },
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/bright_clean/southwest,
-/area/prison/laundry)
"bTY" = (
/obj/structure/pipes/vents/scrubber{
dir = 1
@@ -25451,10 +25063,6 @@
},
/turf/open/floor/plating,
/area/prison/engineering/atmos)
-"bUy" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/prison/engineering/atmos)
"bUz" = (
/turf/open/floor/plating,
/area/prison/engineering/atmos)
@@ -26143,10 +25751,6 @@
/obj/effect/landmark/survivor_spawner,
/turf/open/floor/wood,
/area/prison/library)
-"bXa" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/wood,
-/area/prison/library)
"bXb" = (
/obj/effect/spawner/random/toolbox,
/obj/structure/surface/table/reinforced,
@@ -26636,7 +26240,6 @@
/turf/open/floor/wood,
/area/prison/library)
"bZb" = (
-/obj/effect/landmark/good_item,
/obj/structure/pipes/standard/manifold/hidden/supply,
/turf/open/floor/wood,
/area/prison/library)
@@ -26780,16 +26383,6 @@
},
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/security)
-"bZE" = (
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/security)
"bZF" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -27891,10 +27484,6 @@
"cev" = (
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/security)
-"cew" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/floor_plate,
-/area/prison/recreation/medsec)
"cex" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/prison/floor_plate,
@@ -27997,10 +27586,6 @@
"ceP" = (
/turf/open/floor/prison/darkyellowfull2/east,
/area/prison/hallway/engineering)
-"ceQ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/darkyellowfull2/east,
-/area/prison/hallway/engineering)
"ceR" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/darkyellowfull2/east,
@@ -28095,10 +27680,6 @@
},
/turf/open/floor/prison,
/area/prison/security/head)
-"cfh" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/floor_plate,
-/area/prison/recreation/medsec)
"cfi" = (
/obj/structure/pipes/vents/scrubber{
dir = 1
@@ -29897,10 +29478,6 @@
},
/turf/open/floor/plating/platebot,
/area/prison/pirate)
-"cmf" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating/platebot,
-/area/prison/pirate)
"cmg" = (
/obj/structure/machinery/light/small{
dir = 4
@@ -30449,13 +30026,6 @@
},
/turf/open/floor/prison,
/area/prison/disposal)
-"cot" = (
-/obj/effect/decal/warning_stripes{
- icon_state = "N"
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison,
-/area/prison/disposal)
"cou" = (
/turf/open/floor/prison,
/area/prison/disposal)
@@ -30606,14 +30176,6 @@
},
/turf/open/floor/prison,
/area/prison/execution)
-"coZ" = (
-/obj/effect/landmark/good_item,
-/obj/structure/surface/table/reinforced{
- dir = 1;
- flipped = 1
- },
-/turf/open/floor/plating,
-/area/prison/pirate)
"cpa" = (
/obj/structure/surface/table/reinforced{
dir = 1;
@@ -30733,13 +30295,6 @@
},
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/disposal)
-"cpA" = (
-/obj/structure/pipes/standard/simple/hidden/yellow{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/disposal)
"cpB" = (
/obj/structure/pipes/standard/simple/hidden/yellow{
dir = 9
@@ -30813,7 +30368,6 @@
/area/prison/disposal)
"cpS" = (
/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/crap_item,
/turf/open/floor/prison,
/area/prison/disposal)
"cpT" = (
@@ -31011,10 +30565,6 @@
},
/turf/open/floor/prison/yellow/north,
/area/prison/cellblock/mediumsec/east)
-"cqV" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/prison/disposal)
"cqW" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 1
@@ -31172,10 +30722,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/yellowcorner,
/area/prison/cellblock/mediumsec/west)
-"cry" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/yellow,
-/area/prison/cellblock/mediumsec/west)
"crz" = (
/turf/open/floor/prison/yellow,
/area/prison/cellblock/mediumsec/east)
@@ -31778,10 +31324,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/yellowcorner/west,
/area/prison/cellblock/mediumsec/south)
-"ctZ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/prison/yellow,
-/area/prison/cellblock/mediumsec/south)
"cub" = (
/turf/closed/wall/r_wall/prison,
/area/prison/security/monitoring/medsec/central)
@@ -32395,7 +31937,6 @@
/turf/open/floor/prison/yellowfull,
/area/prison/cellblock/mediumsec/west)
"cws" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/landmark/queen_spawn,
/turf/open/floor/prison/yellowcorner/east,
/area/prison/cellblock/mediumsec/south)
@@ -32478,7 +32019,6 @@
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
},
-/obj/effect/landmark/hunter_secondary,
/turf/open/floor/prison/yellowcorner/west,
/area/prison/cellblock/mediumsec/south)
"cwL" = (
@@ -32609,10 +32149,6 @@
/obj/structure/shuttle/engine/propulsion,
/turf/open/space,
/area/space)
-"cxA" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating,
-/area/prison/cellblock/mediumsec/south)
"cxB" = (
/obj/structure/machinery/light{
dir = 1
@@ -33449,11 +32985,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/prison/floor_plate,
/area/prison/cellblock/mediumsec/east)
-"dMw" = (
-/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/prison/cellblock/mediumsec/south)
"dOK" = (
/obj/structure/computerframe{
anchored = 1
@@ -33917,10 +33448,6 @@
"fXQ" = (
/turf/open/floor/plating/plating_catwalk/prison,
/area/prison/hallway/central/north)
-"fZb" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/central/south)
"gas" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
@@ -34005,7 +33532,6 @@
/area/prison/security/checkpoint/highsec/n)
"gpx" = (
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/good_item,
/turf/open/floor/prison/darkyellowfull2/east,
/area/prison/telecomms)
"grW" = (
@@ -34436,16 +33962,6 @@
/obj/effect/alien/weeds/node,
/turf/open/floor/prison/floor_plate,
/area/prison/cellblock/highsec/south/north)
-"hND" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/central/north)
"hNI" = (
/obj/structure/bed/chair/office,
/turf/open/floor/prison/floor_plate/southwest,
@@ -34584,10 +34100,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/prison/darkredfull2/southwest,
/area/prison/security/checkpoint/highsec/s)
-"iif" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating/plating_catwalk/prison,
-/area/prison/hallway/central/south)
"iiI" = (
/obj/structure/pipes/standard/manifold/hidden/supply,
/turf/open/floor/prison/yellowcorner/east,
@@ -35652,14 +35164,6 @@
},
/turf/open/floor/prison/southwest,
/area/prison/cellblock/highsec/south/north)
-"mCC" = (
-/obj/structure/surface/table/reinforced{
- dir = 8;
- flipped = 1
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/prison/floor_plate,
-/area/prison/cellblock/mediumsec/south)
"mDi" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/item/stack/rods,
@@ -36401,7 +35905,6 @@
/area/prison/hallway/central/north)
"pnT" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/prison/cellblock/mediumsec/west)
"poa" = (
@@ -36923,13 +36426,6 @@
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/plating,
/area/prison/maintenance/residential/access/south)
-"rRJ" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 4
- },
-/turf/open/floor/prison,
-/area/prison/telecomms)
"rSg" = (
/obj/structure/machinery/light/small,
/turf/open/floor/prison/cell_stripe/east,
@@ -46271,7 +45767,7 @@ aRH
bdv
bgc
bxO
-bkB
+bgc
bgc
bxO
bgc
@@ -47949,7 +47445,7 @@ avm
avm
aRV
aSR
-aRe
+baS
aSR
aRV
aWn
@@ -48992,7 +48488,7 @@ xwh
gJT
azI
ayC
-azN
+aFh
aBu
tGy
avN
@@ -52837,7 +52333,7 @@ bbU
bcW
bdF
aYY
-bpU
+aYY
bhJ
biR
bjT
@@ -54506,7 +54002,7 @@ apn
ayL
apn
aCg
-aDO
+aCg
aCg
aCg
aCg
@@ -55181,7 +54677,7 @@ bbU
bil
boM
bpr
-bpU
+aYY
bbV
bbt
bdI
@@ -55762,7 +55258,7 @@ aor
aoQ
lqe
lqe
-aoS
+lqe
apZ
aor
apl
@@ -55776,7 +55272,7 @@ auX
aor
sGB
axW
-ayO
+axW
aCi
aCi
aET
@@ -57501,7 +56997,7 @@ aCl
aCl
baw
bbx
-bdn
+bdk
bdk
bgx
bhp
@@ -58202,7 +57698,7 @@ crr
crW
cqf
cqw
-cry
+cru
cqK
csE
cpm
@@ -58545,7 +58041,7 @@ aCg
aCg
aCg
aNf
-aLI
+aDS
aNc
aES
aCl
@@ -58859,7 +58355,7 @@ cun
cxB
cxJ
cxL
-dMw
+rvO
cxa
aAO
aAO
@@ -59025,7 +58521,7 @@ bMZ
bQQ
bQA
bQQ
-bTU
+bQQ
bVj
bOm
bYC
@@ -59071,7 +58567,7 @@ cun
cyO
cyO
cxM
-dMw
+rvO
cxa
aAO
aAO
@@ -59420,7 +58916,7 @@ bmb
bnm
bim
boP
-bpv
+bpu
bpX
bfc
bfc
@@ -59867,7 +59363,7 @@ bxm
bwz
bwz
bwz
-bLh
+bwz
bOn
bNh
bQQ
@@ -60073,7 +59569,7 @@ bwA
bvC
bvA
bFf
-bGp
+bGg
bHt
bIk
bvz
@@ -60452,7 +59948,7 @@ aIo
aIo
aJw
jfp
-aLi
+aLO
aDS
aNi
aES
@@ -60676,7 +60172,7 @@ aRj
aVm
aRj
aRj
-aYx
+aRj
aRj
aZU
bfg
@@ -61071,7 +60567,7 @@ aAO
alH
akF
atG
-alm
+akV
aBD
avJ
awV
@@ -61457,7 +60953,7 @@ acO
acO
acO
acO
-acn
+acO
acO
acO
acO
@@ -61615,9 +61111,9 @@ cuN
cuV
cun
cxF
-mCC
hOy
-mCC
+hOy
+hOy
cyp
cun
cyP
@@ -62205,7 +61701,7 @@ bNo
bPh
bQL
bSq
-bTW
+bTY
bPf
bNr
bZW
@@ -62637,7 +62133,7 @@ bYT
caB
bYT
bYT
-cew
+bYT
bYT
cgk
caa
@@ -62676,7 +62172,7 @@ cun
cyc
hOy
hOy
-mCC
+hOy
hOy
cyp
cAc
@@ -62777,7 +62273,7 @@ aAg
aAf
avZ
axg
-aFs
+lAE
axg
aBD
aKK
@@ -62850,7 +62346,7 @@ bYT
cbS
cbS
bYT
-cfh
+bYT
cgk
caa
ciz
@@ -62887,7 +62383,7 @@ cyO
cun
cxT
hOy
-mCC
+hOy
hOy
hOy
cyp
@@ -63156,7 +62652,7 @@ aeN
acq
add
adn
-adA
+aeQ
aeN
add
adn
@@ -63847,7 +63343,7 @@ tOU
tOU
tOU
tOU
-aQP
+tOU
tOU
tOU
hdK
@@ -63948,7 +63444,7 @@ cuS
cun
cxF
hOy
-mCC
+hOy
hOy
cyp
cun
@@ -64317,7 +63813,7 @@ bGC
bFk
bFk
cWx
-fZb
+vHX
lWT
cWx
bPf
@@ -64448,7 +63944,7 @@ amh
akV
akV
alF
-alm
+akV
akV
akV
akV
@@ -65968,7 +65464,7 @@ aNp
aNp
jpO
aQT
-aQh
+aOU
aRp
aVy
aTL
@@ -66470,7 +65966,7 @@ cpY
cpY
cpU
cqT
-ctZ
+ctT
cun
cuM
cyO
@@ -66835,7 +66331,7 @@ aAO
acL
bbp
aWR
-bdz
+aWR
bdW
aWR
bbp
@@ -66908,7 +66404,7 @@ aFB
cpU
cpU
aFB
-dMw
+rvO
uGU
uGU
cyO
@@ -67120,7 +66616,7 @@ cpU
cwu
cvG
cpU
-dMw
+rvO
uGU
cyO
cyO
@@ -67335,7 +66831,7 @@ cpU
uGU
cyO
cyO
-cxA
+cyO
cyO
cyO
cyO
@@ -67406,7 +66902,7 @@ ads
ads
ada
aDY
-ahT
+ads
ads
adb
aff
@@ -68183,8 +67679,8 @@ cpU
cyO
cyO
cyO
-dMw
-dMw
+rvO
+rvO
cxa
cxa
aAO
@@ -68315,7 +67811,7 @@ aWR
bfu
aWR
xtt
-bgI
+bpC
bhH
bgQ
bkc
@@ -68343,7 +67839,7 @@ bql
jmY
vHX
vHX
-iif
+vHX
vHX
vHX
lWT
@@ -68498,7 +67994,7 @@ aAO
aAO
ayM
aAD
-aBO
+avc
avc
aEg
aFK
@@ -69145,7 +68641,7 @@ aAO
aAO
aKU
aKN
-hND
+aLX
fXQ
aKP
aQm
@@ -69156,7 +68652,7 @@ aWS
aWS
aWR
bal
-bdz
+aWR
bck
aWR
bdW
@@ -69165,7 +68661,7 @@ aWR
aWR
aWR
aWR
-blm
+bkd
bke
blp
bmC
@@ -69179,7 +68675,7 @@ bfx
bdW
aWR
bck
-bdz
+aWR
bvk
aWR
aWS
@@ -69385,7 +68881,7 @@ bnB
bjj
bku
bkg
-bqe
+bqc
aWR
bfx
bse
@@ -69448,7 +68944,7 @@ ckk
cjw
cjw
cnI
-coZ
+cnI
cjw
cqz
cio
@@ -69519,7 +69015,7 @@ agM
agY
aec
aeF
-afn
+afm
aec
agY
afW
@@ -69589,7 +69085,7 @@ bjU
bib
bjk
aWR
-bln
+bol
aWR
blr
bmE
@@ -70159,7 +69655,7 @@ afp
ahC
ahC
ahC
-agn
+ahC
agW
ahC
ahV
@@ -70202,7 +69698,7 @@ unw
nJw
cYf
dUw
-aMj
+fXQ
fXQ
fXQ
fXQ
@@ -70227,7 +69723,7 @@ bgL
bfu
bgQ
bgQ
-bls
+bjj
biw
bgQ
bgQ
@@ -70250,10 +69746,10 @@ bDu
bqs
jmY
vHX
-fZb
vHX
vHX
-fZb
+vHX
+vHX
lWT
pwl
hyX
@@ -70390,7 +69886,7 @@ bNA
apI
apI
apI
-aps
+apI
apI
apI
apI
@@ -70504,7 +70000,7 @@ cir
cnI
ckl
cjw
-cmf
+ckn
ckn
ckk
cpb
@@ -72137,7 +71633,7 @@ aNq
aWR
aWR
bmJ
-bnF
+aWR
bqs
brk
brT
@@ -72330,7 +71826,7 @@ aPF
aRa
aQo
aRB
-aSW
+aSX
aTU
aNq
aNq
@@ -72558,7 +72054,7 @@ aYJ
aYJ
aNq
aNq
-bki
+aWR
aWS
bmw
aWR
@@ -72740,7 +72236,7 @@ azo
aAV
aBU
aDd
-aEq
+aEr
aDb
aDb
aKa
@@ -73332,7 +72828,7 @@ abI
abI
adi
acd
-adL
+aef
aeg
aeW
afA
@@ -73357,7 +72853,7 @@ aiD
aiD
alf
arh
-arO
+arN
asz
atf
pib
@@ -73616,7 +73112,7 @@ aWV
aNq
kog
aVR
-bhR
+kog
kog
hQm
bnE
@@ -73985,11 +73481,11 @@ agw
ahl
agw
agw
-ajH
+agw
akQ
akQ
agw
-amj
+agw
amJ
lDd
ark
@@ -74006,7 +73502,7 @@ auk
arQ
avp
awy
-axp
+awy
ayu
arQ
aBa
@@ -74079,7 +73575,7 @@ bRq
bPI
bPI
bPI
-bXa
+bPI
bRq
bPI
bPI
@@ -74179,7 +73675,7 @@ abL
acj
acV
afA
-adz
+acV
acV
acV
acV
@@ -74208,7 +73704,7 @@ arl
arR
asC
atj
-atN
+arR
arR
arR
asw
@@ -74648,7 +74144,7 @@ arQ
ati
arQ
aDn
-aEx
+ati
arQ
aHf
asb
@@ -74848,7 +74344,7 @@ are
anQ
asb
ati
-ata
+asb
awf
auk
arQ
@@ -75112,7 +74608,7 @@ kog
kog
aXc
kog
-buW
+kog
bcq
kog
kog
@@ -75979,7 +75475,7 @@ bGK
bLl
bLl
bGK
-bLr
+bGK
bOH
bRC
bPP
@@ -76151,7 +75647,7 @@ aVa
aVa
aYt
aVa
-bap
+aVa
aVa
aVa
aZZ
@@ -76174,7 +75670,7 @@ bmF
brp
bua
bua
-btI
+btH
btH
bua
bua
@@ -76402,7 +75898,7 @@ bGK
bGK
bIS
bJD
-bKC
+bGK
bLs
bOH
bOf
@@ -76429,8 +75925,8 @@ cms
chH
cnw
cos
-cqV
-cqV
+cjR
+cjR
cjR
cqr
aAO
@@ -76852,7 +76348,7 @@ chM
cgG
chH
cny
-cot
+cos
coQ
cpx
cpO
@@ -77221,7 +76717,7 @@ aXf
bfH
aXf
aXf
-biC
+aXf
baq
cPc
aYu
@@ -77265,7 +76761,7 @@ bZk
caU
ccp
cdL
-ceQ
+ceP
chH
cgG
chN
@@ -77416,7 +76912,7 @@ aDA
aMr
aNP
aPl
-aQx
+aQz
hHP
aVa
aVV
@@ -77490,7 +76986,7 @@ chH
cnA
cos
coT
-cpA
+cpz
cpQ
cnu
aAO
@@ -77598,13 +77094,13 @@ amu
amu
amu
amu
-apV
amu
amu
amu
amu
amu
-awF
+amu
+amu
amu
amu
amu
@@ -78105,7 +77601,7 @@ bQj
bPY
bRB
bTd
-bUy
+bUz
bVW
bXq
bRM
@@ -78264,7 +77760,7 @@ aED
uNi
aNP
aPl
-aQx
+aQz
hHP
aVd
aVX
@@ -78286,14 +77782,14 @@ aXf
aXf
aXf
bnH
-bor
+aXf
aXf
bad
bqg
bqE
bvb
bvb
-bsU
+bvb
bvb
bvb
bvb
@@ -78656,7 +78152,7 @@ amu
amu
amu
amu
-awF
+amu
amu
amu
amu
@@ -78688,7 +78184,7 @@ aED
aMs
aNP
aPl
-aQx
+aQz
hHP
aVa
aVT
@@ -78887,7 +78383,7 @@ jDr
uaW
ssJ
aCe
-aDv
+aDs
aEH
aED
aHl
@@ -78938,7 +78434,7 @@ bwX
btt
bAL
bEG
-bDR
+bDM
bAA
jUC
xji
@@ -79093,7 +78589,7 @@ amu
amu
amu
amu
-awF
+amu
axA
jDr
uaW
@@ -79154,7 +78650,7 @@ bDM
bAA
jUC
bGW
-rRJ
+hdw
bIy
pGv
nmr
@@ -80152,7 +79648,7 @@ asg
asL
asM
asg
-arL
+arK
arJ
ayz
ayz
@@ -80780,7 +80276,7 @@ aAO
aAO
aAO
atU
-arL
+arK
asg
asg
asg
@@ -80830,7 +80326,7 @@ bmH
bmH
bmH
bnN
-bou
+bot
bmH
bmH
bmH
@@ -81033,7 +80529,7 @@ aZA
bdl
bbb
bcs
-ben
+bbe
bgg
bha
bbh
@@ -81433,9 +80929,9 @@ ePO
vdb
aFV
aEY
-aGm
aEY
-aGm
+aEY
+aEY
aEY
aJp
aKb
@@ -81462,7 +80958,7 @@ bep
bhb
bhV
bdl
-bkk
+bkj
bly
bmN
bnN
@@ -82349,7 +81845,7 @@ bNR
bTx
bMq
bLz
-bZE
+cce
bWx
cev
bOl
@@ -83170,7 +82666,7 @@ bcz
bcz
bcz
bpf
-bud
+bcz
bcz
bcz
bcz
@@ -83373,7 +82869,7 @@ bdp
bdp
bdp
bdp
-bnU
+bdp
bdp
bpe
aZE
@@ -83583,7 +83079,7 @@ bkr
bcA
bcA
bkr
-blB
+bcA
bcA
bcA
bcA
@@ -83767,8 +83263,8 @@ aFV
aEY
aEY
aEY
-aGm
-aGm
+aEY
+aEY
aEY
aKi
aEX
@@ -84007,7 +83503,7 @@ bcC
bcC
blD
bpf
-blC
+bcz
bcA
bcA
bcz
@@ -85734,7 +85230,7 @@ bNk
bMu
bMu
bOw
-bRZ
+bMu
bOl
bTv
bWz
@@ -86784,7 +86280,7 @@ bAX
byK
bwQ
bHZ
-bFR
+bFS
bKO
bKO
bKO
@@ -86982,10 +86478,10 @@ aYM
aYM
aYM
aYM
-bqH
aYM
aYM
-bto
+aYM
+aYM
blH
buG
bvT
@@ -87817,7 +87313,6 @@ aYM
aYM
aYM
aYM
-beN
aYM
aYM
aYM
@@ -87825,7 +87320,8 @@ aYM
aYM
aYM
aYM
-bqa
+aYM
+aYM
aYM
aYM
aYM
@@ -88890,7 +88386,7 @@ aYM
aYM
aYM
aYM
-bqa
+aYM
aYM
aYM
btv
@@ -89725,7 +89221,7 @@ aYM
aYM
aYM
aYM
-bqa
+aYM
aYM
aYM
aYM
diff --git a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm
index 80342068f6e6..b4c411cdff8b 100644
--- a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm
+++ b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm
@@ -550,10 +550,6 @@
"act" = (
/turf/open/auto_turf/snow/layer2,
/area/ice_colony/exterior/surface/valley/north)
-"acu" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer3,
-/area/ice_colony/exterior/surface/valley/north)
"acv" = (
/turf/closed/ice_rock/singlePart{
dir = 6
@@ -616,7 +612,6 @@
/obj/structure/surface/rack,
/obj/item/tool/extinguisher/mini,
/obj/item/circuitboard/airlock,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/northwest,
/area/ice_colony/surface/engineering/electric)
"acK" = (
@@ -856,10 +851,6 @@
},
/turf/open/ice,
/area/ice_colony/exterior/surface/valley/northeast)
-"adB" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer2,
-/area/ice_colony/exterior/surface/clearing/north)
"adC" = (
/obj/item/tool/shovel/snow,
/obj/item/storage/toolbox/emergency,
@@ -913,14 +904,6 @@
},
/turf/open/floor/plating/icefloor/warnplate/north,
/area/ice_colony/surface/requesitions)
-"adK" = (
-/obj/structure/machinery/door_control{
- name = "Storage Unit Control";
- pixel_x = -24
- },
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/surface/requesitions)
"adL" = (
/obj/structure/machinery/light/small{
dir = 4
@@ -1099,7 +1082,6 @@
/obj/item/cell/hyper/empty,
/obj/item/cell/hyper/empty,
/obj/effect/spawner/random/toolbox,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkyellow2/northeast,
/area/ice_colony/surface/engineering/tool)
@@ -1395,7 +1377,6 @@
/area/ice_colony/surface/engineering/generator)
"afv" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/northeast,
/area/ice_colony/surface/engineering/generator)
"afw" = (
@@ -1860,14 +1841,12 @@
/area/ice_colony/surface/engineering)
"agZ" = (
/obj/structure/closet/radiation,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/north,
/area/ice_colony/surface/engineering)
"aha" = (
/obj/structure/surface/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/storage/toolbox/mechanical,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/northeast,
/area/ice_colony/surface/engineering)
"ahb" = (
@@ -1890,12 +1869,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/dark2,
/area/ice_colony/surface/engineering)
-"ahe" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/engineering)
"ahf" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -1924,10 +1897,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/auto_turf/snow/layer0,
/area/ice_colony/exterior/surface/clearing/north)
-"ahl" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer3,
-/area/ice_colony/exterior/surface/clearing/north)
"ahm" = (
/turf/open/floor/darkyellow2/north,
/area/ice_colony/surface/engineering/generator)
@@ -1944,7 +1913,6 @@
/area/ice_colony/exterior/surface/valley/west)
"ahq" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/southeast,
/area/ice_colony/surface/engineering/generator)
"ahr" = (
@@ -2521,7 +2489,6 @@
pixel_x = 4;
pixel_y = 4
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/northwest,
/area/ice_colony/surface/engineering)
"ajs" = (
@@ -2584,12 +2551,6 @@
/obj/structure/machinery/computer3/powermonitor,
/turf/open/floor/darkyellow2/northeast,
/area/ice_colony/surface/engineering)
-"ajB" = (
-/obj/structure/surface/rack,
-/obj/item/cell/high/empty,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkyellow2/west,
-/area/ice_colony/surface/substation/smes)
"ajC" = (
/obj/structure/surface/rack,
/obj/item/stack/sheet/plasteel{
@@ -2775,7 +2736,6 @@
/obj/item/stack/sheet/mineral/phoron{
amount = 50
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/southwest,
/area/ice_colony/surface/engineering)
"akj" = (
@@ -3083,10 +3043,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/freezerfloor,
/area/ice_colony/surface/dorms/restroom_w)
-"aln" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer0,
-/area/ice_colony/exterior/surface/clearing/north)
"alo" = (
/turf/closed/wall,
/area/ice_colony/surface/dorms/restroom_e)
@@ -3383,12 +3339,6 @@
"amt" = (
/turf/open/floor/darkyellowcorners2/north,
/area/ice_colony/surface/substation)
-"amu" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/pipes/standard/simple/hidden/green,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/substation)
"amv" = (
/turf/open/floor/darkyellowcorners2/east,
/area/ice_colony/surface/substation)
@@ -3582,7 +3532,6 @@
"anb" = (
/obj/structure/surface/table/reinforced,
/obj/effect/spawner/random/bomb_supply,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/southeast,
/area/ice_colony/surface/substation)
"anc" = (
@@ -3779,14 +3728,12 @@
/area/ice_colony/surface/mining)
"anH" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/ice_colony/surface/mining)
"anI" = (
/obj/structure/surface/table,
/obj/item/stack/cable_coil/random,
/obj/item/stack/cable_coil/random,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/ice_colony/surface/mining)
"anJ" = (
@@ -3797,10 +3744,6 @@
},
/turf/open/floor/plating,
/area/ice_colony/surface/mining)
-"anK" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/ice,
-/area/ice_colony/exterior/surface/valley/west)
"anL" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -3949,13 +3892,11 @@
pixel_x = 2;
pixel_y = 2
},
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/ice_colony/surface/mining)
"aoi" = (
/obj/structure/surface/table,
/obj/item/device/flashlight,
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/ice_colony/surface/mining)
"aoj" = (
@@ -4107,7 +4048,6 @@
/area/ice_colony/surface/mining)
"aoP" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/ice_colony/surface/mining)
"aoQ" = (
@@ -4115,7 +4055,6 @@
/obj/item/stack/sheet/wood{
amount = 15
},
-/obj/effect/landmark/crap_item,
/turf/open/floor,
/area/ice_colony/surface/mining)
"aoR" = (
@@ -4185,10 +4124,6 @@
},
/turf/open/floor/cafeteria,
/area/ice_colony/surface/clinic/treatment)
-"apc" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/cafeteria,
-/area/ice_colony/surface/clinic/treatment)
"apd" = (
/turf/open/floor/whitered/east,
/area/ice_colony/surface/clinic/treatment)
@@ -4218,10 +4153,6 @@
},
/turf/open/ice,
/area/ice_colony/exterior/surface/valley/west)
-"api" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/freezerfloor,
-/area/ice_colony/surface/dorms/restroom_e)
"apj" = (
/turf/open/floor/whitered/southwest,
/area/ice_colony/surface/clinic/treatment)
@@ -4253,10 +4184,6 @@
/obj/structure/machinery/computer/crew,
/turf/open/floor/whitered/southeast,
/area/ice_colony/surface/clinic/treatment)
-"apq" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor,
-/area/ice_colony/surface/mining)
"apr" = (
/obj/structure/surface/rack,
/obj/item/tool/crowbar,
@@ -4431,7 +4358,6 @@
dir = 4;
pixel_x = -24
},
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkgreen2/northwest,
/area/ice_colony/surface/dorms)
@@ -4963,10 +4889,6 @@
/obj/structure/curtain/open/medical,
/turf/open/floor/cafeteria,
/area/ice_colony/surface/clinic/treatment)
-"arA" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer2,
-/area/ice_colony/exterior/surface/valley/west)
"arB" = (
/obj/structure/machinery/iv_drip,
/obj/structure/machinery/light{
@@ -5211,12 +5133,6 @@
},
/turf/open/floor/dark2,
/area/ice_colony/surface/dorms)
-"asx" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/colonist,
-/obj/effect/landmark/good_item,
-/turf/open/floor/wood,
-/area/ice_colony/surface/dorms)
"asy" = (
/obj/structure/closet/crate/trashcart,
/turf/open/floor/plating,
@@ -5425,12 +5341,6 @@
},
/turf/open/floor/darkgreen2/east,
/area/ice_colony/surface/hydroponics/lobby)
-"atm" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/colonist,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/ice_colony/surface/dorms)
"atn" = (
/obj/structure/disposalpipe/junction{
dir = 1;
@@ -6575,7 +6485,6 @@
/area/ice_colony/surface/disposals)
"axc" = (
/obj/item/trash/syndi_cakes,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/ice_colony/surface/disposals)
"axd" = (
@@ -6689,7 +6598,6 @@
/turf/open/floor/plating/warnplate,
/area/ice_colony/surface/disposals)
"axy" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating/warnplate,
/area/ice_colony/surface/disposals)
"axz" = (
@@ -6782,11 +6690,6 @@
/obj/structure/closet/secure_closet/freezer/fridge,
/turf/open/floor/darkgreen2/north,
/area/ice_colony/surface/dorms/canteen)
-"axR" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/darkgreen2/north,
-/area/ice_colony/surface/dorms/canteen)
"axS" = (
/obj/structure/surface/table,
/obj/structure/machinery/light{
@@ -7270,10 +7173,6 @@
dir = 8
},
/area/ice_colony/exterior/surface/cliff)
-"azG" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer2,
-/area/ice_colony/exterior/surface/valley/south)
"azH" = (
/obj/item/lightstick/planted,
/turf/open/auto_turf/snow/layer0,
@@ -7311,10 +7210,6 @@
"azO" = (
/turf/open/floor/darkbrowncorners2/north,
/area/ice_colony/surface/dorms)
-"azP" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer0,
-/area/ice_colony/exterior/surface/valley/south/excavation)
"azQ" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/dark2,
@@ -7378,7 +7273,6 @@
/area/ice_colony/surface/garage/one)
"aAc" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkbrown2/north,
/area/ice_colony/surface/garage/two)
"aAd" = (
@@ -7419,23 +7313,12 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/darkbrown2/northeast,
/area/ice_colony/surface/garage/two)
-"aAk" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/auto_turf/snow/layer0,
-/area/ice_colony/exterior/surface/valley/south/excavation)
"aAl" = (
/obj/structure/surface/table,
/obj/item/storage/box/lightstick/red,
-/obj/effect/landmark/good_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkbrown2/southwest,
/area/ice_colony/surface/disposals)
-"aAm" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
-/turf/open/auto_turf/snow/layer0,
-/area/ice_colony/exterior/surface/valley/south/excavation)
"aAn" = (
/obj/structure/machinery/power/apc{
pixel_y = -24;
@@ -7716,12 +7599,10 @@
"aBl" = (
/obj/structure/surface/table,
/obj/item/storage/box/lightstick/red,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/northeast,
/area/ice_colony/surface/garage/repair)
"aBm" = (
/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
/turf/open/floor/darkbrown2/west,
/area/ice_colony/surface/garage/one)
"aBn" = (
@@ -7737,11 +7618,6 @@
/obj/item/tool/pickaxe,
/turf/open/auto_turf/snow/layer0,
/area/ice_colony/exterior/surface/valley/south/excavation)
-"aBq" = (
-/obj/vehicle/train/cargo/trolley,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/garage/one)
"aBr" = (
/obj/vehicle/train/cargo/engine,
/obj/effect/decal/warning_stripes{
@@ -7832,10 +7708,6 @@
/obj/item/storage/box/lightstick,
/turf/open/auto_turf/snow/layer0,
/area/ice_colony/exterior/surface/valley/south/excavation)
-"aBJ" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/snow/layer0,
-/area/ice_colony/exterior/surface/valley/south/excavation)
"aBK" = (
/obj/structure/machinery/power/port_gen/pacman,
/turf/open/floor/darkyellow2/northwest,
@@ -8002,10 +7874,6 @@
"aCs" = (
/turf/open/floor/darkbrown2/west,
/area/ice_colony/surface/garage/two)
-"aCt" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/garage/two)
"aCu" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/dark2,
@@ -8147,7 +8015,6 @@
/area/ice_colony/surface/garage/one)
"aCS" = (
/obj/vehicle/train/cargo/trolley,
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green{
dir = 9
},
@@ -8167,7 +8034,6 @@
dir = 4;
pixel_x = -24
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkblue2/west,
/area/ice_colony/surface/command/control/office)
"aDa" = (
@@ -8185,17 +8051,6 @@
/obj/structure/pipes/standard/simple/hidden/green,
/turf/open/floor/dark2,
/area/ice_colony/surface/command/control/office)
-"aDc" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted,
-/obj/structure/surface/table/reinforced,
-/obj/item/clipboard,
-/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/command/control/office)
"aDd" = (
/obj/structure/machinery/power/apc{
dir = 4;
@@ -8337,7 +8192,6 @@
/area/ice_colony/surface/hydroponics/south)
"aDy" = (
/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
/turf/open/floor/darkblue2/southwest,
/area/ice_colony/surface/command/control/office)
"aDz" = (
@@ -9127,11 +8981,6 @@
},
/turf/open/floor/vault2/west,
/area/ice_colony/surface/storage_unit/power)
-"aGe" = (
-/obj/structure/largecrate/random,
-/obj/effect/landmark/good_item,
-/turf/open/floor/vault2/west,
-/area/ice_colony/surface/storage_unit/power)
"aGf" = (
/turf/closed/ice/end{
dir = 1
@@ -9357,7 +9206,6 @@
/area/ice_colony/exterior/surface/clearing/pass)
"aHb" = (
/obj/structure/largecrate/random,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/light/small{
dir = 8
},
@@ -9391,7 +9239,6 @@
},
/obj/item/spacecash/c1000,
/obj/item/spacecash/c500,
-/obj/effect/landmark/good_item,
/turf/open/floor/wood,
/area/ice_colony/surface/command/crisis)
"aHh" = (
@@ -9478,7 +9325,6 @@
/area/ice_colony/surface/command/control/pv1)
"aHt" = (
/obj/structure/closet/secure_closet/personal,
-/obj/effect/landmark/good_item,
/turf/open/floor/wood,
/area/ice_colony/surface/command/control/pv2)
"aHu" = (
@@ -9584,10 +9430,6 @@
/obj/item/storage/toolbox/emergency,
/turf/open/floor/vault2/west,
/area/ice_colony/surface/storage_unit/power)
-"aHQ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/vault2/west,
-/area/ice_colony/surface/storage_unit/power)
"aHS" = (
/obj/structure/ice/thin/straight,
/turf/open/ice,
@@ -9929,10 +9771,6 @@
"aJf" = (
/turf/closed/wall/r_wall,
/area/ice_colony/exterior/surface/valley/southeast)
-"aJg" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/ice,
-/area/ice_colony/exterior/surface/valley/southeast)
"aJh" = (
/obj/structure/machinery/light/small{
dir = 1
@@ -9953,15 +9791,10 @@
},
/turf/open/floor/vault2/west,
/area/ice_colony/surface/storage_unit/telecomms)
-"aJk" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/ice,
-/area/ice_colony/exterior/surface/valley/southeast)
"aJl" = (
/turf/closed/wall/r_wall/unmeltable,
/area/ice_colony/surface/hangar/checkpoint)
"aJm" = (
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/power/apc{
dir = 1;
pixel_y = 24;
@@ -10029,7 +9862,6 @@
/area/ice_colony/surface/storage_unit/telecomms)
"aJF" = (
/obj/effect/spawner/random/toolbox,
-/obj/effect/landmark/crap_item,
/turf/open/floor/vault2/west,
/area/ice_colony/surface/storage_unit/telecomms)
"aJG" = (
@@ -10123,10 +9955,6 @@
"aKj" = (
/turf/open/floor/dark2,
/area/ice_colony/surface/hangar/checkpoint)
-"aKk" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/ice,
-/area/ice_colony/exterior/surface/valley/west)
"aKl" = (
/obj/structure/ice/thin/end,
/turf/open/ice,
@@ -10249,10 +10077,6 @@
"aKR" = (
/turf/open/floor/vault2/west,
/area/ice_colony/surface/storage_unit/research)
-"aKS" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/vault2/west,
-/area/ice_colony/surface/storage_unit/research)
"aKT" = (
/obj/structure/ice/thin/corner{
dir = 4
@@ -10532,7 +10356,6 @@
/area/ice_colony/surface/bar/bar)
"aMb" = (
/obj/structure/surface/table/gamblingtable,
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
},
@@ -10804,7 +10627,6 @@
/area/ice_colony/exterior/surface/cliff)
"aMZ" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/alarm{
dir = 4;
pixel_x = -24
@@ -10896,7 +10718,6 @@
/area/ice_colony/surface/bar/canteen)
"aNt" = (
/obj/structure/surface/table/reinforced,
-/obj/effect/landmark/crap_item,
/obj/structure/pipes/standard/simple/hidden/green,
/obj/item/tool/kitchen/utensil/knife,
/turf/open/floor/freezerfloor,
@@ -10927,7 +10748,6 @@
/turf/open/floor/freezerfloor,
/area/ice_colony/surface/bar/canteen)
"aNx" = (
-/obj/effect/landmark/crap_item,
/obj/item/stack/sheet/metal,
/turf/open/floor/freezerfloor,
/area/ice_colony/surface/bar/canteen)
@@ -11044,7 +10864,6 @@
/area/ice_colony/surface/bar/bar)
"aOe" = (
/obj/structure/surface/table/gamblingtable,
-/obj/effect/landmark/good_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/wood,
/area/ice_colony/surface/bar/bar)
@@ -12178,7 +11997,6 @@
"aSx" = (
/obj/structure/surface/table,
/obj/item/clothing/gloves/black,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkyellow2/northwest,
/area/ice_colony/surface/research/temporary)
@@ -12191,7 +12009,6 @@
"aSz" = (
/obj/structure/surface/table,
/obj/item/device/reagent_scanner,
-/obj/effect/landmark/good_item,
/obj/structure/machinery/light{
dir = 1
},
@@ -12203,7 +12020,6 @@
dir = 4
},
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkblue2/east,
/area/ice_colony/surface/command/control/office)
"aSB" = (
@@ -12724,7 +12540,6 @@
/area/ice_colony/surface/research/temporary)
"aUT" = (
/obj/structure/closet/emcloset,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/north,
/area/ice_colony/surface/research/temporary)
"aUU" = (
@@ -13086,7 +12901,6 @@
/obj/structure/surface/table,
/obj/effect/spawner/random/powercell,
/obj/effect/spawner/random/bomb_supply,
-/obj/effect/landmark/crap_item,
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -13226,7 +13040,6 @@
/area/ice_colony/surface/research/tech_storage)
"aWV" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/good_item,
/turf/open/floor/darkyellow2,
/area/ice_colony/surface/research/tech_storage)
"aWW" = (
@@ -13500,10 +13313,6 @@
},
/turf/open/ice,
/area/ice_colony/exterior/surface/landing_pad_external)
-"aYb" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating,
-/area/ice_colony/exterior/surface/landing_pad)
"aYc" = (
/turf/closed/ice,
/area/ice_colony/exterior/surface/landing_pad_external)
@@ -13634,10 +13443,6 @@
"aYC" = (
/turf/open/floor/plating/icefloor,
/area/ice_colony/exterior/surface/landing_pad)
-"aYD" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/exterior/surface/landing_pad)
"aYE" = (
/turf/open/floor/plating/icefloor/warnplate/southwest,
/area/ice_colony/exterior/surface/landing_pad)
@@ -13784,10 +13589,6 @@
/obj/structure/ice/thin/junction,
/turf/open/ice,
/area/ice_colony/exterior/surface/landing_pad_external)
-"aZs" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/exterior/surface/container_yard)
"aZt" = (
/obj/item/lightstick/red/planted,
/turf/open/floor/plating/icefloor,
@@ -14362,10 +14163,6 @@
},
/turf/open/floor/plating/icefloor,
/area/ice_colony/underground/hangar)
-"bcz" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/underground/hangar)
"bcA" = (
/obj/structure/machinery/landinglight/ds2/delaytwo{
dir = 8
@@ -14462,7 +14259,6 @@
/area/ice_colony/surface/excavation)
"bcS" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkbrown2/north,
/area/ice_colony/surface/excavation)
"bcT" = (
@@ -14479,7 +14275,6 @@
"bcV" = (
/obj/structure/surface/rack,
/obj/item/device/analyzer,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkbrown2/north,
/area/ice_colony/surface/excavation)
"bcW" = (
@@ -14515,13 +14310,6 @@
"bdg" = (
/turf/closed/wall/r_wall,
/area/ice_colony/underground/requesition)
-"bdh" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/structure/machinery/landinglight/ds2/delaythree{
- dir = 4
- },
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/underground/hangar)
"bdi" = (
/obj/structure/inflatable,
/turf/open/floor/plating/icefloor/warnplate/west,
@@ -14776,13 +14564,6 @@
},
/turf/open/floor/dark2,
/area/ice_colony/surface/excavation)
-"bei" = (
-/obj/structure/pipes/standard/simple/hidden/green{
- dir = 4
- },
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/dark2,
-/area/ice_colony/surface/excavation)
"bej" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -15055,7 +14836,6 @@
/area/ice_colony/surface/excavation)
"bfx" = (
/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
/turf/open/floor/darkblue2,
/area/ice_colony/surface/excavation)
"bfy" = (
@@ -15105,7 +14885,6 @@
/obj/structure/surface/rack,
/obj/item/tool/shovel/snow,
/obj/item/tool/shovel/snow,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkbrown2/southwest,
/area/ice_colony/surface/excavation)
"bfI" = (
@@ -15172,10 +14951,6 @@
/obj/vehicle/train/cargo/engine,
/turf/open/floor/dark2,
/area/ice_colony/underground/requesition)
-"bfX" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/requesition)
"bfY" = (
/obj/structure/inflatable,
/turf/open/floor/plating/icefloor/warnplate,
@@ -15763,10 +15538,6 @@
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/open/floor/plating/icefloor,
/area/ice_colony/underground/hangar)
-"biN" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating/icefloor,
-/area/ice_colony/underground/hangar)
"biO" = (
/obj/structure/surface/table/reinforced,
/obj/effect/spawner/random/powercell,
@@ -16590,10 +16361,6 @@
},
/turf/open/floor/darkbrown2/west,
/area/ice_colony/underground/hallway/north_west)
-"bmo" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/hallway/north_west)
"bmp" = (
/obj/structure/pipes/vents/pump{
dir = 8
@@ -16871,7 +16638,6 @@
/obj/structure/surface/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/storage/toolbox/mechanical,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/west,
/area/ice_colony/underground/engineering/locker)
"bnD" = (
@@ -16978,10 +16744,6 @@
"bnW" = (
/turf/open/ice,
/area/ice_colony/underground/maintenance/research)
-"bnX" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/darkbrown2/west,
-/area/ice_colony/underground/hallway/north_west)
"bnY" = (
/obj/structure/closet/wardrobe/chaplain_black,
/turf/open/floor/wood,
@@ -17031,10 +16793,6 @@
},
/turf/open/floor/dark2,
/area/ice_colony/underground/crew/morgue)
-"boh" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/hallway/north_west)
"boi" = (
/obj/structure/machinery/light{
dir = 1
@@ -17101,7 +16859,6 @@
/area/ice_colony/underground/maintenance/north)
"bot" = (
/obj/structure/closet/radiation,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkyellow2/southwest,
/area/ice_colony/underground/engineering/locker)
"bou" = (
@@ -17190,7 +16947,6 @@
/turf/open/floor/darkyellow2/west,
/area/ice_colony/underground/engineering)
"boP" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/landmark/queen_spawn,
/turf/open/floor/dark2,
/area/ice_colony/underground/engineering)
@@ -17319,10 +17075,6 @@
/obj/structure/pipes/vents/pump,
/turf/open/floor/dark2,
/area/ice_colony/underground/hallway/south_east)
-"bpw" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/hallway/south_east)
"bpx" = (
/obj/structure/pipes/vents/pump,
/turf/open/floor/dark2,
@@ -18861,10 +18613,6 @@
},
/turf/open/floor/darkgreen2/west,
/area/ice_colony/underground/medical/lobby)
-"bve" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/medical/lobby)
"bvf" = (
/obj/structure/surface/table/reinforced,
/obj/structure/window/reinforced{
@@ -20063,7 +19811,6 @@
/area/ice_colony/underground/command/center)
"bzK" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkblue2/northeast,
/area/ice_colony/underground/command/center)
"bzL" = (
@@ -20704,17 +20451,6 @@
/obj/structure/filingcabinet,
/turf/open/floor/darkred2,
/area/ice_colony/surface/hangar/checkpoint)
-"bBT" = (
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted,
-/obj/structure/surface/table/reinforced,
-/obj/item/clipboard,
-/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark2,
-/area/ice_colony/underground/command/center)
"bBU" = (
/obj/structure/surface/table/reinforced,
/turf/open/floor/darkgreen2/west,
@@ -20964,7 +20700,6 @@
/area/ice_colony/underground/command/center)
"bDd" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/darkblue2,
/area/ice_colony/underground/command/center)
"bDe" = (
@@ -24488,13 +24223,6 @@
},
/turf/open/floor/plating/warnplate/north,
/area/ice_colony/underground/crew/disposals)
-"bQm" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/warnplate/north,
-/area/ice_colony/underground/crew/disposals)
"bQn" = (
/obj/item/evidencebag,
/obj/item/trash/popcorn,
@@ -24663,10 +24391,6 @@
/obj/structure/machinery/light/small,
/turf/open/floor/plating,
/area/ice_colony/underground/crew/disposals)
-"bQU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/ice_colony/underground/crew/disposals)
"bQV" = (
/obj/item/evidencebag,
/obj/item/trash/pistachios,
@@ -26232,7 +25956,6 @@
"bWs" = (
/obj/structure/surface/table,
/obj/item/device/flashlight/flare,
-/obj/effect/landmark/crap_item,
/turf/open/ice,
/area/ice_colony/exterior/underground/caves/open)
"bWt" = (
@@ -26383,19 +26106,11 @@
},
/turf/open/ice,
/area/ice_colony/exterior/underground/caves/dig)
-"bWT" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/icefloor/shuttle_floor6,
-/area/ice_colony/exterior/underground/caves/dig)
"bWU" = (
/obj/structure/xenoautopsy/tank/broken,
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/icefloor/shuttle_floor6,
/area/ice_colony/exterior/underground/caves/dig)
-"bWV" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/icefloor/shuttle_floor7,
-/area/ice_colony/exterior/underground/caves/dig)
"bWW" = (
/obj/item/tool/screwdriver,
/obj/item/device/multitool,
@@ -26485,10 +26200,6 @@
/obj/item/device/flashlight/flare,
/turf/open/floor/icefloor/shuttle_floor7,
/area/ice_colony/exterior/underground/caves/dig)
-"bXl" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/icefloor/shuttle_floor7,
-/area/ice_colony/exterior/underground/caves/dig)
"bXm" = (
/obj/structure/shuttle/window{
color = "gray";
@@ -36597,7 +36308,7 @@ abE
acH
abD
ach
-adK
+afb
adV
abD
ach
@@ -37524,7 +37235,7 @@ alJ
alJ
apR
alJ
-aKk
+alJ
alJ
aaQ
aaC
@@ -38342,7 +38053,7 @@ ahp
ahp
ahp
alJ
-anK
+alJ
alJ
alJ
alJ
@@ -39010,7 +38721,7 @@ blg
bmn
blg
blg
-bnX
+blg
blg
blg
bmn
@@ -39571,7 +39282,7 @@ bkr
bkr
blu
bkr
-bmo
+bkr
bkr
bkr
bkr
@@ -39722,7 +39433,7 @@ ahp
alJ
alJ
alJ
-anK
+alJ
alJ
alJ
alJ
@@ -41278,7 +40989,7 @@ bsi
bsU
bsi
bsi
-bve
+bsi
bsi
bsi
bsi
@@ -41744,7 +41455,7 @@ ahA
ahA
ahp
ahp
-arA
+ahp
ahp
ahp
ahp
@@ -42368,7 +42079,7 @@ aZF
bdg
bde
bdL
-bfX
+bdL
bgi
bdg
bgH
@@ -43571,7 +43282,7 @@ bNU
bOE
bPc
bPL
-bQm
+bQp
bQS
bNt
bml
@@ -44136,7 +43847,7 @@ bOF
bPd
bPM
bQo
-bQU
+bQS
bNt
aZF
bmQ
@@ -44337,7 +44048,7 @@ baK
baO
bcc
bcx
-bdh
+baK
bdS
beC
bcx
@@ -44700,7 +44411,7 @@ bOH
bPd
bPM
bQp
-bQU
+bQS
bNt
bRJ
bPg
@@ -47156,7 +46867,7 @@ aZW
aZW
aZW
aZW
-bcz
+aZW
aZW
aZW
aZW
@@ -47173,7 +46884,7 @@ bhG
bht
aZW
aZW
-biN
+aZW
aZW
aZW
aZW
@@ -47188,7 +46899,7 @@ bkr
bkr
bkr
bkr
-boh
+bkr
bkr
bkr
bkr
@@ -47601,7 +47312,7 @@ abL
abL
abL
abL
-adB
+aax
aax
aax
aax
@@ -48060,7 +47771,7 @@ bzJ
bAg
bAJ
bBs
-bBT
+bXS
bAg
bDg
bDH
@@ -49876,7 +49587,7 @@ abL
abL
abL
abL
-ahl
+abL
aax
aax
aax
@@ -51061,7 +50772,7 @@ aJM
asi
aKf
aKo
-aKS
+aKR
aKR
aKR
aKR
@@ -52231,7 +51942,7 @@ bai
ayC
ayC
ayl
-azG
+ayl
ayl
ayl
ayC
@@ -55087,7 +54798,7 @@ bkH
bos
boJ
bpc
-bpw
+bpu
bPo
bqx
bri
@@ -55205,7 +54916,7 @@ aae
abt
aaE
aaE
-acu
+aaE
aaE
aaE
aaD
@@ -56234,7 +55945,7 @@ bpu
bpu
brW
bpu
-bpw
+bpu
bpu
buW
bpu
@@ -56265,7 +55976,7 @@ bpu
brW
bpu
bpu
-bpw
+bpu
bpu
bpu
bpu
@@ -56657,7 +56368,7 @@ arQ
arQ
asu
arE
-atm
+asu
arQ
arQ
arF
@@ -58089,7 +57800,7 @@ aBc
aBw
aCc
aCE
-aDc
+aDa
aDz
aEh
aEI
@@ -58597,7 +58308,7 @@ aaE
aaE
aaE
aaE
-acu
+aaE
aaE
aaE
aaE
@@ -59284,7 +58995,7 @@ ayC
bci
bcN
bcL
-bei
+beh
bcL
bcL
bfE
@@ -60321,7 +60032,7 @@ apZ
arF
arQ
arQ
-asx
+asu
arE
atp
arQ
@@ -60334,7 +60045,7 @@ arQ
arQ
awT
axn
-axR
+axQ
ayz
azh
azB
@@ -60875,7 +60586,7 @@ anq
alc
alc
alc
-api
+alc
alc
alc
alc
@@ -62875,7 +62586,7 @@ ahj
ahj
ahj
ahj
-aln
+ahj
ahj
aie
ahj
@@ -62932,7 +62643,7 @@ aVV
aVV
aVV
aVV
-aZs
+aVV
aZy
aui
aui
@@ -64839,7 +64550,7 @@ aiW
ahj
ahj
ahj
-aln
+ahj
ahj
ahj
ahj
@@ -66337,7 +66048,7 @@ aaU
bbZ
bdB
aaC
-azP
+azz
azz
azz
azz
@@ -66349,7 +66060,7 @@ azz
bbI
azz
azz
-azP
+azz
bbW
bcp
aaQ
@@ -68800,7 +68511,7 @@ abL
azD
azX
aAR
-aBq
+aBn
aBQ
aAR
aBn
@@ -70572,7 +70283,7 @@ aaQ
aBp
azz
azz
-aBJ
+azz
azz
azz
azz
@@ -71125,7 +70836,7 @@ aac
aad
aaU
azt
-azP
+azz
azz
azt
azz
@@ -71292,7 +71003,7 @@ aed
afY
afo
ake
-ahe
+ake
ahL
air
aeK
@@ -71388,7 +71099,7 @@ aPH
aXn
aXO
aYk
-aYD
+aYC
aYC
aZb
aYC
@@ -72750,7 +72461,7 @@ aAe
aAW
aAW
aBV
-aCt
+aAW
aAW
aBV
aEb
@@ -73381,7 +73092,7 @@ acm
aac
aae
aaS
-aAk
+aAz
azz
azz
azz
@@ -73663,14 +73374,14 @@ acm
aac
aae
aaQ
-aAm
+aAz
azz
azz
bcZ
bcZ
bcZ
azz
-azP
+azz
azz
azz
azz
@@ -74128,7 +73839,7 @@ aib
agP
aob
aoz
-apc
+aoV
apk
aou
atF
@@ -74241,7 +73952,7 @@ bbL
aaQ
azz
azz
-aAk
+aAz
aaS
acm
aab
@@ -74429,7 +74140,7 @@ asA
abL
abL
abL
-ahl
+abL
abL
aax
aax
@@ -74509,7 +74220,7 @@ acm
aae
aaC
aaQ
-aAk
+aAz
azz
azz
azz
@@ -75529,7 +75240,7 @@ aax
aax
abL
hrN
-ahl
+abL
abL
hrN
aax
@@ -75752,14 +75463,14 @@ bWB
bWB
bWN
bWB
-bWT
+bWB
bWB
bWL
bWJ
bWJ
bWL
bWB
-bWT
+bWB
bWB
bXu
bWB
@@ -75903,7 +75614,7 @@ aYq
aYC
aYC
aYC
-aYD
+aYC
aYC
aYC
aYC
@@ -76997,7 +76708,7 @@ awL
awL
awL
awL
-aJg
+awL
aky
aky
aky
@@ -77500,7 +77211,7 @@ agN
ahW
aiB
aiZ
-ajB
+aiB
ajY
amw
agN
@@ -78353,7 +78064,7 @@ akK
alh
alU
alU
-amu
+alU
amX
anA
als
@@ -79525,7 +79236,7 @@ hDM
aky
amm
aFE
-aGe
+aIm
aGH
aGH
aGH
@@ -79811,7 +79522,7 @@ aFE
aGI
aHd
aGH
-aHQ
+aGH
aFE
aFE
amm
@@ -80417,7 +80128,7 @@ aUP
aZg
aYC
aYC
-aYD
+aYC
aYC
aYC
aZQ
@@ -81960,7 +81671,7 @@ bWJ
bWJ
bWJ
bWJ
-bXl
+bWJ
bWJ
bWJ
bWJ
@@ -82102,7 +81813,7 @@ aVF
aWp
aWp
aWp
-aYb
+aWp
aWp
aWp
aWp
@@ -83084,14 +82795,14 @@ bmU
bmU
bmU
bVW
-bWV
+bWJ
bWJ
bXc
bWJ
bWJ
bWJ
bWJ
-bWV
+bWJ
bVW
bmU
bmU
@@ -83482,7 +83193,7 @@ awL
awL
awL
awL
-aJk
+awL
awL
aky
aky
@@ -83803,7 +83514,7 @@ aWp
aWp
aWp
aWp
-aYb
+aWp
aWp
aWp
aWp
@@ -83932,10 +83643,10 @@ bmU
bmU
bVW
bVW
-bWV
+bWJ
bXc
bXc
-bWV
+bWJ
bVW
bVW
bmU
@@ -85127,7 +84838,7 @@ anH
aoh
aoP
anc
-apq
+anc
alE
aiX
abL
@@ -86019,7 +85730,7 @@ aaQ
aBb
awL
awL
-aJg
+awL
awL
awL
awL
diff --git a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm
index c359e4ae0a0e..44eeac62ecc9 100644
--- a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm
+++ b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm
@@ -458,20 +458,12 @@
},
/turf/open/auto_turf/ice/layer1,
/area/shiva/interior/caves/cp_camp)
-"abE" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/ice/layer1,
-/area/shiva/interior/caves/right_spiders)
"abF" = (
/turf/closed/shuttle/elevator,
/area/shiva/interior/colony/research_hab)
"abG" = (
/turf/open/shuttle/elevator,
/area/shiva/interior/colony/research_hab)
-"abH" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/ice/layer1,
-/area/shiva/interior/caves/cp_camp)
"abJ" = (
/turf/open/shuttle/elevator/grating,
/area/shiva/interior/colony/research_hab)
@@ -608,10 +600,6 @@
},
/turf/open/auto_turf/ice/layer1,
/area/shiva/interior/warehouse/caves)
-"acm" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer3,
-/area/shiva/exterior/cp_lz2)
"acn" = (
/obj/structure/platform/shiva/catwalk{
dir = 8
@@ -806,7 +794,6 @@
"adS" = (
/obj/structure/surface/table,
/obj/item/clothing/gloves/black,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/shiva/yellow/northwest,
/area/shiva/interior/colony/research_hab)
@@ -819,7 +806,6 @@
"adV" = (
/obj/structure/surface/table,
/obj/item/device/reagent_scanner,
-/obj/effect/landmark/good_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/shiva/yellow/north,
/area/shiva/interior/colony/research_hab)
@@ -944,7 +930,6 @@
/area/shiva/interior/colony/research_hab)
"aez" = (
/obj/structure/closet/emcloset,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/north,
/area/shiva/interior/colony/research_hab)
"aeA" = (
@@ -1076,7 +1061,6 @@
/obj/structure/surface/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/storage/toolbox/mechanical,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/medseceng)
"afw" = (
@@ -1099,10 +1083,6 @@
/obj/structure/flora/tree/dead/tree_1,
/turf/open/auto_turf/snow/layer2,
/area/shiva/exterior/cp_colony_grounds)
-"afC" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer2,
-/area/shiva/exterior/cp_lz2)
"afD" = (
/obj/item/device/flashlight/lamp/tripod,
/turf/open/auto_turf/snow/layer3,
@@ -1202,7 +1182,6 @@
/area/shiva/interior/colony/central)
"age" = (
/obj/structure/closet/radiation,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/medseceng)
"agg" = (
@@ -1324,7 +1303,6 @@
/obj/structure/surface/table,
/obj/effect/spawner/random/powercell,
/obj/effect/spawner/random/bomb_supply,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/alarm{
dir = 4;
pixel_x = -24
@@ -1437,7 +1415,6 @@
/area/shiva/interior/colony/research_hab)
"ahT" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/yellow,
/area/shiva/interior/colony/research_hab)
"ahU" = (
@@ -1526,12 +1503,6 @@
},
/turf/open/floor/plating,
/area/shiva/interior/colony/medseceng)
-"aiv" = (
-/obj/structure/surface/rack,
-/obj/item/cell/high/empty,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/yellowfull/west,
-/area/shiva/interior/colony/medseceng)
"aix" = (
/obj/structure/surface/rack,
/obj/item/stack/sheet/wood/medium_stack,
@@ -1773,7 +1744,6 @@
"ajY" = (
/obj/structure/surface/table/reinforced/prison,
/obj/effect/spawner/random/bomb_supply,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/southeast,
/area/shiva/interior/colony/medseceng)
"aka" = (
@@ -1815,14 +1785,12 @@
/area/shiva/interior/colony/medseceng)
"aks" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/shiva/interior/colony/medseceng)
"akt" = (
/obj/structure/surface/table,
/obj/item/stack/cable_coil/random,
/obj/item/stack/cable_coil/random,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/shiva/interior/colony/medseceng)
"akv" = (
@@ -1855,13 +1823,11 @@
pixel_x = 2;
pixel_y = 2
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/wredfull,
/area/shiva/interior/colony/medseceng)
"akI" = (
/obj/structure/surface/table,
/obj/item/device/flashlight,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/wredfull,
/area/shiva/interior/colony/medseceng)
"akL" = (
@@ -1948,17 +1914,11 @@
},
/turf/open/floor/plating,
/area/shiva/interior/colony/medseceng)
-"alt" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/wredfull,
-/area/shiva/interior/colony/medseceng)
"alx" = (
/obj/structure/surface/table,
/obj/item/stack/sheet/wood{
amount = 15
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/wredfull,
/area/shiva/interior/colony/medseceng)
"aly" = (
@@ -2070,10 +2030,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/plating,
/area/shiva/interior/colony/medseceng)
-"amk" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/shiva/wredfull,
-/area/shiva/interior/colony/medseceng)
"amn" = (
/obj/structure/surface/rack,
/obj/item/tool/crowbar,
@@ -2864,10 +2820,6 @@
},
/turf/open/floor/wood,
/area/shiva/interior/bar)
-"asy" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer0,
-/area/shiva/exterior/cp_colony_grounds)
"asz" = (
/turf/closed/wall/shiva/prefabricated/orange,
/area/shiva/interior/colony/research_hab)
@@ -2916,7 +2868,6 @@
/area/shiva/interior/valley_huts/disposals)
"asL" = (
/obj/item/trash/syndi_cakes,
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating,
/area/shiva/interior/valley_huts/disposals)
"asO" = (
@@ -3013,7 +2964,6 @@
/turf/open/floor/plating/warnplate,
/area/shiva/interior/valley_huts/disposals)
"atD" = (
-/obj/effect/landmark/crap_item,
/turf/open/floor/plating/warnplate,
/area/shiva/interior/valley_huts/disposals)
"atF" = (
@@ -3119,7 +3069,6 @@
/area/shiva/interior/colony/medseceng)
"auM" = (
/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/botany)
"auS" = (
@@ -3370,7 +3319,6 @@
/area/shiva/interior/garage)
"axQ" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/northwest,
/area/shiva/interior/garage)
"axR" = (
@@ -3385,7 +3333,6 @@
"axS" = (
/obj/structure/surface/table,
/obj/item/storage/box/lightstick/red,
-/obj/effect/landmark/good_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/darkbrown2/southwest,
/area/shiva/interior/valley_huts/disposals)
@@ -3544,23 +3491,16 @@
"azg" = (
/obj/structure/surface/table,
/obj/item/storage/box/lightstick/red,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/garage)
"azk" = (
/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/yellow/west,
/area/shiva/interior/garage)
"azm" = (
/obj/vehicle/train/cargo/trolley,
/turf/open/floor/shiva,
/area/shiva/interior/colony/research_hab)
-"azo" = (
-/obj/vehicle/train/cargo/trolley,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/north,
-/area/shiva/interior/garage)
"azp" = (
/obj/vehicle/train/cargo/engine,
/obj/effect/decal/warning_stripes{
@@ -3915,11 +3855,6 @@
},
/turf/open/floor/shiva/floor3,
/area/shiva/interior/valley_huts/no2)
-"aDq" = (
-/obj/structure/largecrate/random,
-/obj/effect/landmark/good_item,
-/turf/open/floor/shiva/floor3,
-/area/shiva/interior/valley_huts/no2)
"aDu" = (
/turf/open/floor/interior/plastic,
/area/shiva/interior/warehouse)
@@ -3945,7 +3880,6 @@
/area/shiva/interior/valley_huts/no2)
"aDF" = (
/obj/structure/largecrate/random,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/light/small{
dir = 8
},
@@ -4304,7 +4238,6 @@
/area/shiva/interior/valley_huts/no2)
"aJe" = (
/obj/effect/spawner/random/toolbox,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/floor3,
/area/shiva/interior/valley_huts)
"aJj" = (
@@ -4611,7 +4544,6 @@
},
/obj/item/spacecash/c1000,
/obj/item/spacecash/c500,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/redfull/west,
/area/shiva/interior/colony/s_admin)
"aNd" = (
@@ -4723,7 +4655,6 @@
/area/shiva/interior/caves/medseceng_caves)
"aOv" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/alarm{
dir = 4;
pixel_x = -24
@@ -5890,14 +5821,6 @@
},
/turf/open/floor/shiva/north,
/area/shiva/interior/lz2_habs)
-"bnm" = (
-/obj/structure/surface/rack,
-/obj/item/stack/sheet/mineral/phoron{
- amount = 50
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/north,
-/area/shiva/interior/colony/medseceng)
"bnD" = (
/obj/item/lightstick/planted,
/turf/open/auto_turf/snow/layer2,
@@ -6091,10 +6014,6 @@
},
/turf/open/floor/shiva/floor3,
/area/shiva/interior/aerodrome)
-"bzK" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer0,
-/area/shiva/exterior/lz1_valley)
"bzZ" = (
/obj/structure/surface/rack,
/obj/item/circuitboard/airalarm,
@@ -7021,12 +6940,6 @@
"cKR" = (
/turf/open/floor/plating,
/area/shiva/interior/caves/s_lz2)
-"cLi" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
-/turf/open/floor/shiva/north,
-/area/shiva/interior/colony/medseceng)
"cLq" = (
/obj/structure/largecrate/random/case/double,
/turf/open/floor/shiva/bluefull/west,
@@ -7709,7 +7622,6 @@
/obj/structure/surface/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/storage/toolbox/mechanical,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/central)
"dIF" = (
@@ -8005,10 +7917,6 @@
},
/turf/open/floor/plating,
/area/shiva/exterior/cp_colony_grounds)
-"eep" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/wredfull,
-/area/shiva/interior/colony/medseceng)
"eeD" = (
/obj/structure/platform_decoration/strata{
dir = 1
@@ -8319,7 +8227,6 @@
/area/shiva/exterior/cp_colony_grounds)
"eFm" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/item/paper/research_notes,
/obj/item/paper_bin,
/obj/structure/machinery/light/double,
@@ -8410,7 +8317,6 @@
/area/shiva/interior/colony/medseceng)
"eKY" = (
/obj/structure/closet/radiation,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/central)
"eMh" = (
@@ -9281,7 +9187,6 @@
/area/shiva/interior/colony/botany)
"fPD" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/northeast,
/area/shiva/interior/colony/medseceng)
"fQX" = (
@@ -9799,10 +9704,6 @@
/obj/item/clothing/under/colonist,
/turf/open/floor/wood,
/area/shiva/interior/colony/botany)
-"gyT" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/ice/layer1,
-/area/shiva/exterior/valley)
"gzb" = (
/obj/structure/flora/grass/tallgrass/ice/corner{
dir = 6
@@ -10245,10 +10146,6 @@
/obj/structure/closet/toolcloset,
/turf/open/auto_turf/snow/layer3,
/area/shiva/exterior/cp_s_research)
-"gZk" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/ice/layer1,
-/area/shiva/interior/caves/cp_camp)
"gZG" = (
/obj/structure/machinery/door/airlock/almayer/medical/colony{
dir = 2;
@@ -10651,10 +10548,6 @@
/obj/structure/machinery/door/airlock/multi_tile/almayer/generic,
/turf/open/floor/plating,
/area/shiva/interior/colony/research_hab)
-"hBn" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer2,
-/area/shiva/interior/caves/cp_camp)
"hBq" = (
/turf/open/auto_turf/snow/layer4,
/area/shiva/interior/caves/cp_camp)
@@ -11204,7 +11097,6 @@
/obj/item/cell/hyper/empty,
/obj/item/cell/hyper/empty,
/obj/effect/spawner/random/toolbox,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/obj/structure/machinery/light/double{
dir = 1;
@@ -11988,7 +11880,6 @@
/area/shiva/interior/aux_power)
"iXE" = (
/obj/structure/closet/secure_closet/personal,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/floor3,
/area/shiva/interior/colony/s_admin)
"iXG" = (
@@ -12033,10 +11924,6 @@
/obj/structure/largecrate/random/barrel/green,
/turf/open/auto_turf/ice/layer1,
/area/shiva/interior/warehouse/caves)
-"iZF" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/north,
-/area/shiva/interior/garage)
"iZX" = (
/obj/structure/machinery/power/apc{
dir = 4;
@@ -12867,7 +12754,6 @@
/obj/structure/surface/table/reinforced/prison,
/obj/item/clipboard,
/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/s_admin)
"kee" = (
@@ -12994,10 +12880,6 @@
},
/turf/open/auto_turf/ice/layer2,
/area/shiva/interior/caves/right_spiders)
-"klP" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/floor3,
-/area/shiva/interior/valley_huts)
"kmM" = (
/obj/structure/flora/bush/snow{
icon_state = "snowgrassall_1"
@@ -13525,7 +13407,6 @@
/area/shiva/interior/bar)
"kQi" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/n_admin)
"kQF" = (
@@ -13870,7 +13751,6 @@
/area/shiva/interior/colony/medseceng)
"lkP" = (
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"lkX" = (
@@ -15217,10 +15097,6 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/shiva,
/area/shiva/interior/aerodrome)
-"mPu" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/ice/layer1,
-/area/shiva/exterior/valley)
"mQl" = (
/obj/structure/machinery/landinglight/ds2/delaytwo{
dir = 8
@@ -16402,10 +16278,6 @@
/obj/structure/flora/tree/dead/tree_3,
/turf/open/auto_turf/snow/layer2,
/area/shiva/exterior/lz1_valley)
-"oqt" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/shiva/bluefull,
-/area/shiva/interior/colony/central)
"oqy" = (
/obj/effect/decal/warning_stripes{
icon_state = "S"
@@ -17204,7 +17076,6 @@
/area/shiva/interior/colony/research_hab)
"pvk" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/southeast,
/area/shiva/interior/colony/medseceng)
"pvv" = (
@@ -17398,7 +17269,6 @@
pixel_y = -5
},
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"pEs" = (
@@ -17790,12 +17660,6 @@
},
/turf/open/auto_turf/ice/layer1,
/area/shiva/exterior/cp_s_research)
-"pWw" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/colonist,
-/obj/effect/landmark/good_item,
-/turf/open/floor/wood,
-/area/shiva/interior/colony/botany)
"pXU" = (
/obj/item/lightstick/red/spoke/planted{
pixel_x = -16;
@@ -19141,13 +19005,6 @@
},
/turf/open/floor/shiva/multi_tiles/west,
/area/shiva/interior/colony/botany)
-"rRp" = (
-/obj/structure/surface/table/reinforced/prison,
-/obj/item/clipboard,
-/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/shiva/bluefull,
-/area/shiva/interior/colony/n_admin)
"rRO" = (
/obj/structure/machinery/light/double,
/obj/structure/closet/secure_closet/personal,
@@ -22019,7 +21876,6 @@
/obj/structure/surface/rack,
/obj/item/tool/extinguisher/mini,
/obj/item/circuitboard/airlock,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/north,
/area/shiva/interior/colony/medseceng)
"vhL" = (
@@ -22403,7 +22259,6 @@
/turf/open/floor/wood,
/area/shiva/interior/aerodrome)
"vIi" = (
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/power/apc{
dir = 4
},
@@ -22886,7 +22741,6 @@
pixel_x = 4;
pixel_y = 4
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/medseceng)
"wwl" = (
@@ -22904,10 +22758,6 @@
},
/turf/open/auto_turf/snow/layer1,
/area/shiva/interior/caves/cp_camp)
-"wwp" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/snow/layer3,
-/area/shiva/exterior/cp_colony_grounds)
"wwF" = (
/obj/structure/prop/invuln/minecart_tracks{
dir = 1
@@ -23195,7 +23045,6 @@
dir = 4;
pixel_x = -24
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"wTg" = (
@@ -23820,7 +23669,6 @@
/area/shiva/interior/caves/cp_camp)
"xMX" = (
/obj/effect/spawner/random/toolbox,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/floor3,
/area/shiva/interior/caves/cp_camp)
"xNe" = (
@@ -27602,7 +27450,7 @@ jmW
lqT
lqT
wMh
-abH
+wMh
wMh
oRH
oRH
@@ -29421,7 +29269,7 @@ kLM
kLM
kLM
iQq
-bzK
+iQq
iQq
iQq
kLM
@@ -31329,7 +31177,7 @@ afY
tlB
tTc
wMh
-gZk
+wMh
tlB
tlB
tlB
@@ -32298,7 +32146,7 @@ tlB
jCZ
pGj
tlB
-hBn
+oRH
oRH
tlB
pcY
@@ -35635,7 +35483,7 @@ pWf
pWf
kOV
kOV
-afC
+eni
eni
eni
eni
@@ -39183,7 +39031,7 @@ aEq
arN
kOV
eCr
-acm
+kOV
kOV
kOV
aEu
@@ -41951,7 +41799,7 @@ jqY
jqY
jqY
jqY
-oqt
+jqY
jqY
jqY
jqY
@@ -43279,7 +43127,7 @@ stN
tFk
fiK
fiK
-pWw
+pNy
rBH
xde
fiK
@@ -43590,7 +43438,7 @@ qfe
xvf
xvf
wMq
-rRp
+tWE
wag
wag
tKd
@@ -45553,7 +45401,7 @@ sYu
sYu
sYu
sYu
-asy
+sYu
sYu
sYu
sYu
@@ -47351,7 +47199,7 @@ ver
oTh
azI
ver
-iZF
+ver
azI
ver
ver
@@ -47834,7 +47682,7 @@ ecZ
ktd
axK
ver
-azo
+oTh
azI
ver
ver
@@ -51063,7 +50911,7 @@ lwo
afD
pCH
arX
-wwp
+arX
arX
lwo
lwo
@@ -51516,7 +51364,7 @@ uXQ
acT
xCj
kFd
-bnm
+med
acT
acT
acT
@@ -51996,7 +51844,7 @@ acT
umm
agh
cTo
-cLi
+cTo
agh
uXQ
aek
@@ -52551,7 +52399,7 @@ mIL
mIL
mIL
mIL
-mPu
+mIL
fQX
jAL
jAL
@@ -52814,7 +52662,7 @@ acT
ahl
ahE
ahW
-aiv
+ahE
aiL
aiT
aDn
@@ -53999,7 +53847,7 @@ cKL
fQX
iMb
fIT
-aDq
+tPz
wRa
wRa
wRa
@@ -54981,7 +54829,7 @@ fQX
iMb
pQE
pQE
-klP
+qVq
vkZ
pQE
pQE
@@ -56276,7 +56124,7 @@ mIL
mIL
mIL
mIL
-gyT
+mIL
mIL
iMb
iMb
@@ -57199,9 +57047,9 @@ ajO
ajO
aks
akH
-alt
+yfE
+amP
amP
-amk
acT
nSO
mib
@@ -57502,7 +57350,7 @@ aDn
acT
acT
bhS
-eep
+amP
amU
acT
afp
@@ -57733,7 +57581,7 @@ puZ
kng
gkv
dxS
-abE
+gkv
gkv
gkv
gkv
diff --git a/maps/map_files/Ice_Colony_v3/sprinkles/33.labs-entrance.dmm b/maps/map_files/Ice_Colony_v3/sprinkles/33.labs-entrance.dmm
index 399903bd1ed0..0c1baac7c8b3 100644
--- a/maps/map_files/Ice_Colony_v3/sprinkles/33.labs-entrance.dmm
+++ b/maps/map_files/Ice_Colony_v3/sprinkles/33.labs-entrance.dmm
@@ -350,7 +350,6 @@
/area/shiva/interior/colony/research_hab)
"Ra" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/alarm{
dir = 4;
pixel_x = -24
diff --git a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm
index 30848fc8f513..f1bbbf5ac451 100644
--- a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm
+++ b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm
@@ -23,7 +23,6 @@
dir = 4;
pixel_x = -24
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"bi" = (
@@ -795,7 +794,6 @@
/area/shiva/interior/colony/s_admin)
"Cd" = (
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"Cu" = (
@@ -806,7 +804,6 @@
/obj/structure/surface/table/reinforced/prison,
/obj/item/clipboard,
/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/s_admin)
"Cx" = (
@@ -1091,7 +1088,6 @@
},
/obj/item/spacecash/c1000,
/obj/item/spacecash/c500,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/redfull/west,
/area/shiva/interior/colony/s_admin)
"Nq" = (
@@ -1147,7 +1143,6 @@
/obj/structure/surface/table/reinforced/prison,
/obj/item/clipboard,
/obj/item/tool/stamp,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/north,
/area/shiva/interior/colony/s_admin)
"PV" = (
@@ -1330,7 +1325,6 @@
pixel_y = -5
},
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/bluefull,
/area/shiva/interior/colony/s_admin)
"VE" = (
@@ -1342,7 +1336,6 @@
"VX" = (
/obj/structure/closet/secure_closet/personal,
/obj/effect/landmark/objective_landmark/medium,
-/obj/effect/landmark/good_item,
/turf/open/floor/shiva/floor3,
/area/shiva/interior/colony/s_admin)
"Wj" = (
diff --git a/maps/map_files/Kutjevo/Kutjevo.dmm b/maps/map_files/Kutjevo/Kutjevo.dmm
index ab9ccc4c399e..a13b1d9c6ba9 100644
--- a/maps/map_files/Kutjevo/Kutjevo.dmm
+++ b/maps/map_files/Kutjevo/Kutjevo.dmm
@@ -1263,10 +1263,6 @@
},
/turf/open/auto_turf/sand/layer1,
/area/kutjevo/exterior/runoff_dunes)
-"bTa" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/sand/layer1,
-/area/kutjevo/exterior/scrubland)
"bTt" = (
/obj/structure/bed/chair{
dir = 4
@@ -4011,10 +4007,6 @@
/obj/effect/landmark/objective_landmark/medium,
/turf/open/floor/kutjevo/tan/grey_edge/north,
/area/kutjevo/interior/complex/Northwest_Dorms)
-"fAE" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/almayer/research/containment/floor2,
-/area/kutjevo/exterior/complex_border/botany_medical_cave)
"fAF" = (
/obj/structure/blocker/invisible_wall,
/turf/open/gm/river/desert/shallow_edge/north,
@@ -6724,10 +6716,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/auto_turf/sand/layer1,
/area/kutjevo/interior/colony_N_East)
-"jRd" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/sand/layer1,
-/area/kutjevo/interior/colony_north)
"jSi" = (
/obj/structure/machinery/power/smes/buildable{
capacity = 1e+006;
@@ -6958,10 +6946,6 @@
},
/turf/open/floor/almayer/research/containment/floor2,
/area/kutjevo/interior/complex/med/locks)
-"kns" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/sand/layer1,
-/area/kutjevo/exterior/stonyfields)
"knP" = (
/obj/structure/platform_decoration/kutjevo,
/turf/open/auto_turf/sand/layer0,
@@ -7730,10 +7714,6 @@
},
/turf/open/floor/kutjevo/colors/green/tile,
/area/kutjevo/interior/oob)
-"lsg" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/sand/layer0,
-/area/kutjevo/exterior/scrubland)
"lsy" = (
/obj/item/storage/belt/marine,
/turf/open/floor/kutjevo/multi_tiles/east,
@@ -8886,10 +8866,6 @@
/obj/effect/decal/cleanable/blood/oil,
/turf/open/floor/kutjevo/colors,
/area/kutjevo/interior/complex/botany)
-"mYG" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/sand/layer1,
-/area/kutjevo/interior/colony_north)
"mYM" = (
/obj/structure/window/framed/kutjevo/reinforced,
/turf/open/floor/plating/kutjevo,
@@ -10090,10 +10066,6 @@
/obj/item/storage/toolbox/electrical,
/turf/open/floor/kutjevo/colors/orange,
/area/kutjevo/interior/power)
-"oLs" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/sand/layer0,
-/area/kutjevo/exterior/scrubland)
"oMw" = (
/obj/effect/landmark/survivor_spawner,
/turf/open/floor/kutjevo/colors/orange,
@@ -11804,10 +11776,6 @@
/obj/effect/landmark/objective_landmark/close,
/turf/open/gm/dirtgrassborder2/north,
/area/kutjevo/exterior/complex_border/med_park)
-"rnM" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/sand/layer0,
-/area/kutjevo/exterior/stonyfields)
"rob" = (
/turf/open/auto_turf/sand/layer0,
/area/kutjevo/interior/construction)
@@ -13597,10 +13565,6 @@
"tUz" = (
/turf/open/gm/river/desert/shallow_edge/east,
/area/kutjevo/exterior/lz_river)
-"tVs" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/almayer/research/containment/floor2,
-/area/kutjevo/exterior/complex_border/botany_medical_cave)
"tWv" = (
/turf/open/gm/river,
/area/kutjevo/interior/power_pt2_electric_boogaloo)
@@ -14551,10 +14515,6 @@
},
/turf/open/auto_turf/sand/layer0,
/area/kutjevo/exterior/lz_dunes)
-"via" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/sand/layer1,
-/area/kutjevo/exterior/scrubland)
"vin" = (
/turf/open/floor/coagulation/icon2_0,
/area/kutjevo/exterior/lz_river)
@@ -24784,7 +24744,7 @@ bXl
fui
rsV
xYt
-via
+sYd
bEp
bXl
bEp
@@ -24951,7 +24911,7 @@ bEp
dsp
dJs
jvt
-bTa
+sYd
bEp
bEp
bEp
@@ -26087,7 +26047,7 @@ hrz
hrz
hrz
kIn
-oLs
+bXl
bXl
bXl
tvJ
@@ -26254,7 +26214,7 @@ hrz
hrz
bXl
bXl
-lsg
+bXl
bXl
dUE
rfZ
@@ -32021,7 +31981,7 @@ xJg
xJg
xJg
vea
-kns
+xJg
vea
dxF
dxF
@@ -32188,7 +32148,7 @@ jfQ
xJg
vea
xJg
-rnM
+vea
vea
vea
dxF
@@ -36119,7 +36079,7 @@ snr
lcs
orY
kRM
-tVs
+xHx
wff
fpO
wff
@@ -36286,7 +36246,7 @@ snr
lcs
orY
kRM
-fAE
+xHx
wff
fpO
wff
@@ -48112,7 +48072,7 @@ wTt
bkR
bEH
bEH
-mYG
+bkR
bkR
bkR
bkR
@@ -48279,7 +48239,7 @@ bkR
bkR
bkR
hSU
-jRd
+bkR
bkR
bkR
wTt
diff --git a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm
index f0860d688645..b400693510da 100644
--- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm
+++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm
@@ -44200,13 +44200,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/plating_catwalk/prison,
/area/lv522/indoors/a_block/bridges/corpo_fitness)
-"uLz" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/structure/machinery/landinglight/ds1{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/lv522/landing_zone_1)
"uLE" = (
/obj/structure/barricade/handrail{
dir = 4
@@ -54647,7 +54640,7 @@ tns
fOc
uTd
oyf
-uLz
+tns
fOc
uTd
oyf
diff --git a/maps/map_files/LV624/LV624.dmm b/maps/map_files/LV624/LV624.dmm
index 98c56dde6098..a71b5dc18eeb 100644
--- a/maps/map_files/LV624/LV624.dmm
+++ b/maps/map_files/LV624/LV624.dmm
@@ -99,12 +99,6 @@
"aaK" = (
/turf/open/gm/dirtgrassborder/north,
/area/lv624/ground/caves/north_central_caves)
-"aaM" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/central_caves)
"aaN" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/gm/dirt,
@@ -168,10 +162,6 @@
"abf" = (
/turf/open/gm/coast/east,
/area/lv624/ground/caves/north_central_caves)
-"abg" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/central_caves)
"abh" = (
/obj/structure/flora/jungle/alienplant1,
/turf/open/gm/river,
@@ -202,10 +192,6 @@
},
/turf/open/floor/wood/wood_broken,
/area/lv624/ground/caves/north_central_caves)
-"abo" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/east_caves)
"abp" = (
/obj/structure/largecrate/supply/ammo/shotgun,
/turf/open/floor/wood,
@@ -266,13 +252,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/cult,
/area/lv624/ground/caves/west_caves)
-"abH" = (
-/obj/effect/landmark/good_item,
-/obj/effect/decal/grass_overlay/grass1/inner{
- dir = 8
- },
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/west_caves)
"abI" = (
/obj/effect/landmark/xeno_spawn,
/turf/open/gm/dirt,
@@ -283,10 +262,6 @@
"abN" = (
/turf/open/gm/dirt,
/area/lv624/ground/caves/north_west_caves)
-"abO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/west_caves)
"abQ" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/gm/dirt,
@@ -303,10 +278,6 @@
/obj/effect/landmark/ert_spawns/groundside_xeno,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"abW" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/central_caves)
"abY" = (
/obj/structure/window/framed/colony,
/turf/open/floor/plating,
@@ -369,11 +340,6 @@
},
/turf/open/floor/bar,
/area/lv624/lazarus/canteen)
-"aco" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
-/turf/open/auto_turf/strata_grass/layer1,
-/area/lv624/ground/caves/south_east_caves)
"acp" = (
/turf/closed/wall/cult,
/area/lv624/ground/caves/west_caves)
@@ -490,10 +456,6 @@
/obj/item/device/flashlight/on,
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
-"acS" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/west_caves)
"acT" = (
/obj/effect/decal/cleanable/blood,
/obj/effect/landmark/corpsespawner/wygoon,
@@ -521,13 +483,6 @@
/obj/effect/decal/cleanable/blood/gibs/xeno/down,
/turf/open/gm/dirt,
/area/lv624/lazarus/crashed_ship_containers)
-"acY" = (
-/obj/effect/landmark/hunter_primary,
-/obj/effect/decal/grass_overlay/grass1/inner{
- dir = 10
- },
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_central_caves)
"acZ" = (
/obj/structure/closet/secure_closet/freezer/meat,
/turf/open/floor/wood/wood_broken3,
@@ -541,10 +496,6 @@
},
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
-"adc" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_central_caves)
"add" = (
/obj/item/clothing/suit/storage/hazardvest,
/turf/open/shuttle/bright_red,
@@ -724,10 +675,6 @@
},
/turf/open/floor/vault2/west,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"adU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/airless/asteroidfloor/northeast,
-/area/lv624/ground/barrens/north_east_barrens)
"adX" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
/turf/open/gm/dirt,
@@ -877,10 +824,6 @@
/obj/structure/cargo_container/horizontal/blue/bottom,
/turf/open/floor,
/area/lv624/ground/barrens/containers)
-"aeN" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/lv624/ground/barrens/containers)
"aeO" = (
/obj/vehicle/train/cargo/trolley,
/obj/effect/landmark/objective_landmark/close,
@@ -888,7 +831,6 @@
/area/lv624/ground/barrens/containers)
"aeQ" = (
/obj/vehicle/train/cargo/engine,
-/obj/effect/landmark/good_item,
/turf/open/floor,
/area/lv624/ground/barrens/containers)
"aeR" = (
@@ -898,10 +840,6 @@
},
/turf/open/floor/whiteyellowfull/east,
/area/lv624/ground/caves/sand_temple)
-"aeS" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/river,
-/area/lv624/ground/caves/west_caves)
"aeT" = (
/obj/effect/decal/remains/xeno,
/turf/open/gm/dirt,
@@ -1023,10 +961,6 @@
},
/turf/open/floor/plating/warnplate/west,
/area/lv624/ground/barrens/central_barrens)
-"afI" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/lv624/ground/barrens/central_barrens)
"afJ" = (
/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
@@ -1130,7 +1064,6 @@
flipped = 1
},
/obj/item/ammo_magazine/rifle,
-/obj/effect/landmark/good_item,
/turf/open/floor/plating,
/area/lv624/ground/barrens/central_barrens)
"agj" = (
@@ -1141,11 +1074,6 @@
},
/turf/open/floor/plating,
/area/lv624/ground/barrens/central_barrens)
-"agk" = (
-/obj/item/ammo_casing,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/lv624/ground/barrens/central_barrens)
"agl" = (
/obj/item/device/flashlight/lantern,
/turf/open/floor/plating,
@@ -1206,14 +1134,6 @@
"agA" = (
/turf/open/floor/sandstone/runed,
/area/lv624/ground/caves/south_east_caves)
-"agD" = (
-/obj/structure/surface/table/reinforced{
- dir = 8;
- flipped = 1
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/lv624/ground/barrens/central_barrens)
"agE" = (
/obj/structure/surface/table,
/obj/item/explosive/grenade/incendiary,
@@ -1280,14 +1200,6 @@
/obj/item/ammo_casing,
/turf/open/floor/plating,
/area/lv624/ground/barrens/central_barrens)
-"agV" = (
-/obj/structure/surface/table/reinforced{
- dir = 4;
- flipped = 1
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/lv624/ground/barrens/central_barrens)
"agW" = (
/obj/item/ammo_casing,
/turf/open/floor/plating/warnplate/east,
@@ -1295,10 +1207,6 @@
"agX" = (
/turf/open/gm/dirt,
/area/lv624/ground/caves/sand_temple)
-"ahe" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/coast/west,
-/area/lv624/ground/barrens/west_barrens)
"ahh" = (
/obj/effect/decal/cleanable/blood,
/obj/item/ammo_casing,
@@ -1317,7 +1225,6 @@
flipped = 1
},
/obj/item/ammo_casing,
-/obj/effect/landmark/good_item,
/turf/open/floor/plating,
/area/lv624/ground/barrens/central_barrens)
"ahl" = (
@@ -1338,12 +1245,6 @@
/obj/effect/landmark/yautja_teleport,
/turf/open/gm/dirt,
/area/lv624/ground/barrens/south_eastern_barrens)
-"ahs" = (
-/obj/effect/decal/remains/human,
-/obj/item/ammo_casing,
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating,
-/area/lv624/ground/barrens/central_barrens)
"ahv" = (
/turf/closed/wall/rock/brown,
/area/lv624/ground/caves/sand_temple)
@@ -1414,10 +1315,6 @@
/obj/structure/machinery/colony_floodlight,
/turf/open/floor/plating/warnplate/southeast,
/area/lv624/ground/barrens/central_barrens)
-"ahV" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_west_caves)
"ahW" = (
/obj/item/tool/shovel,
/turf/open/floor/redyellowfull,
@@ -1426,10 +1323,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/redyellowfull,
/area/lv624/ground/barrens/west_barrens/ceiling)
-"aif" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/redyellowfull,
-/area/lv624/ground/barrens/west_barrens/ceiling)
"aih" = (
/obj/structure/largecrate/random,
/obj/item/tool/crowbar/red,
@@ -1710,10 +1603,6 @@
},
/turf/open/gm/river,
/area/lv624/ground/river/central_river)
-"ajH" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/river,
-/area/lv624/ground/river/central_river)
"ajI" = (
/turf/open/gm/river,
/area/lv624/ground/river/east_river)
@@ -1790,10 +1679,6 @@
},
/turf/open/floor/plating/warnplate/east,
/area/lv624/ground/river/east_river)
-"akd" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/river,
-/area/lv624/ground/river/east_river)
"akh" = (
/obj/item/trash/candy,
/obj/structure/machinery/power/apc{
@@ -2004,10 +1889,6 @@
/obj/structure/flora/jungle/alienplant1,
/turf/open/gm/river,
/area/lv624/ground/river/east_river)
-"alx" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/river,
-/area/lv624/ground/river/east_river)
"alz" = (
/obj/structure/flora/bush/ausbushes/var3/fernybush,
/turf/open/gm/river,
@@ -2106,7 +1987,6 @@
/turf/open/floor/plating/asteroidwarning,
/area/lv624/ground/river/central_river)
"alZ" = (
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/dirtgrassborder/south,
/area/lv624/ground/river/central_river)
@@ -2215,10 +2095,6 @@
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/floor/plating/warnplate/southeast,
/area/lv624/ground/river/central_river)
-"amW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass2,
-/area/lv624/ground/jungle/north_east_jungle)
"amX" = (
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/floor/plating/warnplate/northwest,
@@ -2251,10 +2127,6 @@
"ank" = (
/turf/open/floor/plating,
/area/lv624/lazarus/landing_zones/lz1)
-"anl" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/river,
-/area/lv624/ground/river/west_river)
"ano" = (
/obj/structure/machinery/camera/autoname/lz_camera,
/turf/open/floor/plating,
@@ -2337,14 +2209,9 @@
/obj/structure/flora/bush/ausbushes/var3/stalkybush,
/turf/open/gm/river,
/area/lv624/ground/river/east_river)
-"aop" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/central_barrens)
"aor" = (
/obj/structure/surface/table,
/obj/item/clothing/glasses/hud/health,
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/spray/cleaner,
/turf/open/floor/whitebluefull,
/area/lv624/lazarus/medbay)
@@ -2393,7 +2260,6 @@
/area/lv624/lazarus/hydroponics)
"aoB" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/light{
dir = 1
},
@@ -2412,10 +2278,6 @@
/obj/item/reagent_container/hypospray,
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
-"aoI" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/medbay)
"aoK" = (
/turf/open/floor/whiteblue/east,
/area/lv624/lazarus/medbay)
@@ -2438,7 +2300,6 @@
pixel_x = 4;
pixel_y = 6
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/green/northwest,
/area/lv624/lazarus/hydroponics)
"aoU" = (
@@ -2468,7 +2329,6 @@
/area/lv624/lazarus/landing_zones/lz2)
"apo" = (
/obj/structure/flora/bush/ausbushes/ppflowers,
-/obj/effect/landmark/crap_item,
/turf/open/gm/river,
/area/lv624/ground/river/east_river)
"app" = (
@@ -2570,11 +2430,6 @@
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/river,
/area/lv624/ground/river/central_river)
-"aqs" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/lv624/fog_blocker,
-/turf/open/gm/coast/north,
-/area/lv624/ground/river/central_river)
"aqt" = (
/obj/structure/flora/bush/ausbushes/var3/fullgrass,
/obj/effect/landmark/lv624/fog_blocker,
@@ -2584,10 +2439,6 @@
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/coast/beachcorner2/north_east,
/area/lv624/ground/river/east_river)
-"aqz" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/lv624/ground/caves/north_central_caves)
"aqA" = (
/obj/structure/closet/wardrobe,
/obj/structure/machinery/light{
@@ -2604,11 +2455,6 @@
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/north,
/area/lv624/lazarus/quartstorage/outdoors)
-"aqH" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/fence,
-/turf/open/gm/dirtgrassborder/north,
-/area/lv624/lazarus/quartstorage/outdoors)
"aqI" = (
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/grassdirt_corner/north_east,
@@ -2653,19 +2499,11 @@
"aqY" = (
/turf/open/gm/dirtgrassborder/east,
/area/lv624/lazarus/quartstorage/outdoors)
-"arc" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/river,
-/area/lv624/ground/river/west_river)
"arf" = (
/obj/structure/machinery/cm_vending/sorted/medical/blood,
/obj/structure/machinery/light,
/turf/open/floor/whiteblue,
/area/lv624/lazarus/medbay)
-"arg" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitebluecorner/west,
-/area/lv624/lazarus/medbay)
"ari" = (
/obj/structure/flora/bush/ausbushes/reedbush,
/turf/closed/wall/strata_ice/jungle,
@@ -3143,10 +2981,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/grass/grass2,
/area/lv624/ground/jungle/west_jungle)
-"aua" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/lazarus/quartstorage/outdoors)
"aub" = (
/obj/structure/largecrate,
/turf/open/floor/vault,
@@ -3219,11 +3053,6 @@
},
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
-"auv" = (
-/obj/effect/decal/remains/human,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/research)
"auw" = (
/obj/structure/bed/chair/office/dark{
dir = 1
@@ -3366,10 +3195,6 @@
/obj/item/storage/box/bodybags,
/turf/open/floor/vault,
/area/lv624/lazarus/quartstorage)
-"avj" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/vault,
-/area/lv624/lazarus/quartstorage)
"avk" = (
/obj/structure/showcase{
color = "#95948B";
@@ -3440,14 +3265,6 @@
/obj/item/toy/beach_ball,
/turf/open/floor/barber/west,
/area/lv624/lazarus/fitness)
-"avw" = (
-/obj/effect/landmark/good_item,
-/turf/open/gm/river,
-/area/lv624/lazarus/fitness)
-"avx" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/platebotc,
-/area/lv624/lazarus/quartstorage/outdoors)
"avy" = (
/obj/structure/flora/bush/ausbushes/var3/fullgrass,
/obj/effect/landmark/lv624/fog_blocker,
@@ -3455,7 +3272,6 @@
/area/lv624/ground/river/west_river)
"avB" = (
/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
"avD" = (
@@ -3478,7 +3294,6 @@
name = "Science Wing Lockdown";
pixel_x = 25
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/research)
"avG" = (
@@ -3506,10 +3321,6 @@
/obj/effect/landmark/objective_landmark/close,
/turf/open/floor/whitepurplecorner/east,
/area/lv624/lazarus/fitness)
-"avM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitepurplecorner/east,
-/area/lv624/lazarus/fitness)
"avN" = (
/obj/item/tool/soap,
/turf/open/floor/whitepurplecorner/east,
@@ -3728,10 +3539,6 @@
},
/turf/open/floor/white,
/area/lv624/lazarus/research)
-"awK" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/whitepurple/northeast,
-/area/lv624/lazarus/research)
"awL" = (
/obj/structure/flora/bush/ausbushes/var3/fullgrass,
/turf/open/gm/dirtgrassborder/north,
@@ -3957,10 +3764,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/whitepurplecorner/east,
/area/lv624/lazarus/fitness)
-"axQ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/warnwhite/east,
-/area/lv624/lazarus/fitness)
"axR" = (
/obj/structure/flora/jungle/vines/light_3,
/turf/open/gm/dirt,
@@ -4092,10 +3895,6 @@
/obj/item/tool/warning_cone,
/turf/open/floor/vault,
/area/lv624/lazarus/quartstorage)
-"ayD" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/vault,
-/area/lv624/lazarus/quartstorage)
"ayE" = (
/obj/structure/machinery/light/small,
/turf/open/floor/vault,
@@ -4170,11 +3969,6 @@
/obj/item/shard,
/turf/open/floor/plating,
/area/lv624/lazarus/main_hall)
-"ayS" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/barricade/wooden,
-/turf/open/gm/grass/grass1,
-/area/lv624/lazarus/quartstorage/outdoors)
"ayT" = (
/obj/structure/flora/jungle/vines/light_3,
/turf/open/gm/grass/grass1,
@@ -4212,10 +4006,6 @@
/obj/item/clothing/mask/gas,
/turf/open/floor/vault2,
/area/lv624/lazarus/robotics)
-"aza" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/vault2/west,
-/area/lv624/lazarus/robotics)
"azc" = (
/obj/structure/machinery/power/apc/nocharge{
dir = 1
@@ -4291,11 +4081,6 @@
/obj/structure/window/framed/colony/reinforced,
/turf/open/floor/plating,
/area/lv624/lazarus/sleep_male)
-"azr" = (
-/obj/structure/machinery/vending/cigarette/colony,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"azs" = (
/obj/structure/flora/bush/ausbushes/reedbush,
/turf/open/gm/river,
@@ -4422,10 +4207,6 @@
},
/turf/open/floor/vault,
/area/lv624/lazarus/quartstorage)
-"azX" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/jungle/north_west_jungle)
"azY" = (
/obj/item/weapon/harpoon/yautja{
anchored = 1;
@@ -4516,14 +4297,6 @@
/obj/structure/flora/jungle/vines/light_1,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/west_jungle)
-"aAv" = (
-/obj/effect/decal/cleanable/blood,
-/obj/structure/machinery/light{
- dir = 1
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/bluecorner,
-/area/lv624/lazarus/sleep_male)
"aAw" = (
/obj/structure/bed,
/obj/item/bedsheet/blue,
@@ -4799,10 +4572,6 @@
/obj/effect/landmark/objective_landmark/science,
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/research)
-"aBx" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/north_tcomms_road)
"aBy" = (
/obj/structure/flora/pottedplant,
/obj/item/trash/cheesie,
@@ -4919,10 +4688,6 @@
/obj/item/stack/medical/advanced/bruise_pack,
/turf/open/floor/bluecorner,
/area/lv624/lazarus/sleep_male)
-"aBY" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/bluecorner,
-/area/lv624/lazarus/sleep_male)
"aBZ" = (
/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{
dir = 1;
@@ -4942,10 +4707,6 @@
},
/turf/open/floor/purple/northwest,
/area/lv624/lazarus/sleep_female)
-"aCc" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/purple/northwest,
-/area/lv624/lazarus/sleep_female)
"aCd" = (
/obj/structure/machinery/light/small{
dir = 4
@@ -5345,7 +5106,6 @@
},
/obj/structure/surface/table,
/obj/item/trash/cheesie,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"aDX" = (
@@ -5354,7 +5114,6 @@
},
/obj/structure/surface/table,
/obj/item/reagent_container/food/snacks/cheeseburger,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"aDY" = (
@@ -5374,10 +5133,6 @@
"aEe" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west,
/area/lv624/ground/jungle/west_jungle)
-"aEf" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/bot/north,
-/area/lv624/lazarus/quartstorage)
"aEg" = (
/turf/open/floor/bot/north,
/area/lv624/lazarus/quartstorage)
@@ -5414,15 +5169,6 @@
/obj/structure/flora/bush/ausbushes/var3/brflowers,
/turf/open/gm/grass/grassbeach/west,
/area/lv624/lazarus/yggdrasil)
-"aEu" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/lazarus/landing_zones/lz2)
-"aEv" = (
-/obj/structure/flora/grass/tallgrass/jungle,
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"aEw" = (
/obj/structure/machinery/landinglight/ds2{
dir = 1
@@ -5447,7 +5193,6 @@
/obj/structure/pipes/vents/pump{
dir = 4
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/toilet)
"aEC" = (
@@ -5917,7 +5662,6 @@
/obj/structure/machinery/light{
dir = 8
},
-/obj/effect/landmark/good_item,
/turf/open/floor/whiteyellowfull/east,
/area/lv624/lazarus/quart)
"aGq" = (
@@ -5965,10 +5709,6 @@
},
/turf/open/floor/plating,
/area/lv624/lazarus/landing_zones/lz1)
-"aGC" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating,
-/area/lv624/lazarus/landing_zones/lz1)
"aGE" = (
/obj/structure/machinery/landinglight/ds1/delaytwo{
dir = 8
@@ -5984,10 +5724,6 @@
},
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/toilet)
-"aGJ" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/freezerfloor,
-/area/lv624/lazarus/toilet)
"aGK" = (
/obj/structure/surface/table,
/obj/structure/prop/mech/drill,
@@ -6027,10 +5763,6 @@
/obj/structure/machinery/colony_floodlight,
/turf/open/gm/grass/grass1,
/area/lv624/lazarus/landing_zones/lz1)
-"aGU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/lv624/lazarus/landing_zones/lz1)
"aGV" = (
/obj/structure/flora/bush/ausbushes/var3/sunnybush,
/turf/open/gm/river,
@@ -6088,10 +5820,6 @@
},
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"aHg" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"aHh" = (
/obj/structure/pipes/standard/simple/hidden/cyan,
/turf/open/floor/whitegreen/north,
@@ -6159,13 +5887,8 @@
/turf/open/gm/dirtgrassborder/grassdirt_corner/south_east,
/area/lv624/ground/colony/north_tcomms_road)
"aHD" = (
-/obj/effect/landmark/crap_item,
/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east,
/area/lv624/ground/colony/west_nexus_road)
-"aHE" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/west_jungle)
"aHF" = (
/obj/structure/machinery/vending/coffee,
/turf/open/floor/white,
@@ -6233,10 +5956,6 @@
/obj/structure/flora/jungle/vines/light_3,
/turf/open/gm/dirtgrassborder/grassdirt_corner/north_west,
/area/lv624/ground/jungle/south_west_jungle)
-"aIe" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"aIg" = (
/obj/structure/machinery/light/small{
dir = 1
@@ -6254,7 +5973,6 @@
/area/lv624/lazarus/main_hall)
"aIh" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/obj/structure/machinery/power/apc/nocharge{
dir = 1
@@ -6283,7 +6001,6 @@
/area/lv624/ground/jungle/west_jungle)
"aIp" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
@@ -6322,10 +6039,6 @@
},
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"aIv" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"aIw" = (
/turf/open/floor/loadingarea/west,
/area/lv624/lazarus/landing_zones/lz1)
@@ -6471,10 +6184,6 @@
},
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"aJl" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/loadingarea/west,
-/area/lv624/lazarus/landing_zones/lz1)
"aJr" = (
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/central_jungle)
@@ -6630,10 +6339,6 @@
},
/turf/open/floor/warning/west,
/area/lv624/lazarus/landing_zones/lz1)
-"aJS" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/lv624/lazarus/landing_zones/lz1)
"aJZ" = (
/obj/structure/closet,
/obj/item/clothing/glasses/sunglasses,
@@ -6646,11 +6351,6 @@
/obj/structure/flora/jungle/vines/light_1,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/south_west_jungle)
-"aKd" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/jungle/vines/heavy,
-/turf/open/gm/grass/grass1,
-/area/lv624/lazarus/landing_zones/lz2)
"aKf" = (
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/grass/grass1,
@@ -6659,11 +6359,6 @@
/obj/structure/flora/bush/ausbushes/var3/ywflowers,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/central_jungle)
-"aKh" = (
-/obj/effect/landmark/good_item,
-/obj/structure/flora/jungle/vines/heavy,
-/turf/open/gm/grass/grass2,
-/area/lv624/lazarus/yggdrasil)
"aKi" = (
/obj/structure/machinery/colony_floodlight,
/obj/structure/flora/jungle/vines/heavy,
@@ -6768,7 +6463,6 @@
/area/lv624/lazarus/yggdrasil)
"aKJ" = (
/obj/structure/machinery/light/small,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"aKK" = (
@@ -6780,7 +6474,6 @@
/area/lv624/lazarus/main_hall)
"aKL" = (
/obj/item/frame/table,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
@@ -6789,10 +6482,6 @@
/obj/structure/pipes/standard/simple/hidden/cyan,
/turf/open/floor,
/area/lv624/lazarus/main_hall)
-"aKO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/lv624/lazarus/landing_zones/lz2)
"aKQ" = (
/obj/structure/window/framed/colony/reinforced,
/turf/open/floor/plating,
@@ -6952,8 +6641,6 @@
/obj/item/reagent_container/hypospray/autoinjector/tricord,
/obj/structure/surface/rack,
/obj/item/reagent_container/hypospray/autoinjector/tricord,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/clothing/suit/armor/vest/security,
/turf/open/floor/cult,
/area/lv624/lazarus/armory)
@@ -7206,13 +6893,6 @@
"aNo" = (
/turf/closed/wall/r_wall,
/area/lv624/lazarus/canteen)
-"aNp" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/structure/machinery/landinglight/ds1/delayone{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/lv624/lazarus/landing_zones/lz1)
"aNA" = (
/obj/structure/flora/jungle/vines/light_1,
/turf/open/floor/plating/platebotc,
@@ -7267,8 +6947,6 @@
/area/lv624/lazarus/armory)
"aNM" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/clothing/suit/armor/vest/security,
/turf/open/floor/cult,
/area/lv624/lazarus/armory)
@@ -7394,10 +7072,6 @@
/obj/structure/flora/jungle/plantbot1,
/turf/open/gm/river,
/area/lv624/lazarus/yggdrasil)
-"aOx" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/jungle/east_central_jungle)
"aOy" = (
/obj/structure/machinery/power/apc/nocharge{
dir = 8
@@ -7407,8 +7081,6 @@
"aOA" = (
/obj/item/storage/toolbox/syndicate,
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/clothing/suit/armor/vest/security,
/turf/open/floor/cult,
/area/lv624/lazarus/armory)
@@ -7493,13 +7165,6 @@
/obj/item/trash/candy,
/turf/open/floor/bar,
/area/lv624/lazarus/canteen)
-"aOR" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/bar,
-/area/lv624/lazarus/canteen)
"aOS" = (
/obj/structure/flora/jungle/planttop1,
/obj/structure/flora/grass/tallgrass/jungle/corner{
@@ -7553,10 +7218,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/south_west_jungle)
-"aPo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/cult,
-/area/lv624/lazarus/armory)
"aPp" = (
/obj/structure/machinery/door/airlock/almayer/secure/colony{
locked = 1;
@@ -7602,11 +7263,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/red/north,
/area/lv624/lazarus/security)
-"aPx" = (
-/obj/structure/pipes/standard/simple/hidden/cyan,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/grass,
-/area/lv624/lazarus/main_hall)
"aPy" = (
/obj/structure/machinery/vending/dinnerware,
/turf/open/floor/barber/west,
@@ -7652,7 +7308,6 @@
/obj/structure/pipes/standard/simple/hidden/cyan{
dir = 4
},
-/obj/effect/landmark/good_item,
/turf/open/floor,
/area/lv624/lazarus/chapel)
"aPI" = (
@@ -7756,13 +7411,6 @@
},
/turf/open/floor/bar,
/area/lv624/lazarus/canteen)
-"aQg" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/bar,
-/area/lv624/lazarus/canteen)
"aQn" = (
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
@@ -7900,11 +7548,6 @@
},
/turf/open/floor/bar,
/area/lv624/lazarus/canteen)
-"aQX" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/jungle/vines/light_2,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"aQY" = (
/obj/structure/flora/jungle/planttop1,
/obj/structure/flora/jungle/vines/light_2,
@@ -7989,7 +7632,6 @@
/obj/structure/pipes/vents/pump{
dir = 4
},
-/obj/effect/landmark/good_item,
/turf/open/floor/grimy,
/area/lv624/lazarus/captain)
"aRA" = (
@@ -8025,13 +7667,6 @@
},
/turf/open/floor/wood,
/area/lv624/lazarus/hop)
-"aRE" = (
-/obj/structure/pipes/standard/simple/hidden/cyan{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/lv624/lazarus/hop)
"aRF" = (
/obj/structure/pipes/standard/simple/hidden/cyan{
dir = 4
@@ -8042,13 +7677,6 @@
/obj/structure/machinery/floodlight/landing,
/turf/open/floor/mech_bay_recharge_floor/shuttle_landing_lights,
/area/lv624/lazarus/landing_zones/lz2)
-"aRI" = (
-/obj/structure/pipes/standard/simple/hidden/cyan{
- dir = 4
- },
-/obj/effect/landmark/good_item,
-/turf/open/floor/wood,
-/area/lv624/lazarus/hop)
"aRK" = (
/obj/structure/pipes/standard/simple/hidden/cyan{
dir = 4
@@ -8250,7 +7878,6 @@
name = "General Listening Channel";
pixel_y = 30
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/bar,
/area/lv624/lazarus/canteen)
"aSH" = (
@@ -8453,10 +8080,6 @@
},
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
-"aTH" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/brown/northwest,
-/area/lv624/lazarus/comms)
"aTI" = (
/obj/structure/machinery/light{
dir = 1
@@ -8536,11 +8159,6 @@
/obj/structure/machinery/vending,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"aUa" = (
-/obj/structure/pipes/standard/simple/hidden/cyan,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"aUb" = (
/obj/structure/kitchenspike,
/obj/structure/machinery/light/small{
@@ -8571,10 +8189,6 @@
/obj/structure/window_frame/colony/reinforced,
/turf/open/floor/plating,
/area/lv624/lazarus/canteen)
-"aUi" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/central_jungle)
"aUj" = (
/obj/structure/largecrate/random,
/turf/open/floor/greengrid,
@@ -8705,13 +8319,6 @@
},
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/kitchen)
-"aUM" = (
-/obj/structure/pipes/standard/simple/hidden/cyan{
- dir = 4
- },
-/obj/effect/landmark/crap_item,
-/turf/open/floor/freezerfloor,
-/area/lv624/lazarus/kitchen)
"aUN" = (
/obj/structure/pipes/vents/pump{
dir = 8
@@ -8836,7 +8443,6 @@
/area/lv624/lazarus/kitchen)
"aVt" = (
/obj/structure/machinery/gibber,
-/obj/effect/landmark/good_item,
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/kitchen)
"aVu" = (
@@ -8932,11 +8538,6 @@
/obj/structure/barricade/wooden,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"aVO" = (
-/obj/structure/barricade/wooden,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"aVP" = (
/obj/item/reagent_container/food/snacks/grown/banana{
pixel_x = -8
@@ -8982,7 +8583,6 @@
"aVZ" = (
/obj/structure/surface/rack,
/obj/item/ore/diamond,
-/obj/effect/landmark/good_item,
/turf/open/floor/greengrid,
/area/lv624/lazarus/secure_storage)
"aWa" = (
@@ -9335,10 +8935,6 @@
},
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
-"aXo" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/east_central_jungle)
"aXs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/power/apc/nocharge{
@@ -9479,14 +9075,6 @@
},
/turf/closed/wall/mineral/sandstone/runed,
/area/lv624/ground/jungle/south_west_jungle/ceiling)
-"aXU" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/greengrid,
-/area/lv624/lazarus/secure_storage)
-"aXV" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/east_central_jungle)
"aXW" = (
/obj/structure/foamed_metal{
layer = 3.1
@@ -9689,11 +9277,6 @@
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/coast/beachcorner/north_west,
/area/lv624/ground/river/west_river)
-"aYY" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/effect/landmark/lv624/fog_blocker,
-/turf/open/gm/coast/north,
-/area/lv624/ground/river/west_river)
"aYZ" = (
/obj/structure/flora/bush/ausbushes/var3/fullgrass,
/obj/effect/landmark/lv624/fog_blocker,
@@ -9972,10 +9555,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/east_central_jungle)
-"bbC" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/jungle/west_jungle)
"bbH" = (
/obj/structure/flora/bush/ausbushes/var3/sparsegrass,
/turf/open/gm/grass/grass1,
@@ -10054,11 +9633,6 @@
},
/turf/open/floor/vault2/west,
/area/lv624/lazarus/quartstorage)
-"bei" = (
-/obj/structure/flora/jungle/vines/heavy,
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_east_jungle)
"beB" = (
/obj/structure/bed/chair/comfy/black{
dir = 8
@@ -10066,10 +9640,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/dirt,
/area/lv624/ground/caves/sand_temple)
-"bfc" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/containers)
"bfe" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east,
/area/lv624/ground/jungle/north_east_jungle)
@@ -10160,10 +9730,6 @@
"boe" = (
/turf/open/floor/sandstone/runed,
/area/lv624/ground/caves/sand_temple)
-"boy" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_eastern_barrens)
"bqf" = (
/obj/structure/surface/rack,
/obj/item/explosive/grenade/smokebomb{
@@ -10198,11 +9764,6 @@
},
/turf/open/floor,
/area/lv624/lazarus/landing_zones/lz1)
-"bte" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/jungle/vines/light_3,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_east_jungle)
"btr" = (
/obj/item/weapon/harpoon/yautja{
anchored = 1;
@@ -10521,10 +10082,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/floor/corsat/squareswood/north,
/area/lv624/ground/caves/sand_temple)
-"bSm" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/west_tcomms_road)
"bTw" = (
/obj/effect/landmark/nightmare{
insert_tag = "cargospecial1"
@@ -10701,13 +10258,6 @@
},
/turf/open/floor/sandstone/runed,
/area/lv624/ground/caves/sand_temple)
-"clO" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/grass_overlay/grass1{
- dir = 4
- },
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/west_caves)
"cmf" = (
/obj/structure/flora/jungle/planttop1,
/turf/open/gm/grass/grass1,
@@ -10960,10 +10510,6 @@
"cLD" = (
/turf/open/floor/whiteyellowcorner/east,
/area/lv624/lazarus/corporate_dome)
-"cMj" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_east_jungle)
"cMD" = (
/obj/effect/landmark/lv624/fog_blocker,
/turf/closed/wall/strata_ice/jungle,
@@ -11304,10 +10850,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/caves/north_east_caves)
-"dAu" = (
-/obj/effect/landmark/crap_item,
-/turf/open/auto_turf/strata_grass/layer1,
-/area/lv624/ground/caves/south_central_caves)
"dBS" = (
/obj/item/reagent_container/food/snacks/grown/mushroom/glowshroom{
light_on = 1;
@@ -11502,7 +11044,6 @@
/area/lv624/ground/caves/south_west_caves)
"dOf" = (
/obj/effect/decal/cleanable/blood/drip,
-/obj/effect/landmark/crap_item,
/turf/open/gm/dirt,
/area/lv624/lazarus/crashed_ship_containers)
"dOA" = (
@@ -12096,10 +11637,6 @@
},
/turf/open/floor/green/northwest,
/area/lv624/lazarus/hydroponics)
-"ffC" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_eastern_barrens)
"fgS" = (
/turf/closed/wall/rock/brown,
/area/lv624/ground/barrens/south_eastern_barrens)
@@ -12139,10 +11676,6 @@
},
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/north_west_jungle)
-"fir" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_east_jungle)
"fiE" = (
/obj/structure/bed/alien,
/obj/structure/barricade/sandbags/wired,
@@ -12479,10 +12012,6 @@
/obj/structure/flora/bush/ausbushes/var3/stalkybush,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/south_east_caves)
-"fXr" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/south_nexus_road)
"fXD" = (
/obj/structure/flora/jungle/alienplant1,
/turf/open/gm/coast/east,
@@ -12534,10 +12063,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/central_caves)
-"gcI" = (
-/obj/effect/landmark/crap_item,
-/turf/open/shuttle/bright_red,
-/area/lv624/lazarus/crashed_ship_containers)
"gcZ" = (
/obj/structure/barricade/metal/wired{
health = 300
@@ -12748,10 +12273,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/north_east_caves)
-"gzW" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_west_barrens)
"gAI" = (
/obj/structure/flora/bush/ausbushes/grassybush,
/turf/open/gm/grass/grass1,
@@ -13110,12 +12631,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/south_central_caves)
-"hpN" = (
-/obj/structure/surface/table,
-/obj/effect/landmark/good_item,
-/obj/effect/landmark/objective_landmark/science,
-/turf/open/floor/whitepurple/northeast,
-/area/lv624/lazarus/research)
"hqQ" = (
/obj/structure/flora/bush/ausbushes/var3/sunnybush,
/turf/open/gm/grass/grass1,
@@ -13157,13 +12672,6 @@
"hwR" = (
/turf/open/gm/coast/east,
/area/lv624/ground/river/central_river)
-"hxL" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/grass/tallgrass/jungle/corner{
- dir = 9
- },
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_central_jungle)
"hxP" = (
/obj/effect/decal/remains/xeno,
/turf/open/gm/grass/grass1,
@@ -13175,10 +12683,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/caves/west_caves)
-"hyK" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_central_jungle)
"hyU" = (
/obj/structure/barricade/wooden{
dir = 4
@@ -13210,10 +12714,6 @@
/obj/effect/decal/remains/xeno,
/turf/open/gm/dirt,
/area/lv624/ground/colony/west_tcomms_road)
-"hEe" = (
-/obj/effect/landmark/crap_item,
-/turf/open/auto_turf/strata_grass/layer1,
-/area/lv624/ground/barrens/north_east_barrens)
"hEl" = (
/obj/structure/flora/jungle/vines/light_2,
/turf/closed/wall/strata_ice/jungle,
@@ -13383,10 +12883,6 @@
},
/turf/open/gm/grass/grass1,
/area/lv624/ground/colony/west_tcomms_road)
-"hSz" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"hSE" = (
/obj/effect/landmark/monkey_spawn,
/turf/open/gm/dirt,
@@ -13589,10 +13085,6 @@
"ioC" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west,
/area/lv624/ground/jungle/east_jungle)
-"isF" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_west_caves)
"isJ" = (
/obj/structure/surface/table,
/obj/item/storage/beer_pack{
@@ -13721,10 +13213,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/west_caves)
-"iGn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"iGx" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall,
/turf/open/auto_turf/strata_grass/layer1,
@@ -13864,10 +13352,6 @@
/obj/item/prop/alien/hugger,
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
-"iZG" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"iZZ" = (
/obj/effect/landmark/lv624/xeno_tunnel,
/obj/structure/flora/jungle/vines/light_1,
@@ -13988,10 +13472,6 @@
/obj/structure/flora/jungle/vines/light_2,
/turf/open/floor,
/area/lv624/lazarus/landing_zones/lz1)
-"jow" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_jungle)
"joz" = (
/obj/structure/surface/table/reinforced/prison,
/obj/item/paper_bin/wy{
@@ -14135,10 +13615,6 @@
"jFc" = (
/turf/closed/wall/mineral/sandstone/runed/decor,
/area/lv624/ground/caves/sand_temple)
-"jFF" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_jungle)
"jGo" = (
/obj/structure/girder,
/obj/structure/foamed_metal,
@@ -14600,7 +14076,6 @@
/area/lv624/ground/jungle/north_east_jungle)
"kzd" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/light{
dir = 4
},
@@ -14735,10 +14210,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/caves/west_caves)
-"kNm" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/east_jungle)
"kPL" = (
/obj/structure/fence,
/turf/open/floor/warning/east,
@@ -14758,10 +14229,6 @@
"kQY" = (
/turf/open/gm/coast/beachcorner/north_west,
/area/lv624/ground/jungle/west_jungle)
-"kRg" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_west_jungle)
"kRr" = (
/obj/structure/surface/rack,
/obj/item/storage/belt/shotgun/full,
@@ -14872,13 +14339,6 @@
"lbd" = (
/turf/open/gm/coast/beachcorner/north_west,
/area/lv624/ground/barrens/west_barrens)
-"lbt" = (
-/obj/effect/landmark/hunter_primary,
-/obj/effect/decal/grass_overlay/grass1/inner{
- dir = 9
- },
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_central_caves)
"lbX" = (
/obj/structure/flora/grass/tallgrass/jungle/corner{
dir = 10
@@ -14927,10 +14387,6 @@
"lju" = (
/turf/open/gm/coast/beachcorner2/south_east,
/area/lv624/ground/river/central_river)
-"lke" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor,
-/area/lv624/lazarus/landing_zones/lz1)
"lkj" = (
/obj/structure/inflatable/popped/door,
/turf/open/gm/dirt,
@@ -14964,7 +14420,6 @@
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/north_east_jungle)
"lnV" = (
-/obj/effect/landmark/hunter_primary,
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east,
/area/lv624/ground/jungle/south_east_jungle)
"loP" = (
@@ -15126,10 +14581,6 @@
/obj/structure/machinery/power/reactor/colony,
/turf/open/floor/plating/warnplate,
/area/lv624/lazarus/engineering)
-"lHL" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_east_jungle)
"lIm" = (
/obj/structure/fence,
/turf/open/gm/dirt,
@@ -15246,11 +14697,6 @@
},
/turf/open/floor/warning/north,
/area/lv624/lazarus/landing_zones/lz1)
-"lRy" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/wood,
-/area/lv624/ground/caves/north_central_caves)
"lSs" = (
/obj/structure/flora/jungle/vines/heavy,
/turf/closed/wall/strata_ice/jungle,
@@ -15463,10 +14909,6 @@
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/north,
/area/lv624/ground/colony/south_nexus_road)
-"mkr" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/cult,
-/area/lv624/ground/caves/south_west_caves)
"mku" = (
/obj/effect/landmark/monkey_spawn,
/obj/structure/flora/jungle/vines/light_3,
@@ -15633,10 +15075,6 @@
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/dirtgrassborder/south,
/area/lv624/ground/jungle/north_jungle)
-"mFu" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/north_nexus_road)
"mFZ" = (
/obj/effect/decal/grass_overlay/grass1{
dir = 6
@@ -15726,10 +15164,6 @@
"mPt" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east,
/area/lv624/ground/barrens/south_eastern_jungle_barrens)
-"mPK" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/west_barrens)
"mRh" = (
/obj/item/stack/sheet/wood{
amount = 2
@@ -15886,10 +15320,6 @@
/obj/effect/decal/cleanable/blood/oil,
/turf/open/gm/dirt,
/area/lv624/ground/jungle/north_west_jungle)
-"njC" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/west_tcomms_road)
"njO" = (
/turf/open/floor/asteroidwarning/northeast,
/area/lv624/ground/colony/telecomm/cargo)
@@ -16001,10 +15431,6 @@
/obj/structure/flora/bush/ausbushes/ausbush,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/west_central_jungle)
-"nuU" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass2,
-/area/lv624/ground/jungle/south_central_jungle)
"nuW" = (
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/north_west_jungle)
@@ -16129,7 +15555,6 @@
"nEE" = (
/obj/structure/surface/table,
/obj/item/device/analyzer/plant_analyzer,
-/obj/effect/landmark/crap_item,
/turf/open/floor/green/northwest,
/area/lv624/lazarus/hydroponics)
"nHj" = (
@@ -16448,10 +15873,6 @@
"ofg" = (
/turf/open/gm/dirt/desert1,
/area/lv624/ground/caves/west_caves)
-"ofv" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/south_medbay_road)
"ogJ" = (
/obj/effect/decal/grass_overlay/grass1/inner{
dir = 6
@@ -16569,10 +15990,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/central_caves)
-"oua" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/south_medbay_road)
"ovg" = (
/obj/structure/surface/table/reinforced/prison{
color = "#6b675e"
@@ -16749,10 +16166,6 @@
},
/turf/open/floor/dark,
/area/lv624/lazarus/comms)
-"oJL" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/west_nexus_road)
"oKP" = (
/obj/effect/landmark/static_comms/net_two,
/turf/open/floor/asteroidfloor/north,
@@ -17127,10 +16540,6 @@
"pyG" = (
/turf/open/floor/whiteyellowcorner,
/area/lv624/lazarus/corporate_dome)
-"pyS" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/west_central_jungle)
"pzt" = (
/obj/structure/surface/table,
/obj/structure/machinery/light{
@@ -17187,10 +16596,6 @@
"pDK" = (
/turf/open/gm/dirt/desert0,
/area/lv624/ground/caves/sand_temple)
-"pEl" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/lazarus/landing_zones/lz1)
"pET" = (
/obj/effect/decal/grass_overlay/grass1{
dir = 6
@@ -17251,25 +16656,9 @@
/obj/structure/flora/bush/ausbushes/ausbush,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/south_central_caves)
-"pIC" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_east_jungle)
-"pJr" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_west_barrens)
-"pJN" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/grass/grass1,
-/area/lv624/lazarus/quartstorage/outdoors)
"pKm" = (
/turf/open/floor/asteroidwarning/west,
/area/lv624/ground/colony/telecomm/sw_lz2)
-"pKp" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/lv624/lazarus/quartstorage)
"pKS" = (
/obj/structure/flora/jungle/vines/heavy,
/obj/structure/flora/jungle/vines/light_2,
@@ -17292,10 +16681,6 @@
/obj/structure/flora/bush/ausbushes/ppflowers,
/turf/open/gm/dirtgrassborder/east,
/area/lv624/ground/jungle/east_jungle)
-"pMV" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/west_barrens)
"pNa" = (
/obj/structure/flora/grass/tallgrass/jungle/corner,
/turf/open/gm/grass/grass1,
@@ -17440,7 +16825,6 @@
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
"qaE" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/landmark/queen_spawn,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/gm/dirt,
@@ -17471,7 +16855,6 @@
/turf/open/floor/white,
/area/lv624/lazarus/corporate_dome)
"qez" = (
-/obj/effect/landmark/good_item,
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/dark,
/area/lv624/lazarus/comms)
@@ -17647,10 +17030,6 @@
/obj/structure/flora/bush/ausbushes/var3/ywflowers,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/north_east_jungle)
-"qAP" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/west_nexus_road)
"qAR" = (
/obj/structure/flora/bush/ausbushes/var3/brflowers,
/turf/open/gm/grass/grass1,
@@ -17933,10 +17312,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/dirtgrassborder/west,
/area/lv624/ground/jungle/east_jungle)
-"rcR" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_eastern_barrens)
"rcY" = (
/obj/effect/landmark/objective_landmark/science,
/turf/open/floor/redyellowfull,
@@ -17994,10 +17369,6 @@
"rit" = (
/turf/open/gm/coast/south,
/area/lv624/ground/river/central_river)
-"rkq" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/green/northwest,
-/area/lv624/lazarus/hydroponics)
"rkZ" = (
/obj/item/shard,
/obj/item/stack/rods,
@@ -18388,11 +17759,6 @@
/obj/effect/landmark/objective_landmark/close,
/turf/open/floor/dark,
/area/lv624/lazarus/quartstorage)
-"sau" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/flora/jungle/vines/light_1,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_west_jungle)
"sbt" = (
/obj/effect/decal/cleanable/blood,
/obj/structure/bed/roller,
@@ -18720,10 +18086,6 @@
"sIi" = (
/turf/open/floor/whitebluecorner/east,
/area/lv624/lazarus/corporate_dome)
-"sIr" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_west_barrens)
"sIH" = (
/obj/effect/decal/remains/xeno,
/turf/open/floor/sandstone/runed,
@@ -18794,10 +18156,6 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/dirtgrassborder/south,
/area/lv624/ground/caves/sand_temple)
-"sPm" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/barrens/south_eastern_jungle_barrens)
"sPy" = (
/obj/structure/flora/bush/ausbushes/ausbush,
/turf/open/gm/grass/grass1,
@@ -19148,10 +18506,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/north_east_caves)
-"tuX" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood/wood_broken6,
-/area/lv624/ground/caves/north_central_caves)
"tvC" = (
/obj/structure/flora/bush/ausbushes/palebush,
/turf/open/gm/dirtgrassborder/west,
@@ -19193,10 +18547,6 @@
},
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west,
/area/lv624/ground/caves/sand_temple)
-"tzK" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_central_jungle)
"tzP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed/chair/office/light{
@@ -19355,11 +18705,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/south_west_caves)
-"tRu" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/jungle/vines/heavy,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"tRE" = (
/obj/effect/decal/cleanable/blood/gibs/xeno,
/turf/open/gm/dirt,
@@ -19476,10 +18821,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/barrens/south_eastern_barrens)
-"udM" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/dark,
-/area/lv624/lazarus/engineering)
"udP" = (
/turf/open/gm/dirt,
/area/lv624/ground/colony/south_medbay_road)
@@ -19622,10 +18963,6 @@
/obj/structure/platform_decoration,
/turf/open/floor/brown/northwest,
/area/lv624/lazarus/comms)
-"upM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_east_jungle)
"upQ" = (
/obj/effect/landmark/structure_spawner/xvx_hive/xeno_nest,
/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest,
@@ -19656,14 +18993,6 @@
/obj/structure/flora/bush/ausbushes/reedbush,
/turf/open/gm/dirt,
/area/lv624/ground/barrens/central_barrens)
-"uuf" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/jungle/east_jungle)
-"uuV" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirtgrassborder/south,
-/area/lv624/ground/jungle/east_jungle)
"uve" = (
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/barrens/south_eastern_jungle_barrens)
@@ -20138,10 +19467,6 @@
"vty" = (
/turf/open/gm/grass/grass1,
/area/lv624/ground/barrens/south_eastern_jungle_barrens)
-"vuy" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/lazarus/crashed_ship_containers)
"vvs" = (
/obj/structure/platform/mineral/sandstone/runed{
dir = 4
@@ -20278,10 +19603,6 @@
/obj/item/shard,
/turf/open/floor/dark,
/area/lv624/lazarus/comms)
-"vKc" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/central_jungle)
"vKt" = (
/obj/structure/flora/jungle/vines/light_2,
/turf/open/gm/grass/grass1,
@@ -20665,11 +19986,6 @@
"wxP" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner/south_west,
/area/lv624/ground/jungle/north_jungle)
-"wzG" = (
-/obj/effect/landmark/hunter_primary,
-/obj/structure/flora/jungle/vines/heavy,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_west_jungle)
"wzI" = (
/obj/structure/flora/bush/ausbushes/var3/ywflowers,
/turf/open/auto_turf/strata_grass/layer1,
@@ -20717,7 +20033,6 @@
/turf/open/floor/wood,
/area/lv624/ground/jungle/west_jungle/ceiling)
"wFR" = (
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/wood/wood_broken3,
/area/lv624/ground/caves/north_central_caves)
@@ -20860,7 +20175,6 @@
/turf/open/floor/strata/grey_multi_tiles,
/area/lv624/ground/caves/sand_temple)
"wSR" = (
-/obj/effect/landmark/hunter_secondary,
/obj/structure/surface/table/reinforced/prison,
/obj/item/storage/firstaid/fire{
pixel_x = 5
@@ -20933,10 +20247,6 @@
},
/turf/open/floor/whiteblue/northeast,
/area/lv624/lazarus/corporate_dome)
-"wWS" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"wXg" = (
/obj/item/stack/sheet/metal{
pixel_x = 16;
@@ -21060,10 +20370,6 @@
/obj/structure/flora/bush/ausbushes/grassybush,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/east_caves)
-"xov" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/central_barrens)
"xoL" = (
/obj/structure/flora/grass/tallgrass/jungle/corner{
dir = 10
@@ -21213,10 +20519,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/caves/east_caves)
-"xHa" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/north_west_jungle)
"xHW" = (
/obj/structure/flora/bush/ausbushes/var3/brflowers,
/turf/open/auto_turf/strata_grass/layer1,
@@ -21494,10 +20796,6 @@
/obj/effect/landmark/objective_landmark/close,
/turf/open/floor/whiteyellow/southwest,
/area/lv624/lazarus/corporate_dome)
-"ylL" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/north_tcomms_road)
(1,1,1) = {"
aac
@@ -22126,7 +21424,7 @@ npQ
atC
aAt
aro
-aHE
+aro
aro
asw
asw
@@ -22607,7 +21905,7 @@ aro
asc
aLj
aPm
-aQX
+aLj
aXx
aXj
aKb
@@ -22821,7 +22119,7 @@ ayA
ayA
awV
asw
-aHE
+aro
asg
asw
asw
@@ -22844,7 +22142,7 @@ ggl
aVE
sUm
aKb
-tRu
+aKf
dvF
aKf
kwG
@@ -23219,7 +22517,7 @@ nBh
nBh
nBh
nBh
-mkr
+nBh
nBh
afV
afV
@@ -23934,7 +23232,7 @@ ane
oyx
oyx
oyx
-pJr
+oyx
aYQ
aud
amG
@@ -24368,7 +23666,7 @@ afV
ahF
ahF
ahF
-ahV
+ahF
ahF
afJ
ahF
@@ -24632,7 +23930,7 @@ aAl
aAl
aAl
aAl
-bbC
+aAl
aAl
kQY
ayV
@@ -24898,7 +24196,7 @@ aXh
aXh
aKb
aLj
-hSz
+aXh
hUs
aKb
aKb
@@ -25057,7 +24355,7 @@ ane
ane
ane
ahF
-isF
+ahF
ahF
ahF
ahF
@@ -25578,7 +24876,7 @@ aKf
aKf
ggl
nLk
-aEv
+nLk
caX
gds
aKb
@@ -25722,7 +25020,7 @@ ane
ahF
ahF
ahF
-ahV
+ahF
ahF
xYD
gTj
@@ -25982,7 +25280,7 @@ ane
ane
oyx
oyx
-gzW
+oyx
oyx
oyx
aYQ
@@ -26495,7 +25793,7 @@ aKb
aKb
hUs
hUs
-iGn
+aXh
aXh
aXh
aKb
@@ -26503,7 +25801,7 @@ aKb
aXh
aKb
aXh
-hSz
+aXh
aLj
aXh
aKb
@@ -26936,7 +26234,7 @@ cIL
gby
aIb
lKe
-aKd
+cIL
cIL
sqw
aKb
@@ -27807,7 +27105,7 @@ oyx
oyx
oyx
oyx
-aYY
+aYQ
aud
aud
aud
@@ -27861,17 +27159,17 @@ aVK
aXh
aXh
aXh
-iGn
+aXh
aXh
aXh
ggl
jHT
kJu
sUm
-hSz
aXh
aXh
-iGn
+aXh
+aXh
aXh
aKb
aKb
@@ -28214,7 +27512,7 @@ gwP
gwP
gwP
aes
-aeS
+aez
aez
aez
aez
@@ -28679,7 +27977,7 @@ ane
ane
afV
ahF
-isF
+ahF
ahF
lYt
fmW
@@ -28760,7 +28058,7 @@ aRg
aRg
aRg
aRg
-aKO
+aRg
aRg
aEw
aRg
@@ -28781,7 +28079,7 @@ aUQ
aUQ
aUQ
aUQ
-aXU
+aUQ
aTf
aTf
aTf
@@ -28930,7 +28228,7 @@ ahF
ahF
krs
ahF
-ahV
+ahF
ahF
ahF
ahF
@@ -28943,7 +28241,7 @@ ane
oyx
oyx
oyx
-sIr
+oyx
oyx
aZa
aYR
@@ -29168,7 +28466,7 @@ ane
ane
ane
oyx
-pJr
+oyx
oyx
oyx
oyx
@@ -29183,7 +28481,7 @@ arV
aud
auP
oTJ
-azX
+oTJ
qJe
oTJ
oTJ
@@ -29340,7 +28638,7 @@ acu
acp
gwP
gwP
-abO
+gwP
gwP
gwP
gwP
@@ -29396,7 +28694,7 @@ ane
ane
ane
oyx
-gzW
+oyx
oyx
oyx
oyx
@@ -29660,7 +28958,7 @@ aRg
aRg
aRg
aRg
-aKO
+aRg
aRg
aRg
aBo
@@ -29861,7 +29159,7 @@ aud
aud
amG
aud
-arc
+aud
aud
aud
aud
@@ -30101,7 +29399,7 @@ woF
gyP
vEp
txx
-xHa
+psh
aAp
aAp
aAp
@@ -30118,7 +29416,7 @@ aRg
aRg
aRg
aRg
-aKO
+aRg
aRg
aRg
aRg
@@ -30576,7 +29874,7 @@ aRg
aRg
aRg
aRg
-aKO
+aRg
aRg
aRg
aRg
@@ -30706,7 +30004,7 @@ dmT
uRe
gwP
gwP
-acS
+gwP
gwP
gwP
gwP
@@ -30744,7 +30042,7 @@ eZg
rHV
gTj
nys
-isF
+ahF
ahF
ahF
ahF
@@ -31168,7 +30466,7 @@ xZE
gwP
gwP
tOS
-abO
+gwP
acp
xZE
gwP
@@ -31221,7 +30519,7 @@ oyx
oyx
aZa
aYS
-anl
+aud
aud
aud
aud
@@ -31280,7 +30578,7 @@ aKb
aVK
aXh
aXh
-bSm
+efp
efp
efp
aTf
@@ -31687,7 +30985,7 @@ oTJ
teS
psh
vEp
-wzG
+cRT
dmS
cRT
nuW
@@ -31741,7 +31039,7 @@ hSp
efp
efp
uSq
-njC
+qIO
qIO
qIO
qIO
@@ -32111,7 +31409,7 @@ ane
ahF
ahF
ahF
-ahV
+ahF
ahF
ahF
ahF
@@ -32297,7 +31595,7 @@ gwP
hjo
qtK
qhl
-clO
+qhl
qhl
wHh
gwP
@@ -32781,7 +32079,7 @@ pat
afJ
ahF
ahF
-ahV
+ahF
ahF
ahF
ahF
@@ -32888,7 +32186,7 @@ ntL
kxI
kxI
rCV
-hyK
+kxI
kZw
orj
teJ
@@ -32971,7 +32269,7 @@ gwP
gwP
gwP
gwP
-abO
+gwP
gwP
aca
gwP
@@ -32992,7 +32290,7 @@ acp
xKL
gwP
gwP
-abO
+gwP
gwP
gwP
gwP
@@ -33193,7 +32491,7 @@ aca
gwP
gwP
gwP
-abO
+gwP
gwP
gwP
gwP
@@ -33510,7 +32808,7 @@ bnE
pYq
hIq
cTi
-sau
+vEp
nuW
nuW
nuW
@@ -33539,7 +32837,7 @@ avH
aJF
aCs
aDv
-aEu
+aDv
aDv
aDv
aDv
@@ -33765,7 +33063,7 @@ axj
aCK
ado
aDv
-aEu
+aDv
aDv
aDv
aDv
@@ -33794,7 +33092,7 @@ qIO
qIO
qIO
qIO
-njC
+qIO
qIO
ntL
kxI
@@ -33954,7 +33252,7 @@ oyx
oyx
aYQ
aud
-anl
+aud
aud
aud
auP
@@ -33983,7 +33281,7 @@ axi
axi
aym
axi
-aza
+axi
azG
bvq
axi
@@ -34017,7 +33315,7 @@ gcZ
gnx
qIO
qIO
-njC
+qIO
qIO
qIO
qIO
@@ -34196,7 +33494,7 @@ psh
vEp
nuW
cTi
-wzG
+cRT
vEp
psh
psh
@@ -34360,7 +33658,7 @@ iIB
iIB
iIB
rTT
-dAu
+rTT
hkT
shb
eGD
@@ -34475,7 +33773,7 @@ cvk
yjh
qIO
qIO
-njC
+qIO
qIO
qIO
oSv
@@ -34875,7 +34173,7 @@ teS
psh
psh
nuW
-kRg
+psh
nuW
cTi
vEp
@@ -35135,7 +34433,7 @@ cPV
aGl
aDP
wMk
-pyS
+cPV
wMk
laY
cPV
@@ -35300,7 +34598,7 @@ xwr
ahx
ahJ
ahL
-aif
+ahL
ahL
ahJ
ahx
@@ -35547,7 +34845,7 @@ aYR
aYS
aud
aud
-anl
+aud
aud
aud
aud
@@ -35614,7 +34912,7 @@ wMk
qGK
uSq
qIO
-njC
+qIO
qIO
qIO
qIO
@@ -35808,7 +35106,7 @@ psh
kzv
uiN
byY
-ylL
+byY
byY
mun
oGs
@@ -36297,7 +35595,7 @@ rIq
rBF
qGK
uSq
-njC
+qIO
qIO
qIO
ctS
@@ -36325,7 +35623,7 @@ abm
abm
abk
ack
-aqz
+avm
avm
avm
ohE
@@ -36379,7 +35677,7 @@ hhs
uaL
iuf
jvQ
-abH
+jvQ
jvQ
xKL
gwP
@@ -37092,7 +36390,7 @@ abS
abS
eGD
eGD
-adc
+eGD
eGD
eGD
fqi
@@ -37126,7 +36424,7 @@ nrm
xwr
xwr
xwr
-pMV
+xwr
xwr
xwr
xwr
@@ -37218,7 +36516,7 @@ isR
vRe
aPT
ooM
-nuU
+rCV
kxI
tsa
kxI
@@ -37239,7 +36537,7 @@ abk
aec
aYO
avm
-aqz
+avm
avm
abU
sdh
@@ -37407,7 +36705,7 @@ wqO
jHd
psh
uiN
-aBx
+byY
byY
byY
byY
@@ -37437,7 +36735,7 @@ aRd
aQn
aQn
aQn
-aTH
+aQn
aQn
aQn
aQn
@@ -37469,7 +36767,7 @@ adQ
avm
avm
aYO
-aqz
+avm
sdh
aHT
aah
@@ -37569,7 +36867,7 @@ xwr
xwr
xwr
xwr
-mPK
+xwr
xwr
xwr
xwr
@@ -37624,7 +36922,7 @@ atO
atO
atO
asT
-hpN
+ath
atp
aum
asT
@@ -37640,7 +36938,6 @@ byY
byY
byY
byY
-ylL
byY
byY
byY
@@ -37650,7 +36947,8 @@ byY
byY
byY
byY
-ylL
+byY
+byY
byY
byY
byY
@@ -37882,7 +37180,7 @@ byY
byY
byY
byY
-ylL
+byY
byY
mun
oGs
@@ -38030,7 +37328,7 @@ xwr
xwr
xwr
lbd
-ahe
+cXk
cXk
lsK
xBm
@@ -38150,7 +37448,7 @@ abk
abA
aEJ
avm
-aqz
+avm
avm
avm
abZ
@@ -38224,7 +37522,7 @@ abl
dGQ
bje
gVw
-lbt
+tMQ
rTT
rTT
nLF
@@ -38274,7 +37572,7 @@ xBm
akm
sqj
sqj
-ajH
+sqj
sqj
rit
asr
@@ -38548,7 +37846,7 @@ asT
aAo
lYB
byY
-ylL
+byY
byY
fTf
aJr
@@ -38700,7 +37998,7 @@ xwr
xwr
xwr
xwr
-mPK
+xwr
xwr
xwr
jTP
@@ -38776,14 +38074,14 @@ asU
byY
byY
aAq
-ylL
+byY
byY
fTf
qDQ
aJr
jGW
aOX
-vKc
+aJr
ltT
ltT
aJr
@@ -38796,7 +38094,7 @@ jEc
naR
kUr
byY
-ylL
+byY
byY
taK
aPt
@@ -38989,7 +38287,7 @@ udP
asV
atp
atp
-auv
+ayK
atp
avr
atp
@@ -39017,7 +38315,7 @@ aDl
ltT
aDl
aLv
-vKc
+aJr
aJr
aJr
aJr
@@ -39060,12 +38358,12 @@ aac
abm
abk
abU
-aqz
+avm
aCG
euW
ilO
moV
-lRy
+aEI
uIF
aHT
aah
@@ -39153,7 +38451,7 @@ abS
abS
xwr
xwr
-mPK
+xwr
xwr
xwr
xwr
@@ -39202,10 +38500,10 @@ anS
anS
pgf
pwq
-aoI
+pwq
gXu
pwq
-aoI
+pwq
pwq
pwq
pwq
@@ -39437,7 +38735,7 @@ pwq
pwq
hbF
pwq
-arg
+nYZ
iBD
nSg
udP
@@ -39634,7 +38932,7 @@ wVk
csM
wVk
wVk
-aop
+wVk
wVk
wVk
wVk
@@ -39725,7 +39023,7 @@ dHr
bUc
aPt
aPt
-tzK
+kxI
kxI
kxI
kXE
@@ -39906,7 +39204,7 @@ aum
avq
aum
awp
-awK
+aum
avq
aum
ays
@@ -39919,7 +39217,7 @@ aJr
aOW
lqS
aJr
-aUi
+aJr
aJr
jTm
ltT
@@ -40113,7 +39411,7 @@ tyG
anS
qJq
eoM
-aoI
+pwq
pwq
gXu
pwq
@@ -40324,7 +39622,7 @@ wVk
wVk
ajr
sqj
-ajH
+sqj
sqj
akW
oXS
@@ -40387,7 +39685,7 @@ jTm
aJr
aJr
aIL
-aKh
+aQo
aKC
aLc
aLJ
@@ -40497,7 +39795,7 @@ abl
izh
izh
abl
-abg
+abl
acf
acf
acf
@@ -40533,7 +39831,7 @@ afk
afv
ajW
ajW
-afI
+ajW
ajW
ajW
ajW
@@ -40575,7 +39873,7 @@ anF
apC
pwq
pwq
-aoI
+pwq
hZg
qJg
nSg
@@ -40712,7 +40010,7 @@ abl
abl
abl
abl
-abW
+abl
abl
abl
abl
@@ -40759,7 +40057,7 @@ wVk
wVk
wVk
afv
-afI
+ajW
afX
agf
ajW
@@ -40769,7 +40067,7 @@ eah
ajW
dTY
afX
-agk
+afN
ahQ
afk
wVk
@@ -40826,7 +40124,7 @@ edS
bZb
aJr
aJr
-vKc
+aJr
aJr
por
kAg
@@ -40888,7 +40186,7 @@ axo
avm
rQf
abk
-aqz
+avm
avm
uST
aHT
@@ -40992,7 +40290,7 @@ afN
ajW
gfc
agt
-agD
+aVn
agR
aVn
afN
@@ -41098,7 +40396,7 @@ mBH
aVB
kxI
kxI
-hyK
+kxI
tsa
tsa
aac
@@ -41114,7 +40412,7 @@ abm
abk
avn
avm
-tuX
+aEJ
abk
avm
abZ
@@ -41199,7 +40497,7 @@ abS
rTT
xdb
rTT
-acY
+nLF
rbs
eGD
eGD
@@ -41247,7 +40545,7 @@ xoL
toL
ldZ
amB
-jFF
+tyG
nOX
tyG
tyG
@@ -41270,7 +40568,7 @@ udP
aCS
jHN
jHN
-ofv
+jHN
jHN
atw
awv
@@ -41294,7 +40592,7 @@ mKf
mKf
mKf
mKf
-qAP
+mKf
mKf
mKf
aIM
@@ -41493,7 +40791,7 @@ buW
jHN
szy
udP
-oua
+udP
udP
aCS
atw
@@ -41519,7 +40817,7 @@ aJr
aDn
pIy
mKf
-qAP
+mKf
mKf
mKf
mKf
@@ -41544,7 +40842,7 @@ jdL
aWD
aUq
aTN
-udM
+aTM
aTM
aUx
aSX
@@ -41691,7 +40989,7 @@ wVk
wVk
wVk
wVk
-aqs
+ajr
sqj
sqj
sqj
@@ -41707,7 +41005,7 @@ tyG
tyG
mUQ
tyG
-jow
+tyG
tyG
tyG
tyG
@@ -41863,7 +41161,7 @@ abl
abl
abl
dGQ
-aaM
+dGQ
dGQ
izh
acf
@@ -41946,7 +41244,7 @@ sVh
jHN
jHN
jHN
-ofv
+jHN
odE
udP
udP
@@ -41956,7 +41254,7 @@ adp
auA
atX
atX
-avM
+atX
awx
atX
axt
@@ -41980,7 +41278,7 @@ iCN
uxh
uEb
heZ
-oJL
+hSn
hSn
aIL
aKi
@@ -42303,7 +41601,7 @@ acf
abl
abl
abl
-abg
+abl
abv
abl
abl
@@ -42361,7 +41659,7 @@ ajW
agq
agq
agH
-agV
+agq
ahi
ajW
afN
@@ -42416,7 +41714,7 @@ atX
atX
atX
axv
-axQ
+ayx
ayx
ayx
azl
@@ -42585,14 +41883,14 @@ afk
afv
afN
afY
-agk
+afN
ajW
agf
ajW
afK
ajW
ajW
-ahs
+agS
ajW
ahQ
wVk
@@ -42656,7 +41954,7 @@ mKf
mKf
mKf
mKf
-qAP
+mKf
mKf
mKf
mKf
@@ -43078,7 +42376,7 @@ tyG
anT
aol
aoA
-rkq
+aoA
aoO
aoA
aoA
@@ -43323,7 +42621,7 @@ atw
atw
auF
auE
-avw
+auE
auE
auF
atX
@@ -43349,7 +42647,7 @@ mKf
mKf
mKf
mKf
-qAP
+mKf
mKf
mKf
mKf
@@ -43557,7 +42855,7 @@ auF
atX
atX
atX
-avM
+atX
atX
azn
atw
@@ -43585,7 +42883,7 @@ mKf
mKf
dEg
dEg
-aOx
+dEg
dEg
dEg
dEg
@@ -43767,7 +43065,7 @@ aoA
aoA
aoA
aoA
-rkq
+aoA
aoA
aoA
aoA
@@ -44048,7 +43346,7 @@ dEg
xXZ
oUy
aKo
-aXo
+oUy
oUy
lEY
mko
@@ -44204,7 +43502,7 @@ sTX
sqj
sqj
sqj
-ajH
+sqj
alW
dVH
hJW
@@ -44253,7 +43551,7 @@ bbL
ukk
aKo
oUy
-aXo
+oUy
oUy
aDS
aDS
@@ -44282,7 +43580,7 @@ oUy
mko
yle
yle
-fXr
+yle
cqw
gzd
eqs
@@ -44401,7 +43699,7 @@ qjf
qjf
qjf
qjf
-aeN
+qjf
qjf
qjf
qjf
@@ -44516,7 +43814,7 @@ lfy
lfy
lfy
pbn
-hyK
+kxI
kxI
kxI
tsa
@@ -44676,7 +43974,7 @@ nEE
aoA
aoA
aoA
-rkq
+aoA
aoA
aoA
aoA
@@ -44700,7 +43998,7 @@ nLI
oUy
oUy
oUy
-aXo
+oUy
aKo
aKo
oUy
@@ -44913,7 +44211,7 @@ arv
anT
xpf
jRm
-mFu
+jRm
iwh
aWC
oUy
@@ -44954,7 +44252,7 @@ aLS
aMZ
aMZ
snI
-aPo
+aMZ
aLk
aZi
aQx
@@ -45172,7 +44470,7 @@ aFj
aGH
aHa
aDy
-aIe
+azt
azt
azt
azt
@@ -45196,7 +44494,7 @@ yle
yle
yle
yle
-fXr
+yle
yle
yle
cqw
@@ -45333,7 +44631,7 @@ wVk
wVk
wVk
csM
-xov
+wVk
wVk
dIO
wVk
@@ -45625,7 +44923,7 @@ aED
aFk
aFO
aGo
-aGJ
+aGH
aGH
aDy
azt
@@ -45722,7 +45020,7 @@ acf
acf
abv
abl
-abg
+abl
acf
acf
acf
@@ -45763,7 +45061,7 @@ qRj
pDt
pDt
pDt
-wWS
+pDt
aem
qjf
aex
@@ -46479,7 +45777,7 @@ nqv
nqv
akm
sqj
-ajH
+sqj
sqj
sqj
sqj
@@ -46553,7 +45851,7 @@ aNe
aPr
aLl
aQH
-aRE
+aRD
aSw
aQM
aYN
@@ -46665,7 +45963,7 @@ crn
eQL
eQL
ntr
-hEe
+eQL
xhv
pDt
oeN
@@ -46745,7 +46043,7 @@ aKo
aKo
xGd
oUy
-aXo
+oUy
aOG
oUy
ttu
@@ -46753,7 +46051,7 @@ oUy
oUy
oUy
azp
-aAv
+aBU
aAU
aBA
aAU
@@ -46789,7 +46087,7 @@ aQM
aUB
aZE
aQM
-aXV
+oUy
oUy
mko
yle
@@ -46912,7 +46210,7 @@ qjf
qjf
qjf
qjf
-aeN
+qjf
qjf
aex
qjf
@@ -46964,7 +46262,7 @@ tyG
eDy
tyG
gYs
-mFu
+jRm
jRm
iwh
aMD
@@ -46984,7 +46282,7 @@ azp
azP
azP
aAU
-aBY
+aAU
azP
azP
azP
@@ -47022,7 +46320,7 @@ oUy
mko
yle
yle
-fXr
+yle
cqw
mVK
kxI
@@ -47465,7 +46763,7 @@ aOK
aZz
aLl
akh
-aRI
+aRD
aSA
aSA
aTC
@@ -47865,7 +47163,7 @@ lSs
lSs
lSs
lSs
-bei
+cwV
vtt
vjH
lSs
@@ -47891,7 +47189,7 @@ oUy
sgj
mXR
ayu
-azr
+aHq
azt
aAy
azt
@@ -47917,7 +47215,7 @@ aWj
aMg
azt
azt
-aIe
+azt
aDu
aPZ
aQN
@@ -47933,7 +47231,7 @@ azt
aWK
yle
yle
-fXr
+yle
yle
cqw
kxI
@@ -48105,7 +47403,7 @@ fuY
cpY
gYs
jRm
-mFu
+jRm
aXi
tsK
tsK
@@ -48150,7 +47448,7 @@ azt
azt
azt
aEP
-aIe
+azt
azt
azt
azt
@@ -48344,7 +47642,7 @@ jRm
jRm
jRm
jRm
-mFu
+jRm
jRm
ayw
azt
@@ -48362,7 +47660,7 @@ aCw
aCw
aCw
aCw
-aHg
+azt
azt
aWj
aJd
@@ -48384,7 +47682,7 @@ azt
azt
aEP
azt
-aIe
+azt
aVN
azt
yle
@@ -48602,14 +47900,14 @@ aMh
aNj
aFt
aOM
-aPx
+aFt
aQa
aFt
aRN
aFt
aSV
aHh
-aUa
+aHK
aUH
azt
azt
@@ -48793,7 +48091,7 @@ jRm
jRm
jRm
jRm
-mFu
+jRm
jRm
jRm
jRm
@@ -48940,7 +48238,7 @@ acH
acw
acQ
yfH
-gcI
+yfH
xyI
adf
aYn
@@ -48951,7 +48249,7 @@ adw
pDt
pDt
pDt
-adU
+adA
acJ
qRj
pDt
@@ -49054,7 +48352,7 @@ aJf
aJa
aJf
azt
-aHg
+azt
azt
aBB
azt
@@ -49068,7 +48366,7 @@ azt
azt
aEP
azu
-aVO
+aVN
aWj
azt
yle
@@ -49399,11 +48697,11 @@ iKp
qHC
blC
fNA
-gcI
+yfH
lkj
uya
wSg
-iZG
+pDt
iLL
pDt
pDt
@@ -49443,7 +48741,7 @@ bZX
ajr
sqj
sqj
-ajH
+sqj
dGG
nPd
dVH
@@ -49534,7 +48832,7 @@ ebS
vjO
oAJ
qZv
-hxL
+eqs
tsa
tsa
aac
@@ -49622,7 +48920,7 @@ acf
ecy
acw
eLx
-gcI
+yfH
acV
tlQ
hfX
@@ -49852,7 +49150,7 @@ acD
acw
acL
xyI
-vuy
+uya
dOf
psZ
dWa
@@ -49942,7 +49240,7 @@ fjM
cOs
cOs
fjM
-ayS
+azU
azy
azT
aAB
@@ -50106,7 +49404,7 @@ ahO
xNK
xNK
xNK
-bfc
+xNK
xNK
xNK
lQC
@@ -50176,7 +49474,7 @@ azw
azR
azR
aBD
-aCc
+aBC
azR
azR
azR
@@ -50201,12 +49499,12 @@ aNZ
aPz
aQd
aNZ
-aUM
+aUL
aSE
aSZ
aNk
aUd
-aUM
+aUL
aVs
aVu
aVu
@@ -50548,7 +49846,7 @@ pDt
pDt
pDt
pDt
-iZG
+pDt
pDt
pDt
pDt
@@ -50839,7 +50137,7 @@ cpY
cpY
cpY
cpY
-pIC
+cpY
asy
cpY
aqG
@@ -50876,7 +50174,7 @@ aIt
aJh
aJM
aKv
-aIe
+azt
aMl
aMl
aNl
@@ -51082,7 +50380,7 @@ fjM
cmf
xKu
fjM
-pJN
+fjM
cOs
azU
azy
@@ -51265,7 +50563,7 @@ aiK
bZX
iXj
ajr
-ajH
+sqj
sqj
sqj
sqj
@@ -51347,7 +50645,7 @@ aTd
aTd
aNo
aNo
-cMj
+wpw
wpw
wpw
pPd
@@ -51508,7 +50806,7 @@ cpY
cpY
fuY
cwV
-lHL
+cpY
fuY
fuY
fuY
@@ -51567,7 +50865,7 @@ aLp
aMl
aOO
aOO
-aQg
+aOO
aOO
aRW
aOd
@@ -51756,7 +51054,7 @@ aqW
aqW
arH
aqW
-aua
+aqW
asj
ava
ask
@@ -52012,7 +51310,7 @@ aGw
asN
aHp
azt
-aIv
+azt
azt
azt
azt
@@ -52141,7 +51439,7 @@ lBl
vCG
pDt
pDt
-iZG
+pDt
pDt
pDt
pDt
@@ -52232,7 +51530,7 @@ ati
aAD
ati
axZ
-aEf
+aEg
aEg
aEg
aEg
@@ -52249,7 +51547,7 @@ azt
azt
acs
aMl
-aOR
+aPD
aPD
aPD
aPD
@@ -52261,7 +51559,7 @@ apu
apu
apu
apu
-fir
+wpw
jzZ
wpw
buL
@@ -52270,7 +51568,7 @@ bCT
wpw
wpw
wpw
-cMj
+wpw
lBw
lBw
aac
@@ -52416,7 +51714,7 @@ hsc
amS
dmZ
dmZ
-amW
+dmZ
mMq
rgQ
cwV
@@ -52431,7 +51729,7 @@ pba
cpY
bit
cpY
-aqH
+aqG
aqW
aqW
aqW
@@ -52899,7 +52197,7 @@ ask
gin
ask
ask
-avx
+ask
ask
ask
ask
@@ -53081,7 +52379,7 @@ ahv
xch
xch
xch
-ffC
+xch
xch
xch
oGr
@@ -53090,7 +52388,7 @@ oGr
jic
xch
ajw
-akd
+ajI
ajI
ajI
ajI
@@ -53135,10 +52433,10 @@ ask
axZ
ati
ati
-avj
+ati
ati
psH
-ayD
+ati
psH
ati
psH
@@ -53407,7 +52705,7 @@ apu
apu
jzZ
wpw
-cMj
+wpw
wpw
wpw
wpw
@@ -53609,7 +52907,7 @@ aDM
aHs
maE
aIw
-aJl
+aIw
aIw
aIw
aIw
@@ -54007,7 +53305,7 @@ uxT
uxT
aqu
ajI
-alx
+ajI
ajI
alw
ajI
@@ -54294,7 +53592,7 @@ aDi
aHM
aGz
aHM
-aJS
+aGz
aHM
aGz
vBQ
@@ -54703,7 +54001,7 @@ wWm
cUk
cpY
fuY
-upM
+cpY
cpY
vSG
vjH
@@ -54983,7 +54281,7 @@ aGe
aGB
aEj
aFK
-aNp
+aGe
aGB
aEj
aFK
@@ -55191,7 +54489,7 @@ phU
muv
btF
aDi
-lke
+aGz
aGz
aGz
aGz
@@ -55607,7 +54905,7 @@ alz
ajI
ajI
ajI
-alx
+ajI
ajI
ajI
ajI
@@ -55637,12 +54935,12 @@ fFM
ati
awY
ati
-pKp
+axa
gzD
lyS
lyS
apu
-pEl
+aky
phU
phU
btF
@@ -55884,14 +55182,14 @@ ank
ank
ank
ank
-aGC
ank
ank
ank
ank
ank
ank
-aGC
+ank
+ank
ank
ank
ank
@@ -55984,7 +55282,7 @@ xmK
bvj
mHk
egU
-abo
+acg
acg
acg
pUm
@@ -56350,7 +55648,7 @@ aLz
ank
ank
ank
-aGC
+ank
ank
ank
ank
@@ -56373,7 +55671,7 @@ pNr
meP
xPS
wpw
-cMj
+wpw
wpw
qjt
lBw
@@ -56569,7 +55867,7 @@ ank
ank
ank
ank
-aGU
+ank
ank
ank
ank
@@ -56799,7 +56097,7 @@ ank
ank
ank
ank
-aGC
+ank
ank
ank
ank
@@ -56918,7 +56216,7 @@ whU
whU
whU
whU
-aco
+rby
vAT
vAT
bcU
@@ -57053,7 +56351,7 @@ apu
apu
meP
wYp
-cMj
+wpw
lBw
wpw
wpw
@@ -57208,7 +56506,7 @@ ajI
ajI
ajI
ajI
-alx
+ajI
alA
ajI
arS
@@ -57227,7 +56525,7 @@ abY
mMv
axa
axa
-pKp
+axa
axa
ati
axa
@@ -58097,7 +57395,7 @@ xch
xch
eGg
xch
-boy
+xch
rGZ
xch
dGc
@@ -58834,7 +58132,7 @@ qns
oUa
oUa
oUa
-uuf
+oUa
oUa
cCr
vKt
@@ -59533,7 +58831,7 @@ apu
apu
vKt
apu
-kNm
+dLY
dLY
dLY
eSg
@@ -59548,7 +58846,7 @@ rtD
vfR
wYp
fEn
-bte
+wYp
wYp
wYp
meP
@@ -59769,7 +59067,7 @@ vNP
djI
jik
dLY
-kNm
+dLY
vKt
djI
dZY
@@ -60422,7 +59720,7 @@ fSX
hRS
btS
oUa
-uuV
+cCr
dLY
eOk
iBy
@@ -60605,7 +59903,7 @@ xch
xch
xch
xch
-rcR
+xch
xch
dGc
dNj
@@ -60656,7 +59954,7 @@ fED
dLY
dLY
jik
-kNm
+dLY
jik
jik
dLY
@@ -60664,7 +59962,7 @@ dLY
dLY
jik
dLY
-kNm
+dLY
dLY
jik
oUa
@@ -60848,7 +60146,7 @@ uve
uve
vty
vty
-sPm
+vty
tqe
uve
uve
diff --git a/maps/map_files/LV624/armory/10.cheese.dmm b/maps/map_files/LV624/armory/10.cheese.dmm
index 127e19a04809..d203dd235795 100644
--- a/maps/map_files/LV624/armory/10.cheese.dmm
+++ b/maps/map_files/LV624/armory/10.cheese.dmm
@@ -40,7 +40,6 @@
/area/lv624/lazarus/main_hall)
"h" = (
/obj/structure/machinery/light/small,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"i" = (
@@ -60,8 +59,6 @@
/obj/item/reagent_container/hypospray/autoinjector/tricord,
/obj/structure/surface/rack,
/obj/item/reagent_container/hypospray/autoinjector/tricord,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/turf/open/floor/cult,
/area/lv624/lazarus/armory)
"m" = (
@@ -89,8 +86,6 @@
/area/lv624/lazarus/armory)
"q" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/verymature,
/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/verymature,
/turf/open/floor/cult,
@@ -151,10 +146,6 @@
"z" = (
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/east_central_jungle)
-"A" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/cult,
-/area/lv624/lazarus/armory)
"B" = (
/obj/structure/machinery/door/airlock/almayer/secure/colony{
locked = 1;
@@ -184,8 +175,6 @@
/area/lv624/lazarus/armory)
"Q" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{
pixel_y = 6
},
@@ -241,7 +230,7 @@ k
p
p
M
-A
+p
i
"}
(5,1,1) = {"
diff --git a/maps/map_files/LV624/armory/10.extra.dmm b/maps/map_files/LV624/armory/10.extra.dmm
index 7acd81bb8e97..8e4fd8568736 100644
--- a/maps/map_files/LV624/armory/10.extra.dmm
+++ b/maps/map_files/LV624/armory/10.extra.dmm
@@ -40,7 +40,6 @@
/area/lv624/lazarus/main_hall)
"h" = (
/obj/structure/machinery/light/small,
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"i" = (
@@ -70,8 +69,6 @@
pixel_y = -2
},
/obj/item/reagent_container/hypospray/autoinjector/tricord,
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/turf/open/floor/cult,
/area/lv624/lazarus/armory)
"m" = (
@@ -106,8 +103,6 @@
/obj/structure/surface/rack{
layer = 2.5
},
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/ammo_magazine/smg/m39/extended,
/obj/item/weapon/gun/smg/m39,
/turf/open/floor/cult,
@@ -136,8 +131,6 @@
/obj/structure/surface/rack{
layer = 2.5
},
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/crap_item,
/obj/item/ammo_magazine/smg/m39/extended,
/obj/item/weapon/gun/smg/m39,
/turf/open/floor/cult,
@@ -156,10 +149,6 @@
"z" = (
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/east_central_jungle)
-"A" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/cult,
-/area/lv624/lazarus/armory)
"B" = (
/obj/structure/machinery/door/airlock/almayer/secure/colony{
locked = 1;
@@ -233,7 +222,7 @@ k
p
p
H
-A
+p
i
"}
(5,1,1) = {"
diff --git a/maps/map_files/LV624/armory/10.looted.dmm b/maps/map_files/LV624/armory/10.looted.dmm
index 87fbccfce955..1de535658c04 100644
--- a/maps/map_files/LV624/armory/10.looted.dmm
+++ b/maps/map_files/LV624/armory/10.looted.dmm
@@ -54,7 +54,6 @@
/area/lv624/lazarus/security)
"k" = (
/obj/structure/machinery/light/small,
-/obj/effect/landmark/crap_item,
/turf/open/floor/platingdmg3,
/area/lv624/lazarus/main_hall)
"l" = (
diff --git a/maps/map_files/LV624/centralcaves/10.T.dmm b/maps/map_files/LV624/centralcaves/10.T.dmm
index 09af40a6e0eb..499595273e2c 100644
--- a/maps/map_files/LV624/centralcaves/10.T.dmm
+++ b/maps/map_files/LV624/centralcaves/10.T.dmm
@@ -151,7 +151,6 @@
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/barrens/north_east_barrens)
"N" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/decal/grass_overlay/grass1/inner{
dir = 9
},
diff --git a/maps/map_files/LV624/centralcaves/10.qc.dmm b/maps/map_files/LV624/centralcaves/10.qc.dmm
index 6245715951fd..fdc65776e956 100644
--- a/maps/map_files/LV624/centralcaves/10.qc.dmm
+++ b/maps/map_files/LV624/centralcaves/10.qc.dmm
@@ -177,13 +177,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/barrens/north_east_barrens)
-"GR" = (
-/obj/effect/landmark/hunter_primary,
-/obj/effect/decal/grass_overlay/grass1/inner{
- dir = 10
- },
-/turf/open/gm/dirt,
-/area/lv624/ground/caves/south_central_caves)
"Is" = (
/obj/structure/blocker/forcefield/multitile_vehicles,
/turf/open/auto_turf/strata_grass/layer1,
@@ -260,7 +253,6 @@
/turf/open/gm/dirt,
/area/lv624/ground/caves/central_caves)
"Vd" = (
-/obj/effect/landmark/hunter_primary,
/obj/effect/decal/grass_overlay/grass1/inner{
dir = 9
},
@@ -590,7 +582,7 @@ ER
ER
Rx
ER
-GR
+wL
Xj
XV
XV
diff --git a/maps/map_files/LV624/crashedship/10.digsite.dmm b/maps/map_files/LV624/crashedship/10.digsite.dmm
index 13a4b645df03..15ffad4ecb6d 100644
--- a/maps/map_files/LV624/crashedship/10.digsite.dmm
+++ b/maps/map_files/LV624/crashedship/10.digsite.dmm
@@ -38,10 +38,6 @@
/obj/effect/decal/cleanable/blood/oil,
/turf/open/gm/dirt,
/area/lv624/lazarus/crashed_ship_containers)
-"eW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/airless/asteroidfloor/northeast,
-/area/lv624/ground/barrens/north_east_barrens)
"gu" = (
/obj/item/stack/cable_coil/random,
/obj/item/explosive/grenade/high_explosive,
@@ -61,19 +57,11 @@
/obj/structure/xenoautopsy/tank/broken,
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
-"kp" = (
-/obj/effect/landmark/crap_item,
-/turf/open/shuttle/bright_red,
-/area/lv624/lazarus/crashed_ship_containers)
"kP" = (
/obj/structure/girder/displaced,
/obj/structure/foamed_metal,
/turf/open/gm/dirt,
/area/lv624/lazarus/crashed_ship_containers)
-"nt" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/lazarus/crashed_ship_containers)
"nv" = (
/obj/structure/girder/displaced,
/turf/open/gm/dirt,
@@ -239,10 +227,6 @@
"PS" = (
/turf/closed/wall/sulaco,
/area/lv624/ground/barrens/north_east_barrens)
-"Ro" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"RT" = (
/obj/item/explosive/grenade/high_explosive/pmc,
/obj/structure/foamed_metal,
@@ -337,7 +321,7 @@ gu
yV
yj
LQ
-nt
+yV
xg
Dw
yV
@@ -348,7 +332,7 @@ PE
Wu
PE
PE
-eW
+ZH
tv
Fk
PE
@@ -364,7 +348,7 @@ HK
jE
vD
xg
-nt
+yV
SX
Fg
PE
@@ -411,7 +395,7 @@ DT
DT
zH
IP
-nt
+yV
Fg
jo
PS
@@ -426,7 +410,7 @@ PE
AA
OV
Ie
-kp
+xg
zH
RT
DT
@@ -510,7 +494,7 @@ PE
PE
PE
PE
-Ro
+PE
PE
PE
"}
diff --git a/maps/map_files/LV624/crashedship/10.swapped.dmm b/maps/map_files/LV624/crashedship/10.swapped.dmm
index 363872ddfa9f..0f4ff479c4ce 100644
--- a/maps/map_files/LV624/crashedship/10.swapped.dmm
+++ b/maps/map_files/LV624/crashedship/10.swapped.dmm
@@ -101,10 +101,6 @@
/obj/effect/landmark/objective_landmark/medium,
/turf/open/gm/dirt,
/area/lv624/lazarus/crashed_ship_containers)
-"sq" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"sK" = (
/obj/effect/decal/remains/human,
/turf/open/gm/dirt,
@@ -208,10 +204,6 @@
/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb,
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
-"KY" = (
-/obj/effect/landmark/crap_item,
-/turf/open/shuttle/bright_red,
-/area/lv624/lazarus/crashed_ship_containers)
"My" = (
/turf/open/floor/airless/asteroidfloor/northeast,
/area/lv624/ground/barrens/north_east_barrens)
@@ -222,10 +214,6 @@
"Pa" = (
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
-"Pp" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/lazarus/crashed_ship_containers)
"Qq" = (
/obj/structure/machinery/constructable_frame{
icon_state = "box_1"
@@ -235,10 +223,6 @@
"QE" = (
/turf/closed/wall/rock/brown,
/area/lv624/ground/caves/south_east_caves)
-"Sj" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/airless/asteroidfloor/northeast,
-/area/lv624/ground/barrens/north_east_barrens)
"SS" = (
/obj/structure/foamed_metal,
/turf/open/gm/dirt,
@@ -332,7 +316,7 @@ EH
SS
AT
AI
-Pp
+AI
Io
AI
qk
@@ -343,7 +327,7 @@ gQ
Vf
Vy
Vy
-Sj
+My
CI
pg
Vy
@@ -406,7 +390,7 @@ At
At
SS
AI
-Pp
+AI
SS
gQ
dZ
@@ -421,7 +405,7 @@ Vy
Um
px
vh
-KY
+Pa
SS
AI
Io
@@ -505,7 +489,7 @@ Vy
Vy
Vy
Vy
-sq
+Vy
Vy
Vy
"}
diff --git a/maps/map_files/LV624/gym/20.pool.dmm b/maps/map_files/LV624/gym/20.pool.dmm
index e0f24e9fdfdd..3c52f671cc21 100644
--- a/maps/map_files/LV624/gym/20.pool.dmm
+++ b/maps/map_files/LV624/gym/20.pool.dmm
@@ -149,10 +149,6 @@
/obj/item/toy/beach_ball,
/turf/open/gm/river,
/area/lv624/lazarus/fitness)
-"yP" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/whitepurplecorner/east,
-/area/lv624/lazarus/fitness)
"yV" = (
/obj/structure/sign/safety/water{
pixel_x = 7;
@@ -179,10 +175,6 @@
},
/turf/open/floor/whitepurplecorner/east,
/area/lv624/lazarus/fitness)
-"Er" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/barber/west,
-/area/lv624/lazarus/fitness)
"Ez" = (
/turf/open/floor,
/area/lv624/lazarus/fitness)
@@ -227,10 +219,6 @@
},
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/central_jungle)
-"JM" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/south_medbay_road)
"KS" = (
/obj/structure/fence,
/turf/open/gm/grass/grass1,
@@ -315,10 +303,6 @@
"WV" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east,
/area/lv624/ground/colony/north_nexus_road)
-"Zo" = (
-/obj/effect/landmark/good_item,
-/turf/open/gm/river,
-/area/lv624/lazarus/fitness)
"ZM" = (
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/south,
@@ -345,7 +329,7 @@ bA
ZM
xS
xS
-JM
+xS
xS
sA
lB
@@ -418,7 +402,7 @@ bQ
EG
EG
EG
-Zo
+EG
EG
bQ
vq
@@ -448,7 +432,7 @@ Vo
Iu
vq
vq
-Er
+bQ
EG
EG
Ou
@@ -532,7 +516,7 @@ Wj
WV
Fx
SW
-yP
+vq
bQ
bQ
bQ
@@ -540,7 +524,7 @@ bQ
bQ
bQ
bQ
-yP
+vq
Rl
Vo
Wj
diff --git a/maps/map_files/LV624/gym/30.alternate.dmm b/maps/map_files/LV624/gym/30.alternate.dmm
index f0e7ac35b806..a414610e346f 100644
--- a/maps/map_files/LV624/gym/30.alternate.dmm
+++ b/maps/map_files/LV624/gym/30.alternate.dmm
@@ -127,11 +127,6 @@
},
/turf/open/floor/plating,
/area/lv624/lazarus/fitness)
-"kk" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/whitepurplecorner/east,
-/area/lv624/lazarus/fitness)
"kv" = (
/obj/effect/decal/remains/human,
/turf/open/floor/whitepurplecorner/east,
@@ -176,10 +171,6 @@
"tY" = (
/turf/open/gm/dirt,
/area/lv624/ground/colony/south_medbay_road)
-"ux" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/south_medbay_road)
"uF" = (
/obj/structure/barricade/handrail{
dir = 4
@@ -363,10 +354,6 @@
/obj/effect/landmark/objective_landmark/science,
/turf/open/floor,
/area/lv624/lazarus/fitness)
-"Kc" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitepurplecorner/east,
-/area/lv624/lazarus/fitness)
"LB" = (
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/south,
@@ -469,7 +456,6 @@
/turf/open/floor/whitepurplecorner/east,
/area/lv624/lazarus/fitness)
"Ur" = (
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/white,
/area/lv624/lazarus/fitness)
@@ -526,7 +512,7 @@ nl
LB
Nt
Nt
-ux
+Nt
Nt
fV
CZ
@@ -564,7 +550,7 @@ In
iN
Tv
hd
-Kc
+hd
Js
wA
AE
@@ -611,7 +597,7 @@ DM
fV
fV
xe
-kk
+Tv
Tv
hd
hd
@@ -697,11 +683,11 @@ Qw
fV
BW
hn
-Kc
hd
hd
hd
-kk
+hd
+Tv
DH
xT
JF
diff --git a/maps/map_files/LV624/hydro/30.destroyed.dmm b/maps/map_files/LV624/hydro/30.destroyed.dmm
index d26d559b2fc3..5c625e6f6654 100644
--- a/maps/map_files/LV624/hydro/30.destroyed.dmm
+++ b/maps/map_files/LV624/hydro/30.destroyed.dmm
@@ -1,6 +1,5 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aO" = (
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/glass/watertank,
/turf/open/floor/platingdmg1,
/area/lv624/lazarus/hydroponics)
@@ -95,7 +94,6 @@
pixel_x = 4;
pixel_y = 6
},
-/obj/effect/landmark/crap_item,
/obj/item/stack/sheet/metal,
/obj/effect/spawner/random/claymore/midchance{
dir = 1
@@ -161,10 +159,6 @@
"og" = (
/turf/open/gm/dirt,
/area/lv624/ground/colony/south_medbay_road)
-"ot" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/panelscorched,
-/area/lv624/lazarus/hydroponics)
"ou" = (
/turf/open/gm/dirt,
/area/lv624/ground/colony/north_nexus_road)
@@ -343,7 +337,6 @@
/area/lv624/lazarus/hydroponics)
"IO" = (
/obj/item/device/analyzer/plant_analyzer,
-/obj/effect/landmark/crap_item,
/turf/open/floor/platingdmg1,
/area/lv624/lazarus/hydroponics)
"Jc" = (
@@ -356,10 +349,6 @@
"JE" = (
/turf/open/floor,
/area/lv624/lazarus/hydroponics)
-"JK" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/green/northwest,
-/area/lv624/lazarus/hydroponics)
"JO" = (
/obj/structure/machinery/portable_atmospherics/hydroponics,
/turf/open/floor/plating/panelscorched,
@@ -380,10 +369,6 @@
/obj/effect/spawner/random/claymore/lowchance,
/turf/open/floor/platingdmg1,
/area/lv624/lazarus/hydroponics)
-"Mm" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/colony/south_medbay_road)
"MM" = (
/obj/structure/barricade/deployable{
damage_state = 3;
@@ -395,10 +380,6 @@
/obj/item/ammo_magazine/rifle/nsg23,
/turf/open/floor/plating/panelscorched,
/area/lv624/lazarus/hydroponics)
-"MT" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/platingdmg1,
-/area/lv624/lazarus/hydroponics)
"MV" = (
/obj/item/stack/sheet/metal,
/obj/effect/spawner/random/claymore/midchance{
@@ -406,10 +387,6 @@
},
/turf/open/floor/green/northwest,
/area/lv624/lazarus/hydroponics)
-"NO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating,
-/area/lv624/lazarus/hydroponics)
"On" = (
/obj/structure/window_frame/colony,
/turf/open/floor/platingdmg1,
@@ -571,7 +548,7 @@ zS
Km
Km
Km
-Mm
+Km
se
"}
(2,1,1) = {"
@@ -643,7 +620,7 @@ XA
Ed
Wg
Wg
-JK
+Xv
kD
TC
Xv
@@ -696,7 +673,7 @@ km
YJ
Qd
MM
-ot
+QR
Wg
TC
Ed
@@ -757,7 +734,7 @@ IO
Zm
Lk
TC
-NO
+Wg
Wg
TC
lm
@@ -771,7 +748,7 @@ XA
Lu
ih
jY
-MT
+YV
Wg
Wg
Wg
diff --git a/maps/map_files/LV624/maintemple/2.flooded.dmm b/maps/map_files/LV624/maintemple/2.flooded.dmm
index 725a5b22aa13..a13297f87f59 100644
--- a/maps/map_files/LV624/maintemple/2.flooded.dmm
+++ b/maps/map_files/LV624/maintemple/2.flooded.dmm
@@ -1617,10 +1617,6 @@
},
/turf/open/gm/dirt,
/area/lv624/ground/caves/sand_temple)
-"Tn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/river,
-/area/lv624/ground/barrens/south_eastern_barrens)
"TY" = (
/obj/structure/flora/jungle/vines/light_3,
/obj/structure/surface/table/reinforced/prison{
@@ -3650,7 +3646,7 @@ HN
HN
MD
ap
-Tn
+Lg
Dj
ez
xp
diff --git a/maps/map_files/LV624/medbay/10.destroyed.dmm b/maps/map_files/LV624/medbay/10.destroyed.dmm
index a676d0ff68bd..c9c5cf10386c 100644
--- a/maps/map_files/LV624/medbay/10.destroyed.dmm
+++ b/maps/map_files/LV624/medbay/10.destroyed.dmm
@@ -78,7 +78,6 @@
"kh" = (
/obj/structure/surface/table,
/obj/item/clothing/glasses/hud/health,
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/spray/cleaner,
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
@@ -150,10 +149,6 @@
},
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
-"rL" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/platingdmg3,
-/area/lv624/lazarus/medbay)
"rZ" = (
/obj/structure/flora/bush/ausbushes/var3/fernybush,
/turf/open/gm/grass/grass1,
@@ -199,10 +194,6 @@
/obj/structure/girder,
/turf/closed/wall,
/area/lv624/lazarus/medbay)
-"zj" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/south_medbay_road)
"zl" = (
/obj/item/reagent_container/hypospray,
/turf/open/floor/white,
@@ -250,11 +241,6 @@
/obj/effect/landmark/corpsespawner/engineer,
/turf/open/floor/plating/platingdmg3,
/area/lv624/lazarus/medbay)
-"Dk" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/blood,
-/turf/open/floor/damaged5/west,
-/area/lv624/lazarus/medbay)
"Ed" = (
/turf/open/floor/damaged5/west,
/area/lv624/lazarus/medbay)
@@ -273,11 +259,6 @@
},
/turf/open/floor/plating/platingdmg3,
/area/lv624/lazarus/medbay)
-"Gh" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/barricade/wooden,
-/turf/open/floor/white,
-/area/lv624/lazarus/medbay)
"Ha" = (
/obj/structure/flora/bush/ausbushes/var3/fernybush,
/turf/open/gm/grass/grass1,
@@ -309,10 +290,6 @@
},
/turf/open/floor/plating/platingdmg3,
/area/lv624/lazarus/medbay)
-"JO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/panelscorched,
-/area/lv624/lazarus/medbay)
"JY" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/damaged5/west,
@@ -445,10 +422,6 @@
/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/colony,
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
-"Xv" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/medbay)
"XA" = (
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/north_jungle)
@@ -582,10 +555,10 @@ XJ
XJ
hW
LX
-Gh
+Iy
UH
Pk
-rL
+Pk
Ul
Pk
Pk
@@ -608,7 +581,7 @@ YV
QR
OO
Pk
-JO
+fX
fX
Ny
og
@@ -657,7 +630,7 @@ XA
XJ
jg
nz
-Xv
+YV
Iy
UH
QR
@@ -701,7 +674,7 @@ Jc
Lk
Ed
Ed
-Dk
+JY
RT
Px
am
@@ -783,5 +756,5 @@ kg
Bn
nG
og
-zj
+og
"}
diff --git a/maps/map_files/LV624/medbay/30.larvasurgery.dmm b/maps/map_files/LV624/medbay/30.larvasurgery.dmm
index f03f922bf828..283a939ccb45 100644
--- a/maps/map_files/LV624/medbay/30.larvasurgery.dmm
+++ b/maps/map_files/LV624/medbay/30.larvasurgery.dmm
@@ -30,7 +30,6 @@
"an" = (
/obj/structure/surface/table,
/obj/item/clothing/glasses/hud/health,
-/obj/effect/landmark/crap_item,
/obj/item/reagent_container/spray/cleaner,
/turf/open/floor/whitebluefull,
/area/lv624/lazarus/medbay)
@@ -88,10 +87,6 @@
/obj/item/reagent_container/hypospray,
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
-"az" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/medbay)
"aA" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/white,
@@ -211,10 +206,6 @@
/obj/item/tool/pen,
/turf/open/floor/white,
/area/lv624/lazarus/medbay)
-"bB" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitebluecorner/west,
-/area/lv624/lazarus/medbay)
"bE" = (
/obj/structure/fence,
/turf/open/gm/dirtgrassborder/west,
@@ -226,10 +217,6 @@
/obj/item/trash/cigbutt,
/turf/open/gm/dirt,
/area/lv624/ground/colony/south_medbay_road)
-"bK" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/colony/south_medbay_road)
"bN" = (
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/whiteblue/southwest,
@@ -544,10 +531,10 @@ ae
ae
qP
aq
-az
+aq
TK
aq
-az
+aq
aq
aq
aq
@@ -570,7 +557,7 @@ aq
aq
bs
bx
-bB
+YV
bN
bo
bF
@@ -619,7 +606,7 @@ ac
ae
Qu
qC
-az
+aq
aq
TK
aq
@@ -663,7 +650,7 @@ af
aU
aq
aq
-az
+aq
pc
Vq
mA
@@ -745,5 +732,5 @@ Np
Pe
wz
bF
-bK
+bF
"}
diff --git a/maps/map_files/LV624/science/10.yautja.dmm b/maps/map_files/LV624/science/10.yautja.dmm
index 8b44093643e7..0db4cf9dfaf2 100644
--- a/maps/map_files/LV624/science/10.yautja.dmm
+++ b/maps/map_files/LV624/science/10.yautja.dmm
@@ -48,7 +48,6 @@
/area/lv624/lazarus/research)
"aj" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/obj/item/weapon/yautja/combistick,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
@@ -142,7 +141,6 @@
/obj/structure/machinery/light{
dir = 8
},
-/obj/effect/landmark/crap_item,
/obj/structure/transmitter/colony_net{
phone_category = "Lazarus Landing";
phone_id = "Research Dome";
@@ -262,7 +260,6 @@
/obj/structure/machinery/light{
dir = 4
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/research)
"aW" = (
@@ -308,14 +305,12 @@
icon_state = "sink";
pixel_x = 11
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/freezerfloor,
/area/lv624/lazarus/research)
"bf" = (
/obj/item/storage/box/beakers,
/obj/structure/surface/table,
/obj/structure/sign/safety/biohazard,
-/obj/effect/landmark/crap_item,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
"bg" = (
@@ -342,20 +337,6 @@
/obj/item/explosive/grenade/spawnergrenade/smartdisc,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
-"ec" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitepurple/northeast,
-/area/lv624/lazarus/research)
-"gd" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/research)
-"gM" = (
-/obj/structure/surface/table,
-/obj/item/paper/research_notes,
-/obj/effect/landmark/crap_item,
-/turf/open/floor/whitepurple/northeast,
-/area/lv624/lazarus/research)
"rg" = (
/obj/structure/surface/table,
/obj/item/paper/research_notes,
@@ -374,12 +355,7 @@
/obj/effect/landmark/corpsespawner/scientist,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
-"FO" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/freezerfloor,
-/area/lv624/lazarus/research)
"Hj" = (
-/obj/effect/landmark/crap_item,
/obj/structure/machinery/power/apc/nocharge{
dir = 1
},
@@ -392,7 +368,6 @@
/area/lv624/lazarus/research)
"LE" = (
/obj/structure/surface/table,
-/obj/effect/landmark/crap_item,
/turf/open/floor/whitepurple/northeast,
/area/lv624/lazarus/research)
"Np" = (
@@ -432,7 +407,7 @@ ao
ab
as
ak
-ec
+al
ab
ao
ao
@@ -447,13 +422,13 @@ ap
aw
aq
ar
-gM
+rg
aO
aE
ar
aW
aX
-FO
+aX
ac
aa
"}
@@ -465,7 +440,7 @@ ax
al
aG
al
-gd
+ak
al
aG
aX
@@ -512,12 +487,12 @@ ab
ac
LE
as
-ec
+al
al
ar
aJ
Lo
-gd
+ak
ar
aZ
CC
@@ -544,7 +519,7 @@ ad
"}
(9,1,1) = {"
ac
-ec
+al
ba
al
al
@@ -554,7 +529,7 @@ ak
aT
ar
ba
-ec
+al
al
al
ac
@@ -614,7 +589,7 @@ bg
ae
ac
au
-ec
+al
aF
ab
aL
diff --git a/maps/map_files/LV624/sprinkles/20.lz-containers_swapped.dmm b/maps/map_files/LV624/sprinkles/20.lz-containers_swapped.dmm
index aa5e4df27f59..3791209c3b3b 100644
--- a/maps/map_files/LV624/sprinkles/20.lz-containers_swapped.dmm
+++ b/maps/map_files/LV624/sprinkles/20.lz-containers_swapped.dmm
@@ -8,14 +8,6 @@
"d" = (
/turf/open/floor,
/area/lv624/lazarus/landing_zones/lz1)
-"f" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor,
-/area/lv624/lazarus/landing_zones/lz1)
-"g" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/loadingarea/west,
-/area/lv624/lazarus/landing_zones/lz1)
"j" = (
/obj/effect/decal/cleanable/blood/tracks/footprints{
dir = 4
@@ -74,7 +66,6 @@
/area/lv624/lazarus/landing_zones/lz1)
"P" = (
/obj/vehicle/train/cargo/engine,
-/obj/effect/landmark/good_item,
/turf/open/floor,
/area/lv624/lazarus/landing_zones/lz1)
"R" = (
@@ -119,7 +110,7 @@ p
(2,1,1) = {"
L
c
-g
+c
c
c
k
@@ -171,7 +162,7 @@ p
C
d
X
-f
+d
L
d
L
diff --git a/maps/map_files/LV624/sprinkles/30.nexuscenter_barricaded.dmm b/maps/map_files/LV624/sprinkles/30.nexuscenter_barricaded.dmm
index ab33751f89e9..3a34a383b5fe 100644
--- a/maps/map_files/LV624/sprinkles/30.nexuscenter_barricaded.dmm
+++ b/maps/map_files/LV624/sprinkles/30.nexuscenter_barricaded.dmm
@@ -65,7 +65,6 @@
/turf/open/floor/damaged2,
/area/lv624/lazarus/main_hall)
"am" = (
-/obj/effect/landmark/good_item,
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/decal/cleanable/blood/splatter,
/obj/item/ammo_casing,
@@ -113,7 +112,6 @@
dir = 4;
flipped = 1
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
"av" = (
@@ -574,11 +572,6 @@
/obj/item/ammo_casing,
/turf/open/floor/whiteyellowcorner/north,
/area/lv624/lazarus/main_hall)
-"bO" = (
-/obj/effect/landmark/good_item,
-/obj/item/ammo_casing,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"bP" = (
/obj/effect/decal/cleanable/blood/splatter,
/obj/structure/barricade/wooden{
@@ -633,7 +626,6 @@
/turf/open/floor/damaged5,
/area/lv624/lazarus/main_hall)
"bX" = (
-/obj/effect/landmark/good_item,
/obj/effect/decal/cleanable/blood/splatter,
/obj/item/ammo_casing,
/turf/open/floor/white,
@@ -706,10 +698,6 @@
/obj/structure/flora/pottedplant,
/turf/open/floor/white,
/area/lv624/lazarus/main_hall)
-"Ie" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/white,
-/area/lv624/lazarus/main_hall)
"Ii" = (
/obj/structure/bed/chair{
dir = 8
@@ -886,7 +874,7 @@ aQ
av
ar
bH
-bO
+aP
Mf
Ll
NT
@@ -907,7 +895,7 @@ bP
bU
aW
zt
-Ie
+zt
"}
(7,1,1) = {"
aa
diff --git a/maps/map_files/LV624/standalone/laststand.dmm b/maps/map_files/LV624/standalone/laststand.dmm
index 3b678e2c09a6..0c04a9faf2f0 100644
--- a/maps/map_files/LV624/standalone/laststand.dmm
+++ b/maps/map_files/LV624/standalone/laststand.dmm
@@ -198,10 +198,6 @@
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/wood,
/area/lv624/ground/caves/north_central_caves)
-"aW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood/wood_broken6,
-/area/lv624/ground/caves/north_central_caves)
"aZ" = (
/obj/structure/window_frame/wood,
/turf/open/floor/wood,
@@ -230,10 +226,6 @@
"bf" = (
/turf/open/floor/wood,
/area/lv624/ground/caves/north_central_caves)
-"bg" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/wood,
-/area/lv624/ground/caves/north_central_caves)
"fH" = (
/obj/item/weapon/gun/rifle/m41aMK1,
/obj/item/ammo_magazine/rifle/m41aMK1,
@@ -245,7 +237,6 @@
/turf/open/floor/wood/wood_broken6,
/area/lv624/ground/caves/north_central_caves)
"jQ" = (
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/wood/wood_broken3,
/area/lv624/ground/caves/north_central_caves)
@@ -327,11 +318,6 @@
},
/turf/open/floor/wood,
/area/lv624/ground/caves/north_central_caves)
-"Lu" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/wood,
-/area/lv624/ground/caves/north_central_caves)
"Ms" = (
/obj/structure/barricade/sandbags/wired,
/turf/open/floor/wood/wood_broken3,
@@ -394,7 +380,7 @@ aD
aa
ah
an
-bg
+bf
aK
bf
mu
@@ -444,7 +430,7 @@ ah
ar
aC
bf
-bg
+bf
bf
aP
aA
@@ -458,7 +444,7 @@ aE
bf
bf
aC
-bg
+bf
aA
aZ
"}
@@ -491,7 +477,7 @@ ah
ad
aw
bf
-bg
+bf
aK
bf
ak
@@ -537,12 +523,12 @@ aZ
(15,1,1) = {"
ah
aP
-bg
+bf
aG
aS
oA
Ic
-Lu
+aV
Ms
aZ
"}
@@ -637,7 +623,7 @@ ay
bf
aN
ah
-bg
+bf
bf
ND
aZ
@@ -647,7 +633,7 @@ aa
ah
aM
bf
-aW
+aw
ah
bf
ak
diff --git a/maps/map_files/LV624/standalone/leftsidepass.dmm b/maps/map_files/LV624/standalone/leftsidepass.dmm
index 0b90931f2fd3..a61873045e72 100644
--- a/maps/map_files/LV624/standalone/leftsidepass.dmm
+++ b/maps/map_files/LV624/standalone/leftsidepass.dmm
@@ -1,8 +1,4 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ac" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/south_west_barrens)
"ad" = (
/turf/open/gm/coast/west,
/area/lv624/ground/river/west_river)
@@ -298,7 +294,7 @@ bV
(10,1,1) = {"
bf
bi
-ac
+bi
bL
bc
Ok
diff --git a/maps/map_files/LV624/standalone/lv-bridge-east.dmm b/maps/map_files/LV624/standalone/lv-bridge-east.dmm
index 09f938cadc91..93cf7a4ba3de 100644
--- a/maps/map_files/LV624/standalone/lv-bridge-east.dmm
+++ b/maps/map_files/LV624/standalone/lv-bridge-east.dmm
@@ -67,19 +67,10 @@
/obj/structure/fence,
/turf/open/floor/plating/warnplate/east,
/area/lv624/ground/river/central_river)
-"av" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/landmark/lv624/fog_blocker,
-/turf/open/gm/coast/north,
-/area/lv624/ground/river/central_river)
"ax" = (
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/coast/east,
/area/lv624/ground/river/central_river)
-"ay" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/river,
-/area/lv624/ground/river/central_river)
"aA" = (
/obj/structure/flora/bush/ausbushes/var3/brflowers,
/turf/open/gm/river,
@@ -225,10 +216,6 @@
/obj/structure/flora/jungle/alienplant1,
/turf/open/gm/river,
/area/lv624/ground/river/central_river)
-"Bv" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/plating/asteroidfloor/north,
-/area/lv624/ground/river/central_river)
"BA" = (
/obj/structure/flora/bush/ausbushes/genericbush,
/turf/open/gm/grass/grass1,
@@ -240,10 +227,6 @@
"Ex" = (
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/north_jungle)
-"GU" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/asteroidfloor/north,
-/area/lv624/ground/river/central_river)
"Hi" = (
/obj/structure/flora/jungle/plantbot1,
/turf/open/gm/dirtgrassborder/south,
@@ -375,7 +358,7 @@ Ex
ab
ah
aK
-ay
+aK
aK
aK
aH
@@ -413,7 +396,7 @@ am
am
am
am
-GU
+am
aW
oa
by
@@ -440,7 +423,7 @@ ad
am
am
am
-Bv
+am
am
am
am
@@ -470,7 +453,7 @@ bK
(12,1,1) = {"
ab
ab
-av
+ah
wu
aK
aK
@@ -584,7 +567,7 @@ ab
ah
aK
aK
-ay
+aK
aH
aJ
aJ
@@ -651,7 +634,7 @@ aK
aK
aK
aK
-ay
+aK
aK
be
bf
diff --git a/maps/map_files/LV624/standalone/lv-bridge-nofog.dmm b/maps/map_files/LV624/standalone/lv-bridge-nofog.dmm
index d715a9e30fcf..e2eb898208b8 100644
--- a/maps/map_files/LV624/standalone/lv-bridge-nofog.dmm
+++ b/maps/map_files/LV624/standalone/lv-bridge-nofog.dmm
@@ -46,10 +46,6 @@
"dC" = (
/turf/open/gm/coast/beachcorner2/south_east,
/area/lv624/ground/river/central_river)
-"iW" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/plating/asteroidfloor/north,
-/area/lv624/ground/river/central_river)
"jr" = (
/obj/effect/landmark/lv624/fog_blocker,
/turf/open/gm/coast/north,
@@ -101,10 +97,6 @@
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plating/asteroidfloor/north,
/area/lv624/ground/river/central_river)
-"xB" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirtgrassborder/south,
-/area/lv624/ground/jungle/north_jungle)
"yj" = (
/turf/open/gm/coast/beachcorner/south_east,
/area/lv624/ground/river/central_river)
@@ -196,7 +188,7 @@ aa
aa
lW
ai
-xB
+lS
aj
yu
"}
@@ -237,7 +229,7 @@ Uh
DX
DX
DX
-iW
+DX
DX
lY
ai
@@ -263,7 +255,7 @@ aj
(9,1,1) = {"
Yw
DX
-iW
+DX
DX
DX
DX
diff --git a/maps/map_files/LV624/standalone/sandtemple-jungle.dmm b/maps/map_files/LV624/standalone/sandtemple-jungle.dmm
index 724344cd0743..d2b56b5778ef 100644
--- a/maps/map_files/LV624/standalone/sandtemple-jungle.dmm
+++ b/maps/map_files/LV624/standalone/sandtemple-jungle.dmm
@@ -156,10 +156,6 @@
/obj/structure/flora/bush/ausbushes/var3/fernybush,
/turf/open/gm/grass/grass1,
/area/lv624/ground/jungle/south_west_jungle)
-"FE" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/gm/grass/grass1,
-/area/lv624/ground/jungle/south_west_jungle)
"Ge" = (
/obj/structure/flora/jungle/vines/light_2,
/turf/open/gm/dirtgrassborder/south,
@@ -401,7 +397,7 @@ uj
QL
oD
LW
-FE
+oD
LW
LW
"}
diff --git a/maps/map_files/LV624/storage-crashed-ship/10.armorystorage.dmm b/maps/map_files/LV624/storage-crashed-ship/10.armorystorage.dmm
index f31ebd3d2995..f5c2aa55deac 100644
--- a/maps/map_files/LV624/storage-crashed-ship/10.armorystorage.dmm
+++ b/maps/map_files/LV624/storage-crashed-ship/10.armorystorage.dmm
@@ -88,10 +88,6 @@
/obj/item/tool/pickaxe,
/turf/open/floor/dark,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"v" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/lv624/ground/barrens/north_east_barrens/ceiling)
"x" = (
/obj/structure/surface/rack,
/obj/item/weapon/gun/smg/fp9000,
@@ -167,10 +163,6 @@
},
/turf/open/floor/vault2/west,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"K" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"N" = (
/turf/open/floor/dark,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
@@ -232,7 +224,6 @@
/obj/item/weapon/gun/rifle/mar40{
pixel_y = 6
},
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/objective_landmark/science,
/turf/open/floor/vault2/west,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
@@ -240,8 +231,8 @@
(1,1,1) = {"
X
p
-K
-K
+p
+p
p
p
X
@@ -254,7 +245,7 @@ p
X
p
p
-K
+p
p
"}
(3,1,1) = {"
@@ -283,7 +274,7 @@ N
N
N
e
-v
+N
N
j
"}
@@ -320,7 +311,7 @@ j
(9,1,1) = {"
j
P
-v
+N
Q
j
j
@@ -334,7 +325,7 @@ y
V
j
X
-K
+p
p
"}
(11,1,1) = {"
diff --git a/maps/map_files/LV624/storage-crashed-ship/10.valuables.dmm b/maps/map_files/LV624/storage-crashed-ship/10.valuables.dmm
index c8363f1720ab..ce30b9eb2767 100644
--- a/maps/map_files/LV624/storage-crashed-ship/10.valuables.dmm
+++ b/maps/map_files/LV624/storage-crashed-ship/10.valuables.dmm
@@ -27,11 +27,6 @@
},
/turf/open/floor/dark,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"l" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/alien/weeds/node,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"o" = (
/obj/structure/closet/crate,
/obj/item/ammo_magazine/rifle/mar40,
@@ -53,17 +48,8 @@
/obj/item/stack/sheet/mineral/silver{
amount = 20
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/vault2/west,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"q" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/dark,
-/area/lv624/ground/barrens/north_east_barrens/ceiling)
-"r" = (
-/obj/effect/landmark/crap_item,
-/turf/open/gm/dirt,
-/area/lv624/ground/barrens/north_east_barrens)
"s" = (
/obj/structure/surface/rack,
/obj/item/tool/pickaxe,
@@ -108,7 +94,6 @@
/obj/structure/machinery/light{
dir = 8
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/dark,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
"I" = (
@@ -144,7 +129,6 @@
/obj/item/weapon/gun/rifle/mar40{
pixel_y = 6
},
-/obj/effect/landmark/crap_item,
/turf/open/floor/vault2/west,
/area/lv624/ground/barrens/north_east_barrens/ceiling)
"U" = (
@@ -197,11 +181,11 @@ O
N
O
O
-l
+N
+O
O
O
O
-r
"}
(3,1,1) = {"
f
@@ -256,7 +240,7 @@ O
(8,1,1) = {"
f
t
-q
+Z
i
Z
d
@@ -281,12 +265,12 @@ f
f
f
f
-r
+O
"}
(11,1,1) = {"
O
N
-r
+O
O
O
N
diff --git a/maps/map_files/New_Varadero/New_Varadero.dmm b/maps/map_files/New_Varadero/New_Varadero.dmm
index 42e94f253587..e9077f55177e 100644
--- a/maps/map_files/New_Varadero/New_Varadero.dmm
+++ b/maps/map_files/New_Varadero/New_Varadero.dmm
@@ -1066,10 +1066,6 @@
"aLl" = (
/turf/open/floor/shiva/wred,
/area/varadero/interior/medical)
-"aLn" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/multi_tiles,
-/area/varadero/interior/hall_SE)
"aMp" = (
/obj/structure/machinery/photocopier,
/turf/open/floor/shiva/redfull,
@@ -1190,10 +1186,6 @@
/obj/effect/decal/cleanable/blood/oil/streak,
/turf/open/gm/dirt/desert3,
/area/varadero/exterior/lz1_near)
-"aTh" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/floor3,
-/area/varadero/interior/medical)
"aTC" = (
/obj/item/reagent_container/food/snacks/eat_bar{
pixel_x = 5;
@@ -1421,10 +1413,6 @@
/obj/item/trash/wy_chips_pepper,
/turf/open/floor/shiva/floor3,
/area/varadero/interior/cargo)
-"bbt" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/auto_turf/sand_white/layer1,
-/area/varadero/interior_protected/caves/digsite)
"bbG" = (
/obj/structure/flora/bush/ausbushes/var3/fernybush,
/turf/open/gm/coast/west,
@@ -1753,7 +1741,6 @@
/turf/open/floor/plating/icefloor/asteroidplating,
/area/varadero/interior/cargo)
"bpI" = (
-/obj/effect/landmark/hunter_secondary,
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/shiva/multi_tiles,
/area/varadero/interior/hall_N)
@@ -2115,7 +2102,6 @@
"bFo" = (
/obj/structure/surface/table,
/obj/item/device/flashlight/flare,
-/obj/effect/landmark/crap_item,
/turf/open/auto_turf/sand_white/layer1,
/area/varadero/interior_protected/caves/digsite)
"bFD" = (
@@ -3424,10 +3410,6 @@
},
/turf/open/floor/light,
/area/varadero/interior_protected/vessel)
-"cHY" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/asteroidfloor/north,
-/area/varadero/exterior/lz1_near)
"cIB" = (
/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage,
/turf/open/floor/shiva/yellow/north,
@@ -5047,10 +5029,6 @@
},
/turf/open/floor/asteroidfloor/north,
/area/varadero/exterior/lz1_near)
-"egj" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating/icefloor,
-/area/varadero/exterior/lz1_near)
"egp" = (
/obj/structure/window/framed/colony,
/obj/structure/noticeboard{
@@ -5384,7 +5362,6 @@
/area/varadero/exterior/eastocean)
"esB" = (
/obj/structure/closet/radiation,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellowfull/west,
/area/varadero/interior/comms3)
"esK" = (
@@ -6343,10 +6320,6 @@
/obj/structure/flora/bush/ausbushes/var3/stalkybush,
/turf/open/gm/dirt,
/area/varadero/exterior/monsoon)
-"fcF" = (
-/obj/effect/landmark/crap_item,
-/turf/open/auto_turf/sand_white/layer1,
-/area/varadero/interior_protected/vessel)
"fcK" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -7180,7 +7153,6 @@
/obj/structure/surface/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/storage/toolbox/mechanical,
-/obj/effect/landmark/crap_item,
/turf/open/floor/shiva/yellow/west,
/area/varadero/interior/comms3)
"fMq" = (
@@ -7254,7 +7226,6 @@
/area/varadero/interior/hall_SE)
"fPo" = (
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/crap_item,
/obj/item/storage/fancy/cigar,
/turf/open/floor/shiva/blue,
/area/varadero/interior/administration)
@@ -7944,10 +7915,6 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_door,
/turf/open/auto_turf/sand_white/layer1,
/area/varadero/interior_protected/maintenance/south)
-"gms" = (
-/obj/effect/landmark/good_item,
-/turf/open/shuttle/red,
-/area/varadero/interior_protected/vessel)
"gmE" = (
/obj/structure/closet/jcloset,
/obj/effect/landmark/objective_landmark/far,
@@ -9547,10 +9514,6 @@
/obj/structure/pipes/vents/pump,
/turf/open/floor/shiva/wredfull,
/area/varadero/interior/medical)
-"hHn" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/gm/dirt,
-/area/varadero/exterior/lz2_near)
"hHE" = (
/obj/structure/pipes/standard/simple/hidden/green{
dir = 4
@@ -11838,10 +11801,6 @@
},
/turf/open/gm/river/shallow_ocean_shallow_ocean,
/area/varadero/interior_protected/caves)
-"jty" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/multi_tiles/west,
-/area/varadero/interior/hall_N)
"jtH" = (
/turf/open/floor/asteroidwarning/west,
/area/varadero/exterior/lz2_near)
@@ -13850,10 +13809,6 @@
/obj/structure/closet/emcloset,
/turf/open/floor/shiva/purplefull/west,
/area/varadero/interior/hall_NW)
-"kZl" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/strata/grey_multi_tiles,
-/area/varadero/interior_protected/vessel)
"kZn" = (
/obj/structure/surface/table,
/obj/item/tool/kitchen/utensil/knife,
@@ -14818,7 +14773,6 @@
/area/varadero/exterior/pool)
"lMq" = (
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/crap_item,
/obj/effect/spawner/random/supply_kit,
/turf/open/floor/shiva/blue/northeast,
/area/varadero/interior/administration)
@@ -17385,10 +17339,6 @@
},
/turf/open/floor/plating/icefloor/asteroidplating,
/area/varadero/interior/electrical)
-"nOj" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/shiva/multi_tiles/west,
-/area/varadero/interior/cargo)
"nOz" = (
/obj/structure/surface/table/woodentable/fancy,
/obj/structure/machinery/computer/station_alert{
@@ -21223,10 +21173,6 @@
/obj/structure/prop/fishing/line/long/part2,
/turf/open/gm/river/ocean/deep_ocean,
/area/varadero/exterior/pontoon_beach)
-"qHu" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/green/east,
-/area/varadero/interior/hall_N)
"qHF" = (
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -23500,13 +23446,6 @@
/obj/item/tool/crowbar,
/turf/open/floor/plating/icefloor/asteroidplating,
/area/varadero/interior/comms1)
-"ssv" = (
-/obj/effect/landmark/hunter_secondary,
-/obj/structure/machinery/landinglight/ds2/delaythree{
- dir = 4
- },
-/turf/open/floor/asteroidfloor/north,
-/area/varadero/exterior/lz1_near)
"ssw" = (
/obj/structure/platform_decoration/kutjevo{
dir = 1
@@ -24789,10 +24728,6 @@
},
/turf/open/auto_turf/sand_white/layer1,
/area/varadero/interior_protected/maintenance/south)
-"tpa" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/auto_turf/sand_white/layer1,
-/area/varadero/exterior/lz2_near)
"tpB" = (
/obj/structure/surface/table/reinforced/prison,
/obj/item/device/autopsy_scanner{
@@ -29065,7 +29000,6 @@
/turf/open/floor/shiva/floor3,
/area/varadero/interior/cargo)
"wGs" = (
-/obj/effect/landmark/hunter_primary,
/obj/structure/machinery/power/apc{
dir = 1;
pixel_y = 24;
@@ -29240,7 +29174,6 @@
/turf/open/floor/plating/icefloor/asteroidplating,
/area/varadero/interior_protected/maintenance/south)
"wOL" = (
-/obj/effect/landmark/crap_item,
/obj/structure/window/reinforced{
dir = 1
},
@@ -29961,10 +29894,6 @@
},
/turf/open/floor/shiva/purplefull/west,
/area/varadero/interior/research)
-"xuW" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/shiva/multi_tiles,
-/area/varadero/interior/hall_N)
"xuX" = (
/obj/structure/stairs/perspective{
color = "#6b675e";
@@ -38443,7 +38372,7 @@ mGb
lgP
lzu
mGb
-qHu
+mGb
mGb
lzu
lgP
@@ -39915,7 +39844,7 @@ maN
maN
maN
maN
-aTh
+maN
qcN
vhb
kFT
@@ -40601,7 +40530,7 @@ huF
ykc
mIL
enU
-nOj
+enU
uQK
uXZ
lhn
@@ -42775,7 +42704,7 @@ ygZ
efU
onr
ahK
-ssv
+ygZ
efU
cgA
ahK
@@ -43704,7 +43633,7 @@ wMw
wMw
wMw
bnf
-cHY
+wMw
wMw
rSA
pAp
@@ -43721,7 +43650,7 @@ ckI
hvO
ckI
hvO
-jty
+ckI
hvO
ckI
hvO
@@ -44594,7 +44523,7 @@ bZU
bZU
bZU
bZU
-egj
+bZU
bZU
bZU
bZU
@@ -48820,7 +48749,7 @@ rPT
rPT
qAp
xWY
-xuW
+hvO
bih
rHv
pVN
@@ -49567,7 +49496,7 @@ tEJ
tEJ
hgB
tEJ
-aLn
+tEJ
tEJ
uXw
tEJ
@@ -49598,7 +49527,7 @@ umT
lIT
qeK
bGy
-aLn
+tEJ
tEJ
tEJ
tEJ
@@ -56237,7 +56166,7 @@ lTg
lTg
pXT
lTg
-tpa
+lTg
lTg
lTg
pXT
@@ -58056,7 +57985,7 @@ wlB
wlB
wlB
wlB
-hHn
+wlB
wlB
wlB
wlB
@@ -62185,14 +62114,14 @@ kjI
kjI
rco
kjI
-gms
+kjI
mRs
snS
kjI
kjI
snS
mRs
-gms
+kjI
kjI
lvS
nkq
@@ -66917,14 +66846,14 @@ pDX
bsf
lVf
iyk
-kZl
+uvd
eiK
hoU
fxR
fxR
kjI
kjI
-fcF
+ulv
ulv
bsf
bsf
@@ -67465,10 +67394,10 @@ bsf
bsf
hte
sOw
-kZl
+uvd
ulv
hoU
-kZl
+uvd
ulv
avD
doP
@@ -69113,7 +69042,7 @@ bsf
bsf
bsf
bsf
-bbt
+bsf
bsf
bsf
bsf
diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm
index 2baad841c255..7ddf43894a38 100644
--- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm
+++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm
@@ -920,7 +920,6 @@
/area/strata/ag/interior/outpost/gen/bball/nest)
"adn" = (
/obj/structure/bed/nest,
-/obj/effect/landmark/crap_item,
/obj/effect/decal/cleanable/blood/gibs/core,
/turf/open/auto_turf/snow/brown_base/layer0,
/area/strata/ag/interior/outpost/gen/bball/nest)
@@ -2245,11 +2244,6 @@
},
/turf/open/auto_turf/strata_grass/layer1,
/area/strata/ug/interior/jungle/deep/minehead)
-"aih" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/surface/table/reinforced/prison,
-/turf/open/floor/strata/red1,
-/area/strata/ug/interior/jungle/deep/structures/res)
"aii" = (
/obj/structure/machinery/computer/guestpass,
/obj/structure/surface/table/reinforced/prison,
@@ -19355,11 +19349,6 @@
/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
/turf/open/floor/strata,
/area/strata/ag/interior/disposals)
-"bAx" = (
-/obj/effect/landmark/crap_item,
-/obj/effect/decal/strata_decals/catwalk/prison,
-/turf/open/floor/greengrid,
-/area/strata/ag/interior/disposals)
"bAy" = (
/obj/item/trash/pistachios,
/obj/effect/decal/strata_decals/catwalk/prison,
@@ -19853,7 +19842,6 @@
"bEY" = (
/obj/structure/surface/rack,
/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb,
-/obj/effect/landmark/good_item,
/obj/structure/surface/rack,
/obj/structure/machinery/light/small{
dir = 4
@@ -24885,7 +24873,6 @@
"eek" = (
/obj/structure/closet/secure_closet/personal,
/obj/effect/decal/cleanable/blood,
-/obj/effect/landmark/good_item,
/turf/open/floor/strata/blue1,
/area/strata/ug/interior/outpost/jung/dorms/admin1)
"eeG" = (
@@ -26581,7 +26568,6 @@
/area/strata/ag/exterior/marsh)
"hsg" = (
/obj/structure/surface/rack,
-/obj/effect/landmark/good_item,
/obj/structure/barricade/handrail/strata,
/turf/open/floor/strata/floor2,
/area/strata/ug/interior/jungle/deep/structures/engi)
@@ -29052,10 +29038,6 @@
/obj/effect/spawner/random/toolbox,
/turf/open/floor/strata,
/area/strata/ag/exterior/research_decks)
-"mjR" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/strata/purp2,
-/area/strata/ug/interior/jungle/deep/structures/engi)
"mlq" = (
/obj/structure/pipes/standard/simple/hidden/cyan{
dir = 4
@@ -29121,7 +29103,6 @@
/area/strata/ag/interior/tcomms)
"mrz" = (
/obj/structure/closet/secure_closet/personal,
-/obj/effect/landmark/crap_item,
/turf/open/floor/strata/blue1,
/area/strata/ug/interior/outpost/jung/dorms/admin1)
"mrG" = (
@@ -30355,7 +30336,6 @@
"piD" = (
/obj/structure/surface/table/reinforced/prison,
/obj/item/reagent_container/food/snacks/cheesecakeslice,
-/obj/effect/landmark/crap_item,
/turf/open/floor/strata,
/area/strata/ug/interior/outpost/jung/dorms/admin1)
"piO" = (
@@ -32212,7 +32192,6 @@
/turf/open/asphalt/cement/cement9,
/area/strata/ag/exterior/landingzone_2)
"sQA" = (
-/obj/effect/landmark/good_item,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/blood{
icon_state = "xgib6"
@@ -32582,10 +32561,6 @@
/obj/structure/bed/roller,
/turf/open/auto_turf/ice/layer1,
/area/strata/ag/exterior/paths/southresearch)
-"tCR" = (
-/obj/effect/landmark/hunter_primary,
-/turf/open/floor/plating,
-/area/strata/ag/exterior/landingzone_2)
"tDo" = (
/obj/structure/flora/grass/ice/brown/snowgrassbb_1,
/turf/open/auto_turf/snow/brown_base/layer2,
@@ -33221,7 +33196,6 @@
dir = 4
},
/obj/structure/surface/table/reinforced/prison,
-/obj/effect/landmark/crap_item,
/turf/open/floor/strata/purp2,
/area/strata/ug/interior/jungle/deep/structures/engi)
"uHX" = (
@@ -33577,10 +33551,6 @@
},
/turf/open/floor/strata/white_cyan2/west,
/area/strata/ug/interior/outpost/jung/dorms/med2)
-"vqx" = (
-/obj/effect/landmark/hunter_secondary,
-/turf/open/floor/plating,
-/area/strata/ag/exterior/landingzone_2)
"vrH" = (
/obj/structure/pipes/standard/simple/hidden/cyan{
dir = 4
@@ -33811,10 +33781,6 @@
icon_state = "upp3"
},
/area/strata/ag/interior/outpost/engi/drome/shuttle)
-"vJB" = (
-/obj/effect/landmark/good_item,
-/turf/open/floor/strata,
-/area/strata/ug/interior/outpost/jung/dorms/admin2)
"vKg" = (
/obj/structure/flora/pottedplant{
icon_state = "pottedplant_22"
@@ -34148,7 +34114,6 @@
/area/strata/ag/interior/tcomms)
"wBj" = (
/obj/structure/closet/secure_closet/personal,
-/obj/effect/landmark/crap_item,
/obj/effect/landmark/objective_landmark/close,
/turf/open/floor/strata/blue1,
/area/strata/ug/interior/outpost/jung/dorms/admin1)
@@ -34178,7 +34143,6 @@
/obj/structure/bed{
icon_state = "abed"
},
-/obj/effect/landmark/good_item,
/turf/open/floor/strata,
/area/strata/ug/interior/outpost/jung/dorms/admin2)
"wEU" = (
@@ -34631,10 +34595,6 @@
/obj/effect/decal/cleanable/blood/gibs/core,
/turf/open/floor/strata,
/area/strata/ag/exterior/research_decks)
-"xGA" = (
-/obj/effect/landmark/crap_item,
-/turf/open/auto_turf/strata_grass/layer0,
-/area/strata/ug/interior/jungle/deep/west_engi)
"xGE" = (
/obj/effect/decal/cleanable/blood/oil,
/obj/structure/machinery/landinglight/ds2/delaythree,
@@ -39527,7 +39487,7 @@ aVq
csH
ctd
ctd
-bAx
+ctd
ctd
csH
aZV
@@ -40113,7 +40073,7 @@ brj
ctd
ctd
ctd
-bAx
+ctd
brj
aZY
aZx
@@ -43091,7 +43051,7 @@ xTU
bvD
eFa
lEo
-tCR
+jWs
jWs
ewk
jWs
@@ -43676,7 +43636,7 @@ xTU
bvD
eFa
odB
-vqx
+jWs
jWs
jWs
jWs
@@ -66093,7 +66053,7 @@ oIx
sQA
drI
usI
-vJB
+uaH
kbU
rjf
iHX
@@ -72702,7 +72662,7 @@ cuM
tPN
vit
vit
-xGA
+uvw
vit
sRR
vit
@@ -73679,7 +73639,7 @@ vit
vit
vit
sRR
-mjR
+vsy
oAQ
khT
sCa
@@ -76140,7 +76100,7 @@ bon
bon
bon
adz
-aih
+aeB
aiU
aeC
abX
diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm
index 9617bfaccb6c..522fa60a0334 100644
--- a/maps/map_files/USS_Almayer/USS_Almayer.dmm
+++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm
@@ -15861,13 +15861,6 @@
},
/turf/open/floor/almayer/plate,
/area/almayer/hallways/hangar)
-"cCL" = (
-/obj/effect/landmark/crap_item,
-/obj/structure/pipes/standard/simple/hidden/supply{
- dir = 6
- },
-/turf/open/floor/almayer,
-/area/almayer/maint/hull/upper/u_f_s)
"cDb" = (
/obj/structure/closet/secure_closet/personal/cabinet{
req_access = null
@@ -21489,7 +21482,6 @@
pixel_y = 7
},
/obj/item/trash/popcorn,
-/obj/effect/landmark/crap_item,
/turf/open/floor/almayer,
/area/almayer/living/briefing)
"eTm" = (
@@ -40399,10 +40391,6 @@
/obj/item/facepaint/sniper,
/turf/open/floor/almayer/plate,
/area/almayer/maint/upper/u_m_s)
-"mSr" = (
-/obj/effect/landmark/crap_item,
-/turf/open/floor/almayer,
-/area/almayer/maint/hull/upper/u_f_p)
"mSs" = (
/obj/structure/machinery/light{
dir = 8
@@ -86283,7 +86271,7 @@ ioM
lIQ
qOY
xZH
-mSr
+hrI
nLp
aag
aag
@@ -86448,7 +86436,7 @@ aag
aag
aag
cZe
-cCL
+lSX
vDz
kcH
kcH
diff --git a/tools/UpdatePaths/6659-hunter-games-removal.txt b/tools/UpdatePaths/6659-hunter-games-removal.txt
new file mode 100644
index 000000000000..e78a5a30d50e
--- /dev/null
+++ b/tools/UpdatePaths/6659-hunter-games-removal.txt
@@ -0,0 +1,4 @@
+/obj/effect/landmark/hunter_primary : @DELETE
+/obj/effect/landmark/hunter_secondary : @DELETE
+/obj/effect/landmark/crap_item : @DELETE
+/obj/effect/landmark/good_item : @DELETE
\ No newline at end of file
diff --git a/tools/UpdatePaths/Scripts/6659-hunter-games-removal.txt b/tools/UpdatePaths/Scripts/6659-hunter-games-removal.txt
new file mode 100644
index 000000000000..e78a5a30d50e
--- /dev/null
+++ b/tools/UpdatePaths/Scripts/6659-hunter-games-removal.txt
@@ -0,0 +1,4 @@
+/obj/effect/landmark/hunter_primary : @DELETE
+/obj/effect/landmark/hunter_secondary : @DELETE
+/obj/effect/landmark/crap_item : @DELETE
+/obj/effect/landmark/good_item : @DELETE
\ No newline at end of file