mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
minimaps for box, deff, meta and taxi
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user