mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Fix drops on enemies and treasure rooms
This commit is contained in:
parent
2c72f36108
commit
8d71a59d84
25 changed files with 81 additions and 40 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue