Allow for different item drops on creature death

This commit is contained in:
2021-04-25 02:16:31 +02:00
parent 94ff3d6593
commit 30736997c3
19 changed files with 336 additions and 229 deletions
+6
View File
@@ -0,0 +1,6 @@
{-
Rooms that contain valuable items, typically protected in some manner.
-}
module Dodge.Room.Treasure
where
import Geometry