mirror of
https://github.com/ayabusa/A-la-carte.git
synced 2026-04-06 19:36:58 +00:00
fixed disappearing burgers bug
This commit is contained in:
@@ -259,6 +259,8 @@ class Game:
|
||||
self.map[ely][elx]=(old_el,holding)
|
||||
holding.render(elx*40, ely*40+40, 2)
|
||||
return None
|
||||
else:
|
||||
return holding
|
||||
def recup_ingredient(self, elx:int,ely:int)->Ingredient|Assiette:
|
||||
el=self.map[ely][elx]
|
||||
if type(el)==int:
|
||||
|
||||
Reference in New Issue
Block a user