mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
[Newmap] Map fixes and directional signs addition. (#2187)
Fixes a ton of bugs with the new map, modifies the look of the Medical and Security directional signs and adds a few extra more that are already mapped in. Pending from this commit due to merging errors: Adding Holodeck areas to the different settings in the Aurora-1 map file. Adding the "Dock" signs to the Odin Preparatory wing.
This commit is contained in:
@@ -201,10 +201,31 @@
|
||||
icon_state = "direction_med"
|
||||
|
||||
/obj/structure/sign/directions/evac
|
||||
name = "\improper Escape Arm"
|
||||
name = "\improper Escape Dock"
|
||||
desc = "A direction sign, pointing out which way the escape shuttle dock is."
|
||||
icon_state = "direction_evac"
|
||||
|
||||
/obj/structure/sign/directions/cryo
|
||||
name = "\improper Cryogenics Storage"
|
||||
desc = "A direction sign, pointing out which way the station's Cryogenics Storage station is."
|
||||
icon_state = "direction_cryo"
|
||||
|
||||
/obj/structure/sign/directions/dock
|
||||
name = "\improper Departures/Arrivals Dock"
|
||||
desc = "A direction sign. It reads: 'Reminder: All personnel are required to make use of the Auto-locker device before heading to the Docking area. Thank you.'"
|
||||
icon_state = "direction_dock"
|
||||
|
||||
/obj/structure/sign/directions/civ
|
||||
name = "\improper Civilian department"
|
||||
desc = "A direction sign, pointing out which way the Civilian sector is."
|
||||
icon_state = "direction_civ"
|
||||
|
||||
/obj/structure/sign/directions/all
|
||||
name = "\improper All directions"
|
||||
desc = "A multi-coloured direction sign, pointing out in which all main departments are located."
|
||||
icon_state = "direction_all"
|
||||
|
||||
|
||||
/obj/structure/sign/christmas/lights
|
||||
name = "Christmas lights"
|
||||
desc = "Flashy."
|
||||
|
||||
Reference in New Issue
Block a user