From 67b05c6d4d25f4670636a015f2920fb81ebfe364 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Tue, 28 Jun 2022 18:20:58 -0500 Subject: [PATCH] Fix Probability Travel item description (#1639) --- data/json/items/bionics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/bionics.json b/data/json/items/bionics.json index 169319920aa2..2360326c5c4f 100644 --- a/data/json/items/bionics.json +++ b/data/json/items/bionics.json @@ -709,7 +709,7 @@ "type": "BIONIC_ITEM", "name": { "str": "Probability Travel CBM" }, "looks_like": "bio_int_enhancer", - "description": "Increases the body's wavelength, allowing the user to quantum tunnel through walls, reappearing on the other side. Power drain in standby is relatively low, but each tile tunneled through costs 90 bionic power.", + "description": "Increases the body's wavelength, allowing the user to quantum tunnel through walls, reappearing on the other side. Once installed, activate and select a direction to use. Tunneling costs 100 bionic power per tile traveled through.", "price": 1400000, "difficulty": 11 },