Skip to content

Commit

Permalink
Merge pull request #4347 from out-of-phaze/tweak/textiles-climbable
Browse files Browse the repository at this point in the history
Allow climbing textile workbenches
  • Loading branch information
MistakeNot4892 authored Aug 15, 2024
2 parents ae3391c + 2747700 commit c5fc03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/crafting/textiles/_textiles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
density = TRUE
material = /decl/material/solid/organic/wood
material_alteration = MAT_FLAG_ALTERATION_COLOR | MAT_FLAG_ALTERATION_NAME | MAT_FLAG_ALTERATION_DESC
atom_flags = ATOM_FLAG_CLIMBABLE
obj_flags = OBJ_FLAG_ANCHORABLE
throwpass = TRUE // You can reach over these to things behind them.

Expand Down

0 comments on commit c5fc03d

Please sign in to comment.