mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Make stack amount var private
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user