Files
VOREStation/code/modules/xenoarcheaology
Leshana a92107ad8f Fix bad index and bad arg name runtimes in find_spawning.dm
* 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.
2020-02-23 23:50:41 -05:00
..
2020-02-12 19:38:43 -05:00
2020-02-12 19:38:43 -05:00
2020-02-12 19:38:43 -05:00
2020-02-22 02:35:41 -05:00