Kinetic Things and Weird Goggle (#8207)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
FluffMedic
2024-04-29 10:06:50 -04:00
committed by GitHub
parent cc451fc441
commit ec14ff4baf
4 changed files with 34 additions and 1 deletions

View File

@@ -6,3 +6,31 @@
icon_state = "AR_visor_tesh"
item_state = "AR_visor_tesh"
sprite_sheets = list(SPECIES_TESHARI = 'icons/inventory/eyes/mob_teshari.dmi')
/obj/item/clothing/glasses/darksight
name = "voidviewer goggles"
desc = "Cryptic goggles designed for seeing beyond the viel of normality."
icon = 'modular_chomp/icons/inventory/eyes/glasses.dmi'
icon_override = 'modular_chomp/icons/inventory/eyes/mob.dmi'
icon_state = "darksight"
action_button_name = "Toggle Goggles"
toggleable = 1
see_invisible = INVISIBILITY_SHADEKIN
/* //No hybridizing shadekinsight. Having it as an adminspawn is ok, but it should be specific
/obj/item/clothing/glasses/meson/darksight
name = "optical meson scanner"
desc = "Used for seeing walls, floors, and stuff through anything."
icon_state = "meson"
item_state_slots = list(slot_r_hand_str = "meson", slot_l_hand_str = "meson")
action_button_name = "Toggle Goggles"
origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2)
toggleable = 1
vision_flags = SEE_TURFS
enables_planes = list(VIS_FULLBRIGHT, VIS_MESONS)
see_invisible = INVISIBILITY_SHADEKIN
*/

View File

@@ -7,6 +7,7 @@
reach = 2
slot_flags = SLOT_BELT
w_class = ITEMSIZE_NORMAL
requires_wield = FALSE
/obj/item/weapon/pickaxe/anamolous
name = "strange pickaxe"
@@ -15,4 +16,8 @@
digspeed = 2
throwforce = 25.0
origin_tech = list(TECH_MATERIAL = 3)
desc = "This oddly lightweight pickaxe seems rather sturdy."
desc = "This oddly lightweight pickaxe seems rather sturdy."
/obj/item/weapon/kinetic_crusher
requires_wield = FALSE