mostly to sprites
This commit is contained in:
evilew
2024-03-29 14:38:47 +01:00
parent f4959f4f0f
commit f3c5612844
3 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
/obj/item/clothing/head/helmet/space/hardsuit/engine/haydee
name = "Haydee Helmet"
desc = "A strange helmet. Offers little to no protection."
icon = 'GainStation13/icons/obj/haydee_modular.dmi'
alternate_worn_icon = 'GainStation13/icons/obj/haydee_modular.dmi'
icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
alternate_worn_icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
icon_state = "haydee_helmet"
item_state = "haydee_helmet"
armor = list("melee" = 10, "bullet" = 5, "laser" = 10, "energy" = 5, "bomb" = 0, "bio" = 0, "rad" = 25, "fire" = 25, "acid" = 25)
@@ -12,8 +12,8 @@
/obj/item/clothing/suit/space/hardsuit/engine/haydee
name = "Haydee Suit"
desc = "A strangely voluptous suit. Offers little to no protection. It also appears to have minor flab-compressing properties."
icon = 'GainStation13/icons/obj/haydee_modular.dmi'
alternate_worn_icon = 'GainStation13/icons/obj/haydee_modular.dmi'
icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
alternate_worn_icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
icon_state = "haydee_suit1"
item_state = "haydee_suit1"
armor = list("melee" = 10, "bullet" = 5, "laser" = 10, "energy" = 5, "bomb" = 10, "bio" = 0, "rad" = 25, "fire" = 25, "acid" = 25)
@@ -21,21 +21,21 @@
actions_types = list(/datum/action/item_action/toggle_helmet)
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/engine/haydee
mutantrace_variation = NO_MUTANTRACE_VARIATION
var/icon_location = 'GainStation13/icons/obj/haydee_modular.dmi'
var/icon_location = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
var/mob/living/carbon/U
//haydee gun
/obj/item/gun/ballistic/automatic/pistol/haydee
name = "Simplistic Pistol"
desc = "10mm handgun. It seems to be clad in overly simplistic white shell."
icon = 'GainStation13/icons/obj/haydee_modular.dmi'
icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
icon_state = "pistol"
can_suppress = FALSE
/obj/item/gun/ballistic/automatic/toy/pistol/haydee
name = "Simplistic Toy Pistol"
desc = "A small, easily concealable toy handgun."
icon = 'GainStation13/icons/obj/haydee_modular.dmi'
icon = 'GainStation13/icons/obj/clothing/haydee_modular.dmi'
icon_state = "pistol"
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB