Allow for different item drops on creature death

This commit is contained in:
jgk
2021-04-25 02:16:31 +02:00
parent 94ff3d6593
commit 30736997c3
19 changed files with 336 additions and 229 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
{-
Functions that affect the world according to what pressed buttons are stored in a Set.
-}
module Dodge.Update.UsingInput
where
import Dodge.Data
import Dodge.CreatureAction.UseItem
import Dodge.Creature.Action.UseItem
import Geometry
import SDL
import qualified Data.Set as S
import Control.Lens