mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 02:25:54 +00:00
Teleporters
This commit is contained in:
parent
e86e9a2bf7
commit
7db0e8f5b6
12 changed files with 215 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ public partial class Pickupper : Activable
|
|||
_inventoryManager = GetNode<InventoryManager>("/root/GameScene/InventoryManager");
|
||||
}
|
||||
|
||||
public override void Activate()
|
||||
public override void Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
foreach (var item in LootTable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue