more fixes and runtime corrections

This commit is contained in:
Fox-McCloud
2017-01-28 04:03:33 -05:00
parent a69b3f3673
commit ec4add0ebf
3 changed files with 10 additions and 10 deletions

View File

@@ -333,8 +333,8 @@
if(!master.vines.len)
var/obj/item/seeds/kudzu/KZ = new(loc)
KZ.mutations |= mutations
KZ.potency = min(100, master.mutativeness * 10)
KZ.production = (master.spread_cap / initial(master.spread_cap)) * 5
KZ.set_potency(master.mutativeness * 10)
KZ.set_production((master.spread_cap / initial(master.spread_cap)) * 5)
mutations = list()
set_opacity(0)
if(buckled_mob)