More Miscellaneous Signs, Part I (#21205)

## About PR
This PR adds a few miscellaneous directional and otherwise useful signs,
both for the Horizon and potential away sites. The new ones can be seen
in the screenshot below. It also enables the use of one already existing
but not coded in sign.
As the title implies more is on the way. But for now, please enjoy.

> [!IMPORTANT]
> None of the signs have been added yet to the Horizon or elsewhere. 😀

>  Addition to signs.dmi:
> <img width="1081" height="212" alt="image"
src="https://github.com/user-attachments/assets/d5d9bca3-48c1-45b5-8453-59ee0495c96e"
/>
This commit is contained in:
KingOfThePing
2025-08-23 11:00:14 +00:00
committed by GitHub
parent aad2e6bbd4
commit 87206e465f
3 changed files with 79 additions and 0 deletions
+65
View File
@@ -264,6 +264,62 @@
desc = "A direction sign, pointing out which way the nearest propulsion area is."
icon_state = "direction_prop"
/obj/structure/sign/directions/deck1
name = "\improper DECK1 sign"
desc = "A sign, telling you that you're on the first deck."
icon_state = "deck1"
/obj/structure/sign/directions/deck2
name = "\improper DECK2 sign"
desc = "A sign, telling you that you're on the second deck."
icon_state = "deck2"
/obj/structure/sign/directions/deck3
name = "\improper DECK3 sign"
desc = "A sign, telling you that you're on the third deck."
icon_state = "deck3"
/obj/structure/sign/directions/deck3
name = "\improper DECK4 sign"
desc = "A sign, telling you, that you're on the fourth deck."
icon_state = "deck4"
/obj/structure/sign/directions/restricted
name = "\improper RESTRICTED sign"
desc = "A sign, telling you, that where you are going is somewhere you're probably not meant to be."
icon_state = "restricted"
/obj/structure/sign/directions/cic
name = "\improper CIC sign"
desc = "A direction sign, pointing out the direction of a command center."
icon_state = "direction_cic"
/obj/structure/sign/directions/cargobay
name = "\improper Cargo Bay sign"
desc = "A direction sign, pointing you in the direction of a cargo bay."
icon_state = "direction_cargobay"
/obj/structure/sign/directions/garage
name = "\improper Garage sign"
desc = "A direction sign, pointing you in the direction of a vehicle garage."
icon_state = "direction_garage"
/obj/structure/sign/directions/shuttlepad
name = "\improper Shuttle Pad sign"
desc = "A sign, telling you that you are at a shuttle landing pad."
icon_state = "shuttle_pad"
/obj/structure/sign/directions/service
name = "\improper SERVICE sign"
desc = "A direction sign, pointing out which way the Service department is. "
icon_state = "direction_service"
/obj/structure/sign/directions/commissary
name = "\improper STORE sign"
desc = "A direction sign, pointing out which way a store or commissary is. "
icon_state = "direction_commissary"
//
// Danger, Warning, and Hazard Signs
//
@@ -313,6 +369,15 @@
desc = "A danger sign which reads \"DANGER: CRUSH HAZARD\" and \"AUTOMATIC EQUIPMENT STARTS AND STOPS AUTOMATICALLY\"."
icon_state = "crush"
/obj/structure/sign/air_station
name = "\improper AIR STATION sign"
desc = "A sign which reads \"AIR REFILLING STATION\" and some smaller printed warnings: \"DANGER: EXERCISE CAUTION. PRESSURIZED AIR.\"."
icon_state = "air_station"
/obj/structure/sign/waste_station
name = "\improper WASTE STATION sign"
desc = "A danger sign which reads \"WASTE GAS COLLECTION\" and some smaller printed warnings: \"DANGER: EXERCISE CAUTION. WASTE MAY BE TOXIC. PRESSURIZED GASSES.\"."
icon_state = "waste"
//
// Emergency Signs
//