Skip to content

Commit

Permalink
Merge pull request CleverRaven#66782 from casswedson/miss-fix
Browse files Browse the repository at this point in the history
magiclysm: diviner exodii mission fix
  • Loading branch information
Maleclypse authored Jul 11, 2023
2 parents e8b7f65 + 848b2ee commit a097f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"addiction_potential": 5,
"calories": 26,
"description": "A very concentrated form of mana potion.",
"price": 1000,
"price": 60000,
"volume": "500 ml",
"phase": "liquid",
"charges": 2,
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/npc/forge_diviner_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@
"destination": "exodii_base_x0y0z0",
"start": {
"assign_mission_target": {
"om_terrain": "exodii_base_x0y0z0",
"om_terrain": "exodii_base_x0y3z0",
"om_special": "exodii_base",
"reveal_radius": 3,
"cant_see": true,
"search_range": 180
"search_range": 400
}
}
},
Expand Down

0 comments on commit a097f96

Please sign in to comment.