1
0
forked from 0ad/0ad

- Removed some debug spam.

- Fixed skeleton entity.

This was SVN commit r4604.
This commit is contained in:
Matei 2006-10-29 17:22:14 +00:00
parent fad6ad4baa
commit 4df019a593
2 changed files with 4 additions and 4 deletions

View File

@ -7,16 +7,16 @@
<Id>
<Specific>Matrona Romana</Specific>
<Specific>Skeleton</Specific>
<Civ>Romans</Civ>
<History>Roman women in the Republic were in a similar state as their Greek counterparts. When a Roman woman married their dowry and property passed to their father-in-law, while she herself became the property of her husband. Their job was to raise the children and helping in farm work or running the family business. It was a sign of affluence when a man’s wife did not have to work.</History>
<History>He lived, and obviously he died, or he wouldn't be a skeleton.</History>
</Id>
</Traits>
<Actor>units/skeleton.xml</Actor>
<Actor>units/skeleton_live.xml</Actor>
</Entity>

View File

@ -171,7 +171,7 @@ function updateStat (baseName, cellSheet, cell, statistic)
var textStat = getGUIObjectByName (baseName + statCurr);
if( !textStat )
{
console.write("No textStat for " + baseName + " " + statCurr);
//console.write("No textStat for " + baseName + " " + statCurr);
return;
}
textStat.sprite = "snIconSheet" + cellSheet;