Skip to content

Commit

Permalink
Wall Integrity buff
Browse files Browse the repository at this point in the history
  • Loading branch information
QuacksQ committed Jun 22, 2024
1 parent ad740de commit 0f65e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/closed/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GLOBAL_REAL_VAR(wall_overlays_cache) = list()
VAR_PRIVATE/cache_key

// Vars for bullet hitting wall interactions
max_integrity = 100 // Most common ballistics deal 20-30 damage a shot.
max_integrity = 300 // Most common ballistics deal 20-30 damage a shot.
damage_deflection = 5

/turf/closed/wall/take_damage(damage_amount, damage_type, damage_flag, sound_effect, attack_dir, armour_penetration)
Expand Down

0 comments on commit 0f65e75

Please sign in to comment.