From 4df019a593c28cf30e64e22120b72f3261c9e574 Mon Sep 17 00:00:00 2001 From: Matei Date: Sun, 29 Oct 2006 17:22:14 +0000 Subject: [PATCH] - Removed some debug spam. - Fixed skeleton entity. This was SVN commit r4604. --- binaries/data/mods/official/entities/units/skeleton.xml | 6 +++--- .../official/gui/test/functions_page_session_status_pane.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binaries/data/mods/official/entities/units/skeleton.xml b/binaries/data/mods/official/entities/units/skeleton.xml index d2f4e8bea9..a261676736 100644 --- a/binaries/data/mods/official/entities/units/skeleton.xml +++ b/binaries/data/mods/official/entities/units/skeleton.xml @@ -7,16 +7,16 @@ - Matrona Romana + Skeleton Romans - 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. + He lived, and obviously he died, or he wouldn't be a skeleton. - units/skeleton.xml + units/skeleton_live.xml \ No newline at end of file diff --git a/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js b/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js index b1f57483db..2ebdb7dc3f 100644 --- a/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js +++ b/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js @@ -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;