Skip to content

Commit

Permalink
Fixed Chest Spawn (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonomousAccount authored Jul 27, 2024
1 parent 3dad69c commit 26ed976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowland/map.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ start_time = 5900
phys_speed = 1
phys_jump = 1
phys_gravity = 1
chests = return {{pos1={z=0,x=0,y=0},pos2={z=230,x=230,y=140},amount=42}}
chests = return {{pos1={x=5,y=17,z=115},pos2={x=225,y=140,z=225},amount=21},{pos1={x=5,y=17,z=5},pos2={x=225,y=140,z=115},amount=21}}
teams = local _={};_[1]="flag_pos";_[2]="enabled";return {blue={[_[1]]={z=39,x=106,y=22},pos1={z=115,x=225,y=140},pos2={z=5,x=5,y=0},[_[2]]=true},red={[_[1]]={z=197,x=159,y=28},pos1={z=115,x=225,y=140},pos2={z=225,x=5,y=0},[_[2]]=true}}
barrier_area = return {pos2={z=230,x=230,y=140},pos1={z=0,x=0,y=0}}
game_modes = return {"classes","nade_fight","classic"}
Expand Down

0 comments on commit 26ed976

Please sign in to comment.