Page 1 of 1

armour vs armor in source

Posted: Tue Dec 12, 2017 8:16 pm
by Jurriaan
in golem-graveyard\npcs.lua, I see

Code: Select all

type="armour"
almost everywhere else, this is spelled 'armor' in the source (except for a comment in data/damage-types.lua).
The one other exception is shertul-fortress-training-orb, which has

Code: Select all

game:registerDialog(GetQuantity.new("Armour", "From 0 to 1000", 0, 1000, function(qty)
which is probably OK. It is strange that the source has armor, and the texts / UI has armour.