From 897240ee8687fe8b07d57e506d42e676a7f1024e Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 5 Dec 2023 08:20:10 +0100 Subject: [PATCH] add new wand --- src-lib/Library/Types.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-lib/Library/Types.hs b/src-lib/Library/Types.hs index 91005a5..c86a0f8 100644 --- a/src-lib/Library/Types.hs +++ b/src-lib/Library/Types.hs @@ -67,6 +67,7 @@ data Wand | BigWand -- ^ Stronger Zap spell | FireWand -- ^ Spell for causing fire damage | IceWand -- ^ Spell for causing ice damage + | BlinkWand -- ^ Spell for random teleport data Effect = Effect { effectType :: Affliction -- ^ What is happening