Skip to content

Commit

Permalink
Fix mapgen weights in Salvaged Robots mod (#36355)
Browse files Browse the repository at this point in the history
* Update dispatch_first_01.json

* Update dispatch_second_01.json
  • Loading branch information
ZhilkinSerg authored and kevingranade committed Dec 22, 2019
1 parent 477661c commit 3cd2cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "mapgen",
"om_terrain": "robot_dispatch_first",
"weight": "250 g",
"weight": 250,
"method": "json",
"object": {
"fill_ter": "t_thconc_floor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "mapgen",
"om_terrain": "robot_dispatch_second",
"weight": "250 g",
"weight": 250,
"method": "json",
"object": {
"fill_ter": "t_thconc_floor",
Expand Down

0 comments on commit 3cd2cc0

Please sign in to comment.