Use a creature to "use" the weapon of a turret
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
module DoubleStack
|
||||
where
|
||||
module DoubleStack where
|
||||
|
||||
newtype DS a = DS (a,[a],[a])
|
||||
deriving (Eq, Ord, Read, Show)
|
||||
|
||||
Reference in New Issue
Block a user