Skip to content

Commit

Permalink
Merge pull request CleverRaven#70480 from harakka/tcl-reveal-range
Browse files Browse the repository at this point in the history
Using visitor's pass or freight badge tries to reveal TCL in larger radius
  • Loading branch information
Maleclypse authored Dec 28, 2023
2 parents 30279ab + 6710f8b commit 2f88ea5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/items/id_cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@
"category": "keys",
"use_action": {
"type": "reveal_map",
"radius": 90,
"radius": 300,
"message": "You add the facilities to your map.",
"terrain": [
{ "om_terrain": "road", "om_terrain_match_type": "PREFIX" },
{ "om_terrain": "city_center", "om_terrain_match_type": "TYPE" },
"bridge",
"lab_res_8_SWD_ground",
"lab_res_8_SED_ground",
Expand Down Expand Up @@ -121,10 +122,11 @@
"flags": [ "SCIENCE_CARD_TRANSPORT_1", "CREDIT_CARD_SHAPED" ],
"use_action": {
"type": "reveal_map",
"radius": 90,
"radius": 300,
"message": "You add the facilities to your map",
"terrain": [
{ "om_terrain": "road", "om_terrain_match_type": "PREFIX" },
{ "om_terrain": "city_center", "om_terrain_match_type": "TYPE" },
"bridge",
"lab_res_8_SWD_ground",
"lab_res_8_SED_ground",
Expand Down

0 comments on commit 2f88ea5

Please sign in to comment.