mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-03-10 10:22:01 +00:00
Implemented GameData BagPocket
This commit is contained in:
@@ -896,8 +896,8 @@ def pbItemEditorNew(default_name)
|
||||
return
|
||||
end
|
||||
# Choose a pocket
|
||||
pocket = PocketProperty.set("", 0)
|
||||
return if pocket == 0
|
||||
pocket = PocketProperty.set("", :None)
|
||||
return if pocket == :None
|
||||
# Choose a price
|
||||
price = LimitProperty.new(999_999).set(_INTL("Purchase price"), -1)
|
||||
return if price == -1
|
||||
|
||||
Reference in New Issue
Block a user