Skip to content

Commit

Permalink
damageable
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 12, 2024
1 parent a0ac305 commit de0dd17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/prop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@
icon_state = "Field_Gen"
anchored = FALSE
density = TRUE
max_integrity = 500
//100% immune to lasers and energy projectiles since it absorbs their energy.
soft_armor = list(MELEE = 25, BULLET = 10, LASER = 100, ENERGY = 100, BOMB = 0, BIO = 0, FIRE = 50, ACID = 70)
resistance_flags = RESIST_ALL
Expand Down Expand Up @@ -1753,6 +1752,8 @@
name = "railing"
desc = "Basic railing meant to protect idiots like you from falling."
icon = 'icons/Marine/mainship_props.dmi'
max_integrity = 50
resistance_flags = XENO_DAMAGEABLE
flags_atom = ON_BORDER
climbable = TRUE
climb_delay = 2 SECONDS
Expand Down

0 comments on commit de0dd17

Please sign in to comment.