Skip to content

Commit

Permalink
Lattice Change (#2100)
Browse files Browse the repository at this point in the history
* Lattice Health Buff

A health buff for the Lattice/Catwalks to dissuade people from just breaking them every single time in RCA.

* Flag change

Requested change by Gboster, makes more sense than just increasing the health on the latices too.
  • Loading branch information
Ectlar authored May 1, 2024
1 parent 048c427 commit 747b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/lattice.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
max_integrity = 50
layer = LATTICE_LAYER //under pipes
plane = FLOOR_PLANE
obj_flags = CAN_BE_HIT | BLOCK_Z_OUT_DOWN
obj_flags = BLOCK_Z_OUT_DOWN | NODECONSTRUCT_1 | INDESTRUCTIBLE
smoothing_flags = SMOOTH_BITMASK
smoothing_groups = list(SMOOTH_GROUP_LATTICE)
canSmoothWith = list(SMOOTH_GROUP_LATTICE, SMOOTH_GROUP_OPEN_FLOOR, SMOOTH_GROUP_WALLS)
Expand Down

0 comments on commit 747b61a

Please sign in to comment.