mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-13 11:24:34 +00:00
i hope we use PENDAS
This commit is contained in:
@@ -310,7 +310,7 @@ SUBSYSTEM_DEF(research)
|
|||||||
//Then we subtract production and maturation, making it so faster growing plants are better for RnD
|
//Then we subtract production and maturation, making it so faster growing plants are better for RnD
|
||||||
//Then we add in lifespan and potency,
|
//Then we add in lifespan and potency,
|
||||||
//A basic seed can be worth 268 points if its the best it can be.
|
//A basic seed can be worth 268 points if its the best it can be.
|
||||||
L[TECHWEB_POINT_TYPE_GENERIC] = 50 + initial(((S.rarity + S.yield) * 2) - S.maturation - S.production + S.lifespan + S.potency)
|
L[TECHWEB_POINT_TYPE_GENERIC] = 50 + initial(S.rarity * 2 + S.yield * 2 - S.maturation - S.production + S.lifespan + S.potency)
|
||||||
techweb_point_items[S] = L
|
techweb_point_items[S] = L
|
||||||
|
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user