if(typeof(this.localLevelMod) !== 'undefined' && this.localLevelMod != 0) {
            var t = "S:"+this.localLevelMod;
            ctx.fillText(t, this.x+this.width-ctx.measureText(t).width-4, this.y+this.height-5);
        }