Fix drops on enemies and treasure rooms

This commit is contained in:
Marco 2025-05-01 14:43:30 +02:00
commit 8d71a59d84
25 changed files with 81 additions and 40 deletions

View file

@ -14,6 +14,7 @@ ShortName = &""
ItemDescription = &"Activates Green KeyPads"
ItemKey = &"GREEN_KEY"
Item = 2
Tier = 0
Price = 0
Amount = 1
Max = 1
@ -23,4 +24,4 @@ UiType = 1
Selectable = false
AutoPickup = false
InventorySprite = SubResource("AtlasTexture_iasoh")
DropScenePath = &"res://Scenes/Items/Green_Keycard.tscn"
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"