Reloading slows movement
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module Dodge.ChainEffect where
|
||||
import Dodge.Data
|
||||
|
||||
type ChainEffect =
|
||||
(Item -> Creature -> World -> World)
|
||||
-> Item
|
||||
-> Creature
|
||||
-> World
|
||||
-> World
|
||||
Reference in New Issue
Block a user