Skip to content
Snippets Groups Projects
Commit 70ad2838 authored by Lisa Greene's avatar Lisa Greene Committed by Otowa Kotori
Browse files

Add a decimal to ancestral life turn gain description

parent c9ca68fb
No related branches found
No related tags found
2 merge requests!627I18n,!617WIP: experienmental i18n support
......@@ -99,7 +99,7 @@ newTalent{
local eq = t.getEq(self, t)
local turn = t.getTurn(self, t)
return ([[Your fungus reaches into the primordial ages of the world, granting you ancient instincts.
Each time you receive non-regeneration healing you gain %d%% of a turn per 100 life healed. This effect can't add energy past 2 stored turns and overhealing is not counted.
Each time you receive non-regeneration healing you gain %0.1f%% of a turn per 100 life healed. This effect can't add energy past 2 stored turns and overhealing is not counted.
Also, regeneration effects on you will decrease your equilibrium by %0.1f each turn.
The turn gain increases with your Mindpower.]]):
tformat(turn * 100, eq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment