mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Removes Partial Credits for Already Discovered Seeds + MoneyTree Potency Edit (#19975)
* Nerfs Seeds & Money Trees * give them the D * REMOVE IT ALL * Update seeds.dm
This commit is contained in:
committed by
oranges
parent
31c1e139c4
commit
ac5bde1a7f
@@ -32,7 +32,5 @@
|
||||
return 0
|
||||
|
||||
var/potDiff = (S.potency - discoveredPlants[S.type])
|
||||
if(potDiff < 1)
|
||||
return round(S.rarity * S.potency / 10)
|
||||
else
|
||||
return round(..() * potDiff)
|
||||
|
||||
return round(..() * potDiff)
|
||||
|
||||
Reference in New Issue
Block a user