Cataclysmanic / GO2022

4 stars 1 forks source link

detective starts new scenes fresh, without items the player picked up #23

Closed plexsoup closed 1 year ago

plexsoup commented 1 year ago

Detective should load items from inventory on init() or ready()

eg: if Global.IO.has_item("gun"): spawn_gun()