General cleanup, remove Drawing type synonym
This commit is contained in:
@@ -5,7 +5,7 @@ import Dodge.Base
|
||||
|
||||
import Picture
|
||||
|
||||
drawWeapon :: Picture -> Creature -> Int -> Drawing
|
||||
drawWeapon :: Picture -> Creature -> Int -> Picture
|
||||
drawWeapon p cr posInInv
|
||||
| _crInvSel cr == posInInv = onLayer PtLayer drawnWep
|
||||
| otherwise = blank
|
||||
|
||||
Reference in New Issue
Block a user