Skip to content

Commit

Permalink
Merge pull request #299 from MomoBerri/PTL_Signs
Browse files Browse the repository at this point in the history
Directional Signs for the future PTL
  • Loading branch information
dwasint authored Aug 26, 2023
2 parents 082438a + 5990953 commit 8f2458c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/structures/signs/signs_maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/directions/science, 32)

MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/directions/engineering, 32)

/obj/structure/sign/directions/ptl
name = "power transmission laser sign"
desc = "A direction sign, pointing out which way the Power Transmission Laser is."
icon_state = "direction_ptl"

MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/directions/ptl, 32)

/obj/structure/sign/directions/security
name = "security department sign"
desc = "A direction sign, pointing out which way the Security department is."
Expand Down
Binary file modified icons/obj/signs.dmi
Binary file not shown.

0 comments on commit 8f2458c

Please sign in to comment.