Skip to content

Commit

Permalink
Update suit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Nov 1, 2024
1 parent 416c69f commit 4cd7d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/ninja/suit/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Contents:
allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/tank/internals, /obj/item/stock_parts/cell)
slowdown = 1
resistance_flags = LAVA_PROOF | ACID_PROOF
armor = list(MELEE = 60, BULLET = 50, LASER = 30, ENERGY = 15, BOMB = 30, BIO = 30, RAD = 30, FIRE = 100, ACID = 100, STAMINA = 60, BLEED = 60)
armor = list(MELEE = 30, BULLET = 50, LASER = 50, ENERGY = 60, BOMB = 30, BIO = 30, RAD = 30, FIRE = 100, ACID = 100, STAMINA = 60, BLEED = 60)
strip_delay = 12
min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT
cell = null
Expand Down

0 comments on commit 4cd7d88

Please sign in to comment.