Skip to content

Commit

Permalink
Artificial Night Generator do not grant invis (#74947)
Browse files Browse the repository at this point in the history
* Artificial Night Generator do not grant invis

* fix description
  • Loading branch information
GuardianDll authored Jul 9, 2024
1 parent 7f1fea9 commit 5bfa3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,13 +1275,7 @@
"description": "When active, this bionic eliminates all light within a 2 tile radius through destructive interference.",
"occupied_bodyparts": [ [ "torso", 16 ] ],
"flags": [ "BIONIC_TOGGLED" ],
"enchantments": [
{
"condition": "ACTIVE",
"ench_effects": [ { "effect": "invisibility", "intensity": 1 } ],
"emitter": "emit_shadow_field"
}
],
"enchantments": [ { "condition": "ACTIVE", "emitter": "emit_shadow_field" } ],
"act_cost": "9 kJ",
"react_cost": "9 kJ",
"time": "1 s"
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
"type": "BIONIC_ITEM",
"name": { "str": "Artificial Night Generator CBM" },
"looks_like": "bio_int_enhancer",
"description": "When active, this bionic eliminates all light within a 15-tile radius of the user through destructive interference.",
"description": "When active, this bionic eliminates all light within a 2 tile radius of the user through destructive interference.",
"price": "8 kUSD 500 USD",
"price_postapoc": "80 USD",
"difficulty": 5
Expand Down

0 comments on commit 5bfa3c4

Please sign in to comment.