Bugfix and cleanup

This commit is contained in:
2022-05-21 22:14:50 +01:00
parent f555a4bf05
commit 14de40e0bf
2 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ medkit i = defaultConsumable
, _itUse = ConsumeUse
{_cUse = \_ cr w -> w & creatures . ix (_crID cr) . crHP +~ i
}
, _itEquipPict = pictureItem $ (,) emptySH $ color blue $ circleSolid 3
, _itEquipPict = pictureWeaponAim $ const $ (,) emptySH $ color blue $ circleSolid 3
, _itID = Nothing
}