Make stack amount var private

This commit is contained in:
Chompstation Bot
2021-08-26 15:39:04 +00:00
parent 145f8172f4
commit af0d7a0f6b
72 changed files with 935 additions and 287 deletions

View File

@@ -57,8 +57,7 @@
continue
while(count > 0)
inst = new real_path
inst.amount = min(count, max_amount)
inst = new real_path(null, min(count, max_amount))
count -= inst.get_amount()
. += inst