[MIRROR] Fixes map issues found in #18285 [MDB IGNORE] [IDB IGNORE] (#11485)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-23 13:23:45 -07:00
committed by GitHub
parent 18b5644926
commit 8fa48e2a3e
138 changed files with 1408 additions and 3926 deletions
@@ -116,6 +116,10 @@ Loot piles can be depleted, if loot_depleted is turned on. Note that players wh
icon_state = "drone_dead"
loot_element_path = /datum/element/lootable/surface/drone
/obj/structure/loot_pile/surface/drone/large
//icon = 'icons/mob/animal_vr64x64.dmi' //This file doesn't exist anymore.
icon_state = "drone"
// Mechaparts loot piles
/obj/structure/loot_pile/mecha
name = "pod wreckage"
@@ -1,17 +1,14 @@
/obj/structure/prop/alien/computer/hybrid
name = "hybrid console"
desc = "The console flashes what appear to be symbols you've never seen before, intermixed with human writing moving too fast to comprehend."
icon = 'icons/obj/abductor_vr.dmi'
icon_state = "console-c"
icon_state = "console-c_alt"
interaction_message = span_warning("The screen flashes an 'access denied' message at you. Perhaps for the best.")
/obj/structure/prop/alien/pod/hybrid
name = "hybrid pod"
desc = "This seems to be a container for something."
icon = 'icons/obj/abductor_vr.dmi'
icon_state = "experiment"
icon_state = "experiment_alt"
interaction_message = span_warning("You don't see any mechanism to open this thing. Probably for the best.")
/obj/structure/prop/alien/dispenser/twoway
icon = 'icons/obj/abductor_vr.dmi'
icon_state = "dispenser_2way"
@@ -59,6 +59,29 @@
icon_state = "big_skeleton"
density = 0
/obj/structure/prop/cryopod
name = "cryogenic freezer"
desc = "A man-sized pod for entering suspended animation. This one is room temperature."
icon = 'icons/obj/Cryogenic2.dmi'
icon_state = "cryopod_0"
/obj/structure/prop/grid_checker
desc = "An array of conventional power storage units, for when the added charge longivity and cost of a SMES unit is unneded or impractical."
icon = 'icons/obj/power.dmi'
icon_state = "gridchecker_off"
name = "capacitor bank"
/obj/structure/prop/mainframe
desc = "There are a number of what seem to be error messages on these screens, none intelligible."
icon = 'icons/obj/mainframe.dmi'
icon_state = "leftb"
name = "console"
/obj/structure/prop/mainframe/ai
name = "broken console"
desc = "This isn't going to be fixable."
icon_state = "aimainframeb"
/**
*
* Notes on change_state
@@ -377,7 +377,7 @@
desc = "Whatever species designed this must've enjoyed relaxation as well. Looks vaguely comfy."
catalogue_data = list(/datum/category_item/catalogue/anomalous/precursor_a/alien_bed)
icon = 'icons/obj/abductor.dmi'
icon_state = "bed"
icon_state = "bed_red"
flippable = FALSE
/obj/structure/bed/alien/update_icon()