Skip to content

Commit

Permalink
Last update (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalaria committed Jan 20, 2025
1 parent 2c825f4 commit 6361994
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/clothing/rogueclothes/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -266,37 +266,37 @@

/obj/item/clothing/mask/rogue/kaizoku/menpo/half
name = "iron half menpo"
icon_state = "ironhalfmenpo"
icon_state = "ironmempo"
max_integrity = 100
desc = "A cheaper menpo portraying the lower part of a Ogrun's head. It covers only the neck and the mouth."
body_parts_covered = NECK|MOUTH
flags_cover = HEADCOVERSMOUTH | MASKCOVERSMOUTH

/obj/item/clothing/mask/rogue/kaizoku/menpo/steel
name = "steel somen"
icon_state = "steelmenpo"
name = "steel men-yoroi"
icon_state = "smenyoroi"
max_integrity = 200
armor = list("melee" = 80, "bullet" = 50, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
prevent_crits = list(BCLASS_CUT, BCLASS_CHOP, BCLASS_BLUNT, BCLASS_TWIST)

/obj/item/clothing/mask/rogue/kaizoku/menpo/steel/half
name = "steel menpo"
icon_state = "steelmenpo"
name = "steel mempo"
icon_state = "steelmempo"
desc = "The lower part of a menpo portraying the maws of a Ogrun's head. It covers only the neck and the mouth, often used by warriors that cares about their sight."
max_integrity = 200
body_parts_covered = NECK|MOUTH
flags_cover = HEADCOVERSMOUTH | MASKCOVERSMOUTH

/obj/item/clothing/mask/rogue/kaizoku/menpo/facemask
name = "iron Merkkin mask"
icon_state = "ironmenpo_tribal"
icon_state = "irontribal"
desc = "The old, barely used mask of the almost extinct Merkpeople, with fish-like characteristics. Usually used by Undines."
max_integrity = 100
body_parts_covered = FACE|MOUTH|EYES

/obj/item/clothing/mask/rogue/kaizoku/menpo/facemask/steel
name = "steel tribal mask"
icon_state = "steelmenpo_tribal"
icon_state = "steeltribal"
max_integrity = 200

/obj/item/clothing/mask/rogue/kaizoku/menpo/facemask/colourable
Expand Down
Binary file modified icons/roguetown/clothing/armor.dmi
Binary file not shown.
Binary file modified icons/roguetown/kaizoku/clothing/feet.dmi
Binary file not shown.
Binary file modified icons/roguetown/kaizoku/clothing/head64.dmi
Binary file not shown.
Binary file modified icons/roguetown/kaizoku/clothing/masks.dmi
Binary file not shown.
Binary file modified icons/roguetown/kaizoku/clothingicon/masks.dmi
Binary file not shown.

0 comments on commit 6361994

Please sign in to comment.