diff options
Diffstat (limited to 'features/amphibious.json')
-rw-r--r-- | features/amphibious.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/amphibious.json b/features/amphibious.json index 5aef528..0ef1b5f 100644 --- a/features/amphibious.json +++ b/features/amphibious.json @@ -7,11 +7,11 @@ "conditions": [], "effects": [{ "target": "self", - "effect": [ "Set property PROPERTY to X", "Can breathe air", "True" ] + "effect" : [ "Set N = N", "BREATHES_AIR", 1 ] }, { "target": "self", - "effect": [ "Set property PROPERTY to X", "Can breathe water", "True" ] + "effect" : [ "Set N = N", "BREATHES_WATER", 1 ] }] } ] |