Remove consumable records

This commit is contained in:
2025-06-05 21:15:20 +01:00
parent 816ab4222f
commit 10ca82c4d5
16 changed files with 258 additions and 321 deletions
+5 -3
View File
@@ -1,6 +1,5 @@
{-# LANGUAGE StrictData #-}
module Dodge.Data.UseCondition
where
module Dodge.Data.UseCondition where
data UseCondition
= UseableWhenAimed
@@ -9,4 +8,7 @@ data UseCondition
| NeverUsable
deriving (Eq, Show, Read)
data UseFocus
= UseFromRoot
| UseFromLocation
deriving (Eq, Show, Read)