Skip to content

Commit

Permalink
bullet armor but lower death threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 15, 2023
1 parent fe1dd31 commit 436fbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define HEALTH_THRESHOLD_DEAD -400
#define HEALTH_THRESHOLD_DEAD -200
#define HEALTH_THRESHOLD_CRIT -50

//Some mob defines below
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/under/marine_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
icon_state = "marine_jumpsuit"
worn_state = "marine_jumpsuit"
armor_melee = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
armor_laser = CLOTHING_ARMOR_NONE
armor_energy = CLOTHING_ARMOR_NONE
armor_bomb = CLOTHING_ARMOR_NONE
Expand Down

0 comments on commit 436fbdc

Please sign in to comment.