Merchant inventory is working!
This commit is contained in:
@ -59,6 +59,7 @@ TexturePack.ASCII_PACK = TexturePack(
|
||||
MERCHANT='M',
|
||||
SUNFLOWER='I',
|
||||
BODY_SNATCH_POTION='S',
|
||||
SWORD='\u2020',
|
||||
)
|
||||
|
||||
TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
@ -81,4 +82,5 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
||||
MERCHANT='🦜',
|
||||
SUNFLOWER='🌻',
|
||||
BODY_SNATCH_POTION='🔀',
|
||||
SWORD='🗡️',
|
||||
)
|
||||
|
Reference in New Issue
Block a user