mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-15 02:03:48 +01:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
18b5644926
commit
8fa48e2a3e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user