Afforess / Factorio-Stdlib

Factorio Standard Library Project
ISC License
162 stars 45 forks source link

remove_prereq nullifies prerequisites value of technology table. #148

Open Aberro opened 4 years ago

Aberro commented 4 years ago

Technology:remove_prereq nullifies prerequisites value of Technology if there's no values left in it. I believe Factorio expects it to be at least empty table. I'm not sure, though, but boblibrary's bobmods.lib.tech.replace_prerequisite expects it's value to be not nil. So, either your mod or his has bug.