mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
More admin thunderdome stuff. Added teleport to observer and admin areas, also teleporting to the thunderdome now drops all of your crap.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@91 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -420,10 +420,14 @@
|
||||
name = "Thunderdome (Team 2)"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/tdome/tdomea
|
||||
/area/tdome/tdomeadmin
|
||||
name = "Thunderdome (Admin.)"
|
||||
icon_state = "purple"
|
||||
|
||||
/area/tdome/tdomeobserve
|
||||
name = "Thunderdome (Observer.)"
|
||||
icon_state = "purple"
|
||||
|
||||
/area/medical/medbay
|
||||
name = "Medbay"
|
||||
icon_state = "medbay"
|
||||
|
||||
@@ -107,6 +107,8 @@ var
|
||||
list/mazewarp = list()
|
||||
list/tdome1 = list()
|
||||
list/tdome2 = list()
|
||||
list/tdomeobserve = list()
|
||||
list/tdomeadmin = list()
|
||||
list/prisonsecuritywarp = list() //prison security goes to these
|
||||
list/prisonwarped = list() //list of players already warped
|
||||
list/blobstart = list()
|
||||
|
||||
Reference in New Issue
Block a user