diff options
| author | Caldfir | 2012-04-10 10:04:15 -0700 |
|---|---|---|
| committer | Caldfir | 2012-04-10 10:04:15 -0700 |
| commit | 8046694e74a382dad27dfa260c926b5431b17bd4 (patch) | |
| tree | ad0e93087e60037ce66831f634db4c97d38fae37 | |
| parent | 679a98525e5f37912ba19fd8f692996ca406a5ba (diff) | |
| download | stonesense-8046694e74a382dad27dfa260c926b5431b17bd4.tar.gz stonesense-8046694e74a382dad27dfa260c926b5431b17bd4.tar.bz2 stonesense-8046694e74a382dad27dfa260c926b5431b17bd4.tar.xz | |
Fixed the xml to permit female dwarf military hair again XD
| -rw-r--r-- | resources/creatures/large_256/dwarf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/creatures/large_256/dwarf.xml b/resources/creatures/large_256/dwarf.xml index 71094ec..5a97405 100644 --- a/resources/creatures/large_256/dwarf.xml +++ b/resources/creatures/large_256/dwarf.xml @@ -97,8 +97,8 @@ <subsprite sheetIndex="130" zoom="3" equipment_class="ARMOR" equipment_name="ITEM_ARMOR_ROBE" color="equipment"/> <subsprite sheetIndex="131" zoom="3" equipment_class="ARMOR" equipment_name="ITEM_ARMOR_CLOAK" color="equipment"/> - <!--beard goes here - on top of clothes but below hats--> - <!--subsprite sheetIndex="2" zoom="3" color="bodypart" bodypart="hair" /--> + <!--hair goes here - on top of clothes but below hats--> + <subsprite sheetIndex="2" zoom="3" color="bodypart" bodypart="hair" /> <!--subsprite sheetIndex="100" zoom="3" equipment_class="HELM" equipment_name="ITEM_HELM_VEIL_HEAD" color="equipment"/--> <!--subsprite sheetIndex="101" zoom="3" equipment_class="HELM" equipment_name="ITEM_HELM_VEIL_FACE" color="equipment"/--> @@ -205,7 +205,7 @@ <subsprite sheetIndex="110" zoom="3" equipment_class="ARMOR" equipment_name="ITEM_ARMOR_ROBE" color="equipment"/> <subsprite sheetIndex="111" zoom="3" equipment_class="ARMOR" equipment_name="ITEM_ARMOR_CLOAK" color="equipment"/> - <!--beard goes here - on top of clothes but below hats--> + <!--hair goes here - on top of clothes but below hats--> <subsprite sheetIndex="2" zoom="3" color="bodypart" bodypart="hair" /> <!--subsprite sheetIndex="100" zoom="3" equipment_class="HELM" equipment_name="ITEM_HELM_VEIL_HEAD" color="equipment"/--> |
