Skip to content

Commit

Permalink
strips full limb armour from Gezena, normal armour vest behaviour, mo…
Browse files Browse the repository at this point in the history
…ntagne hat desc change
  • Loading branch information
generalthrax committed Jun 18, 2024
1 parent 968a79d commit 463ed71
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions code/modules/clothing/factions/gezena.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
item_state = "bluecloth"
blood_overlay_type = "coat"
togglename = "zipper"
body_parts_covered = CHEST|ARMS
body_parts_covered = CHEST
pocket_storage_component_path = /datum/component/storage/concrete/pockets/exo
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON
armor = list("melee" = 20, "bullet" = 20, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 0)
Expand All @@ -53,20 +53,11 @@
icon_state = "coat"
item_state = "bluecloth"
blood_overlay_type = "coat"
body_parts_covered = CHEST|ARMS|GROIN|LEGS
body_parts_covered = CHEST|GROIN
pocket_storage_component_path = /datum/component/storage/concrete/pockets/exo
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON
armor = list("melee" = 35, "bullet" = 35, "laser" = 20, "energy" = 40, "bomb" = 20, "bio" = 20, "rad" = 0, "fire" = 50, "acid" = 50)
allowed = list(
/obj/item/flashlight,
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/plasmaman,
/obj/item/toy,
/obj/item/storage/fancy/cigarettes,
/obj/item/lighter,
/obj/item/radio,
/obj/item/gun/energy/kalix,
)
allowed = null

/obj/item/clothing/suit/armor/gezena/engi
name = "engineer navywear coat"
Expand Down

0 comments on commit 463ed71

Please sign in to comment.