mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
MAPPING:
- slight change to arrival hallway ADMIN COMMANDS: - Added 3 commands to 'secrets': Move mining shuttle, move administration shuttle and move ferry. Each of these moves their respective shuttle. This is only intended for admin events. The mining shuttle still takes the 15-ish seconds to arrive, the other two are instantanious. All generate admin logs and admin-log-spam to prevent abuse. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1124 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -129,6 +129,11 @@ proc/process_ghost_teleport_locs()
|
||||
|
||||
/area/shuttle/transport1/centcom
|
||||
icon_state = "shuttle"
|
||||
name = "Transport Shuttle Centcom"
|
||||
|
||||
/area/shuttle/transport1/station
|
||||
icon_state = "shuttle"
|
||||
name = "Transport Shuttle"
|
||||
|
||||
/area/shuttle/transport2/centcom
|
||||
icon_state = "shuttle"
|
||||
@@ -150,6 +155,14 @@ proc/process_ghost_teleport_locs()
|
||||
name = "Special Ops Shuttle"
|
||||
icon_state = "shuttlered2"
|
||||
|
||||
/area/shuttle/administration/centcom
|
||||
name = "Administration Shuttle Centcom"
|
||||
icon_state = "shuttlered"
|
||||
|
||||
/area/shuttle/administration/station
|
||||
name = "Administration Shuttle"
|
||||
icon_state = "shuttlered2"
|
||||
|
||||
/area/shuttle/thunderdome
|
||||
name = "honk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user