Tweak inventory manipulation

This commit is contained in:
2026-04-06 18:07:35 +01:00
parent 262463c52d
commit 9d7c9f1db2
5 changed files with 164 additions and 156 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
module Dodge.Placement.Instance.Creature where
import Dodge.Creature.ArmourChase
--import Dodge.Creature.ArmourChase
import Dodge.Creature.ChaseCrit
import Dodge.Data.GenWorld
import RandomHelp
randC1 :: PSType
randC1 = RandPS $ takeOne $ map PutCrit $ armourChaseCrit : replicate 50 hoverCrit
randC1 = RandPS $ takeOne $ map PutCrit [hoverCrit,chaseCrit]
--randC1 = RandPS $ takeOne $ map PutCrit [hoverCrit]