Page 1 of 1

Upgrades - gem pluralisation IMPLEMENTED

Posted: Sun Dec 11, 2016 11:30 pm
by Detros
Quite a standard issue: "It costs 6 gems, you need 1 more gems". (when you have 5)
Should be just "...1 more gem.", singular.

Re: Upgrades - gem pluralisation

Posted: Tue Dec 20, 2016 6:08 pm
by COOLguy
Sounds like a template - is it a big enough deal to track it down and create an exception test?

Re: Upgrades - gem pluralisation

Posted: Tue Dec 20, 2016 9:04 pm
by Detros
COOLguy wrote:Sounds like a template - is it a big enough deal to track it down and create an exception test?
That's a question aimed at Daniel, right? Yes, one "if" at the right place should be enough.

Re: Upgrades - gem pluralisation IMPLEMENTED

Posted: Sun Jan 01, 2017 5:27 pm
by Stratego (dev)
modified to this:
"It costs 6 gems, you need 1 more to get it"

Re: Upgrades - gem pluralisation IMPLEMENTED

Posted: Sun Jan 01, 2017 8:07 pm
by Detros
Thanks. So now there should be no upgrades made for 1 gem only :D
Works for me.

Re: Upgrades - gem pluralisation IMPLEMENTED

Posted: Sun Jan 01, 2017 10:31 pm
by COOLguy
Daniel (the dev) wrote:modified to this:
"It costs 6 gems, you need 1 more to get it"
Clever fix :)