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:
uhangi@gmail.com
2010-09-12 23:11:58 +00:00
parent a23350fbab
commit 1fc3829bc6
4 changed files with 102 additions and 29 deletions

View File

@@ -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"

View File

@@ -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()