Move background item effects out of records

This commit is contained in:
2025-06-05 22:08:39 +01:00
parent 10ca82c4d5
commit 9a699e70ed
11 changed files with 272 additions and 143 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ defaultHeldItem =
Item
{ _itType = HELD PISTOL
, _itConsumables = Nothing
, _itEffect = defaultItEffect
-- , _itEffect = defaultItEffect
, _itID = 0 -- should this return an error ? const $ error "itID not correctly initialised" ?
, _itTargeting = NoItTargeting
, _itLocation = InVoid