mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 18:47:53 +01:00
* Code was assuming that item.origin_tech would be an initialized list. To be safe we use LAZYSET so it will work properly even if its null. * Other code was calling pickweight and passing it the options as named arguments. They are supposed to be passed as a list.