minimaps for box, deff, meta and taxi

This commit is contained in:
DeityLink
2014-12-11 16:46:44 +01:00
parent 27a405d228
commit fda86578f2
10 changed files with 32 additions and 12 deletions

View File

@@ -1230,13 +1230,13 @@
switch(team)
if("Green")
pack = new /obj/item/packobelongings/green(M.loc)
pack.x = 130
pack.x = thunderdome_coords_x+2
if("Red")
pack = new /obj/item/packobelongings/red(M.loc)
pack.x = 126
pack.x = thunderdome_coords_x-2
pack.z = 2 //the players' belongings are stored there, in the Thunderdome Admin lodge.
pack.y = 69
pack.z = thunderdome_coords_z //the players' belongings are stored there, in the Thunderdome Admin lodge.
pack.y = thunderdome_coords_y
pack.name = "[M.real_name]'s belongings"