Skip to content

Commit

Permalink
Makes secure crates more secure (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Nov 14, 2024
1 parent c3fe44d commit 6d3046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/chainsaw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
throwforce = 13
throw_speed = 2
throw_range = 4
demolition_mod = 1.5
demolition_mod = 1.4
custom_materials = list(/datum/material/iron= SHEET_MATERIAL_AMOUNT * 6.5)
attack_verb_continuous = list("saws", "tears", "lacerates", "cuts", "chops", "dices")
attack_verb_simple = list("saw", "tear", "lacerate", "cut", "chop", "dice")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
max_integrity = 500
armor_type = /datum/armor/crate_secure
var/tamperproof = 0
damage_deflection = 25
damage_deflection = 35

/datum/armor/crate_secure
melee = 30
Expand Down

0 comments on commit 6d3046e

Please sign in to comment.