Skip to content

Commit

Permalink
qol: offs change armor strange
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu committed Dec 23, 2024
1 parent a41b92f commit 980076b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@
fire = 100
acid = ARMOR_LEVEL_MID
wound = WOUND_ARMOR_WEAK

/datum/armor/colonist_mask
melee = ARMOR_LEVEL_TINY
bullet = ARMOR_LEVEL_TINY
laser = 5
energy = ARMOR_LEVEL_WEAK
bomb = ARMOR_LEVEL_MID
bio = 100
fire = 100
acid = ARMOR_LEVEL_MID
wound = WOUND_ARMOR_WEAK
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
worn_icon_digi = 'modular_nova/modules/kahraman_equipment/icons/clothes/clothing_worn_digi.dmi'
worn_icon_teshari = 'modular_nova/modules/kahraman_equipment/icons/clothes/clothing_worn_teshari.dmi'
worn_icon_state = "mask"
armor_type = /datum/armor/colonist_mask
flags_inv = HIDEEYES|HIDEFACE|HIDEFACIALHAIR|HIDESNOUT

/obj/item/clothing/mask/gas/atmos/frontier_colonist/Initialize(mapload)
Expand Down

0 comments on commit 980076b

Please sign in to comment.