Skip to content

Commit

Permalink
fences can be shot through (#6178)
Browse files Browse the repository at this point in the history
# About the pull request

gives a flag for fences to make bullets gas and spits (not throwables)
pass cades
# Explain why it's good for the game

being unable to shoot thrue fences is a bit weard, might prove OP so TM
first and there might be need for changes or rewert


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
balance: projectiles can pass fences
/:cl:

Co-authored-by: vincibrv <[email protected]>
  • Loading branch information
cuberound and uuuuhuuuu committed May 10, 2024
1 parent 4b53d3c commit 8659dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/fence.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it."
icon = 'icons/obj/structures/props/fence.dmi'
icon_state = "fence0"
throwpass = TRUE
density = TRUE
anchored = TRUE
layer = WINDOW_LAYER
Expand Down

0 comments on commit 8659dff

Please sign in to comment.