mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-13 09:13:24 +01:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
18b5644926
commit
8fa48e2a3e
@@ -190,4 +190,11 @@
|
||||
random_icon_states = null
|
||||
amount = 0
|
||||
|
||||
//Used for the otieshelter and drgnplateu
|
||||
/obj/effect/decal/cleanable/blood/tracks/suspicious
|
||||
color = "red"
|
||||
desc = "Your instincts say you shouldn't be following these."
|
||||
icon = 'icons/effects/blood.dmi'
|
||||
icon_state = "tracks"
|
||||
|
||||
#undef TRACKS_CRUSTIFY_TIME
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
listening = 0 //CHOMP Edit: Temporary bandaid fix for comms lag.
|
||||
name = "station intercom (General)"
|
||||
desc = "Talk through this."
|
||||
icon = 'icons/obj/radio_vr.dmi'
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
icon_state = "intercom"
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
anchored = TRUE
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#define CANBROADCAST_INNERBOX 0.7071067811865476 //This is sqrt(2)/2
|
||||
|
||||
/obj/item/radio
|
||||
icon = 'icons/obj/radio_vr.dmi'
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
name = "shortwave radio"
|
||||
desc = "Used to talk to people when headsets don't function. Range is limited."
|
||||
suffix = "\[3\]"
|
||||
@@ -732,7 +732,6 @@ GLOBAL_DATUM(autospeaker, /mob/living/silicon/ai/announcer)
|
||||
|
||||
/obj/item/radio/phone
|
||||
broadcasting = 0
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "red_phone"
|
||||
listening = 1
|
||||
name = "phone"
|
||||
|
||||
@@ -397,7 +397,7 @@ not carry this around."}, "OOC Warning", list("Take It","Leave It"))
|
||||
|
||||
/obj/item/perfect_tele_beacon/stationary
|
||||
name = "stationary translocator beacon"
|
||||
icon = 'icons/obj/radio_vr.dmi'
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
icon_state = "floor_beacon"
|
||||
w_class = ITEMSIZE_HUGE
|
||||
anchored = TRUE
|
||||
|
||||
@@ -338,3 +338,13 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
simultaneous_spawns = 6
|
||||
spawn_delay = 300
|
||||
spawn_types = list(/mob/living/simple_mob/mechanical/hivebot/swarm = 200, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic = 50, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser = 25, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion = 10, /mob/living/simple_mob/mechanical/hivebot/tank/meatshield = 10)
|
||||
|
||||
/obj/structure/mob_spawner/recycler
|
||||
desc = "A bizarre mess of robotic limbs, glowing microrefineries, and nanoassemblers gradually converting the pile of raw materials into active hivebots."
|
||||
destructible = 1
|
||||
icon = 'icons/obj/recycling.dmi'
|
||||
icon_state = "grinder-b1"
|
||||
name = "hivebot assembler"
|
||||
simultaneous_spawns = 6
|
||||
spawn_delay = 300
|
||||
spawn_types = list(/mob/living/simple_mob/mechanical/hivebot/swarm = 200, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic = 50, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser = 25, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion = 10, /mob/living/simple_mob/mechanical/hivebot/tank/meatshield = 10)
|
||||
|
||||
@@ -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