mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 23:21:17 +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
|
|
@ -10,6 +10,7 @@ ShortName = &""
|
|||
ItemDescription = &"Ammo for Nuclear weapons"
|
||||
ItemKey = &"NUCLEAR_AMMO"
|
||||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 5
|
||||
Max = 50
|
||||
|
|
@ -19,4 +20,4 @@ UiType = 2
|
|||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_nas3h")
|
||||
DropScenePath = &"uid://c1va8s6p050kx"
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue