Skip to content

Commit

Permalink
Buffs durathread
Browse files Browse the repository at this point in the history
  • Loading branch information
Uristthedorf committed May 25, 2024
1 parent 1f37585 commit a4819fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@
strip_delay = 60

/datum/armor/helmet_durathread
melee = 20
bullet = 10
melee = 25
bullet = 15
laser = 30
energy = 40
bomb = 15
Expand Down
5 changes: 3 additions & 2 deletions code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,13 +476,14 @@
dog_fashion = null

/datum/armor/vest_durathread
melee = 20
bullet = 10
melee = 25
bullet = 15
laser = 30
energy = 40
bomb = 15
fire = 40
acid = 50
wound = 5

/obj/item/clothing/suit/armor/vest/russian
name = "russian vest"
Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@

/datum/armor/misc_durathread
melee = 10
bullet = 5
laser = 10
fire = 40
acid = 10
bomb = 5
bio = 10
wound = 5

/obj/item/clothing/under/misc/bouncer
name = "bouncer uniform"
Expand Down

0 comments on commit a4819fa

Please sign in to comment.