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:
ExcessiveUseOfCobblestone
2016-08-23 09:06:59 +12:00
committed by oranges
parent 31c1e139c4
commit ac5bde1a7f
2 changed files with 9 additions and 11 deletions
+2 -4
View File
@@ -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)