最大阳光数限制
This commit is contained in:
parent
97d9b98200
commit
947f31a351
@ -271,6 +271,8 @@ class MenuBar():
|
||||
|
||||
def increaseSunValue(self, value):
|
||||
self.sun_value += value
|
||||
if self.sun_value > 9990:
|
||||
self.sun_value = 9990
|
||||
|
||||
def setCardFrozenTime(self, plant_name):
|
||||
for card in self.card_list:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user