Skip to content

Commit

Permalink
reverts some changes, fixes fake platform deco
Browse files Browse the repository at this point in the history
reverts a unwanted change with platforms & changes some platform deco to be fake as it had layering problems.
  • Loading branch information
Zenith00000 authored Jul 22, 2024
1 parent 2fc57d7 commit 869eb3e
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 236 deletions.
7 changes: 5 additions & 2 deletions code/game/objects/structures/hybrisa_props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1916,8 +1916,11 @@
/obj/structure/prop/hybrisa/fakeplatforms/platform4
icon_state = "hybrisaplatform3"

/obj/structure/prop/hybrisa/fakeplatforms/platform4
icon_state = "hybrisaplatform3"
/obj/structure/prop/hybrisa/fakeplatforms/platform4/deco
icon = 'icons/obj/structures/props/platforms.dmi'
icon_state = "hybrisaplatform_deco3"
name = "raised metal corner"
desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it."

/obj/structure/prop/hybrisa/fakeplatforms/platform5
icon = 'icons/obj/structures/props/platforms.dmi'
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/structures/platforms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,3 @@
icon_state = "hybrisaplatform_deco3"
name = "raised metal corner"
desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it."
layer = BELOW_MOB_LAYER
Loading

0 comments on commit 869eb3e

Please sign in to comment.