summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-31 17:52:57 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-31 17:52:57 +0100
commita4cbe791eaa37a4a8039a112a881ce2757305dce (patch)
tree6bd67947d2ee659595aa9828694bb8ad15a04966 /src/shared/tonkadur/Tonkadur/Compute.elm
parentf55133c2e24ee782416a32619aa1a3b07811915f (diff)
Fixes misses doing damage, missing animations, and some other modifications from a long time ago...adding_tonkadur
Diffstat (limited to 'src/shared/tonkadur/Tonkadur/Compute.elm')
-rw-r--r--src/shared/tonkadur/Tonkadur/Compute.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/tonkadur/Tonkadur/Compute.elm b/src/shared/tonkadur/Tonkadur/Compute.elm
index b22c3ac..92e5527 100644
--- a/src/shared/tonkadur/Tonkadur/Compute.elm
+++ b/src/shared/tonkadur/Tonkadur/Compute.elm
@@ -1,6 +1,7 @@
module Tonkadur.Compute exposing (compute)
-- Elm -------------------------------------------------------------------------
+import Dict
import List
-- Tonkadur --------------------------------------------------------------------