mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 13:37:16 +01:00
Abduct-u
This commit is contained in:
@@ -331,6 +331,15 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
light_power = 1
|
||||
light_color = "#FFFFFF"
|
||||
|
||||
/obj/structure/fans/hardlight/colorable
|
||||
name = "hardlight shield"
|
||||
icon_state = "hardlight_colorable"
|
||||
|
||||
/obj/structure/fans/hardlight/colorable/abductor
|
||||
name = "hardlight shield"
|
||||
icon_state = "hardlight_colorable"
|
||||
color = "#ff0099"
|
||||
|
||||
//Signs
|
||||
/obj/structure/sign/mining
|
||||
name = "nanotrasen mining corps sign"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
// The alien ships should use fancy consoles and things
|
||||
/obj/machinery/computer/ship/helm/abductor
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "console"
|
||||
|
||||
/obj/machinery/computer/ship/engines/abductor
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "camera_flipped"
|
||||
|
||||
/obj/machinery/computer/ship/navigation/abductor
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "camera"
|
||||
|
||||
/obj/machinery/computer/ship/sensors/abductor
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "console"
|
||||
icon_screen = null
|
||||
@@ -65,3 +65,9 @@
|
||||
/obj/item/weapon/reagent_containers/chem_disp_cartridge/nutriment,
|
||||
/obj/item/weapon/reagent_containers/chem_disp_cartridge/protein
|
||||
)
|
||||
|
||||
/obj/machinery/chemical_dispenser/ert/specialops/abductor
|
||||
name = "chemical dispenser"
|
||||
icon = 'icons/obj/abductor_vr.dmi'
|
||||
icon_state = "dispenser_2way"
|
||||
desc = "A mysterious machine which can fabricate many chemicals."
|
||||
@@ -0,0 +1,12 @@
|
||||
/obj/machinery/transhuman/resleever/abductor
|
||||
icon = 'icons/obj/abductor_vr.dmi'
|
||||
icon_state = "implantchair"
|
||||
|
||||
/obj/machinery/computer/transhuman/resleeving/abductor
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "console"
|
||||
|
||||
/obj/machinery/clonepod/transhuman/full/abductor
|
||||
icon = 'icons/obj/abductor_vr.dmi'
|
||||
icon_state = "pod_0"
|
||||
name = "clonepod"
|
||||
Reference in New Issue
Block a user