forgot to commit configuration.py last time

This commit is contained in:
eblade 2008-11-02 05:20:25 -05:00
parent e154bdd8f4
commit b5ec60f5fa

View File

@ -109,6 +109,8 @@ class Game:
stat.tip = stat_node.getAttribute("tip")
stat.click = stat_node.getAttribute("click")
stat.popup = stat_node.getAttribute("popup")
stat.hudprefix = stat_node.getAttribute("hudprefix")
stat.hudsuffix = stat_node.getAttribute("hudsuffix")
self.stats[stat.stat_name] = stat