Skip to content

Commit 980076b

Browse files
committed
qol: offs change armor strange
1 parent a41b92f commit 980076b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modular_nova/modules/kahraman_equipment/code/clothing/armor_datums.dm

+11
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,14 @@
2828
fire = 100
2929
acid = ARMOR_LEVEL_MID
3030
wound = WOUND_ARMOR_WEAK
31+
32+
/datum/armor/colonist_mask
33+
melee = ARMOR_LEVEL_TINY
34+
bullet = ARMOR_LEVEL_TINY
35+
laser = 5
36+
energy = ARMOR_LEVEL_WEAK
37+
bomb = ARMOR_LEVEL_MID
38+
bio = 100
39+
fire = 100
40+
acid = ARMOR_LEVEL_MID
41+
wound = WOUND_ARMOR_WEAK

modular_nova/modules/kahraman_equipment/code/clothing/clothing.dm

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
worn_icon_digi = 'modular_nova/modules/kahraman_equipment/icons/clothes/clothing_worn_digi.dmi'
207207
worn_icon_teshari = 'modular_nova/modules/kahraman_equipment/icons/clothes/clothing_worn_teshari.dmi'
208208
worn_icon_state = "mask"
209+
armor_type = /datum/armor/colonist_mask
209210
flags_inv = HIDEEYES|HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
210211

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

0 commit comments

Comments
 (0)