From d2674b927e331e19c55a14e9cc6ffb5ffdb74f6c Mon Sep 17 00:00:00 2001 From: Pandro Date: Tue, 28 Oct 2025 16:17:52 +0100 Subject: [PATCH] Changed 'blinding_lights' Changed power 'blinding_lights' to allow any kind of headwear to not be blinded. --- data/feathermc/powers/blinding_lights.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/feathermc/powers/blinding_lights.json b/data/feathermc/powers/blinding_lights.json index 4dabda5..3460349 100644 --- a/data/feathermc/powers/blinding_lights.json +++ b/data/feathermc/powers/blinding_lights.json @@ -22,12 +22,9 @@ }, { "type": "origins:equipped_item", - "inverted": true, "equipment_slot": "head", "item_condition": { - "type": "origins:armor_value", - "comparison": ">", - "compare_to": 0 + "type": "origins:empty" } } ]