Skip to content

Commit

Permalink
Add survivor car to survivor camp (#40021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupsi-Mupsi authored May 4, 2020
1 parent d552434 commit c1b8853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/mapgen/ws_survivor_camp.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"rows": [
",,..,...................",
"...,,,.....p......,.....",
".....p..p......p....p.,.",
"..,p.,.p..,..p...p......",
"........p......p....p.,.",
"..,..,.p..,..p...p......",
"..,p...........,...,.p..",
"......p....p......p...,.",
",...p..p..,..,..p,...p..",
Expand Down Expand Up @@ -118,7 +118,8 @@
{ "monster": "GROUP_ZOMBIE_SURVIVOR_CAMP", "x": 11, "y": 10 },
{ "monster": "GROUP_ZOMBIE_SURVIVOR_CAMP", "x": 10, "y": 9 },
{ "monster": "GROUP_ZOMBIE_SURVIVOR_CAMP", "x": 12, "y": 8 }
]
],
"place_vehicles": [ { "vehicle": "surv_car", "x": 4, "y": 1, "chance": 20, "rotation": 0, "status": -1, "fuel": 1 } ]
}
}
]

0 comments on commit c1b8853

Please sign in to comment.