mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Enable mass pickup (#859)
* Enable mass pickup * Update Changes.txt * Remove getThisItemPlease * Fix sarcophagus pickups * Fix legacy pickup triggers not working * Update Changes.txt * Align pickups to surfaces * Update pickup.cpp * Update pickup.cpp * Update Changes.txt
This commit is contained in:
parent
847b162e0a
commit
697aea87eb
11 changed files with 121 additions and 54 deletions
|
@ -20,6 +20,10 @@ Flow.SetTotalSecretCount(5)
|
|||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
||||
-- Disable/enable mass pickup (collect all pickups at once)
|
||||
|
||||
Flow.EnableMassPickup(true)
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
-- Title level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue