Skip to content

Commit

Permalink
rad
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Dec 31, 2018
1 parent f148eb4 commit 9a2a5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stats/effects/weaknesses/radioactiveplant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function applyPenalty()
end

function applyEffects()
status.setPersistentEffects("floranpower1", { {stat = "healthRegen", amount = 0.8},{stat = "foodDelta", effectiveMultiplier = -1} })
status.setPersistentEffects("floranpower1", { {stat = "healthRegen", amount = 0.8},{stat = "foodDelta", effectiveMultiplier = -1.08} })
--radiens dont get full when near these plants. eat up!
self.foodValue = status.resourcePercentage("food")
status.removeEphemeralEffect("wellfed")
Expand Down
2 changes: 1 addition & 1 deletion tech/other/xi_bulb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function update(args)
end

if (self.conshakTimer >= 350) then
self.rand = math.random(1,1)
self.rand = math.random(1,2)
if (self.foodValue >=10) then --must have sufficient food to grow a seed
animator.setParticleEmitterActive("bulbStance", false)
animator.setParticleEmitterActive("bulb", true)
Expand Down

0 comments on commit 9a2a5f3

Please sign in to comment.