Elfenpferd verursacht bug im CR

This commit is contained in:
Enno Rehling 2005-02-06 11:55:32 +00:00
parent ca099ec5ae
commit e4b226dfa1
2 changed files with 3 additions and 3 deletions

View File

@ -3201,7 +3201,7 @@ age_building(building * b)
} }
if (unicorns) { if (unicorns) {
ADDMSG(&u->faction->msgs, msg_message("scunicorn", ADDMSG(&u->faction->msgs, msg_message("scunicorn",
"unit amount type", u, unicorns, "unit amount rtype", u, unicorns,
olditemtype[I_UNICORN]->rtype)); olditemtype[I_UNICORN]->rtype));
} }
} }

View File

@ -2097,9 +2097,9 @@
<type> <type>
<arg name="unit" type="unit"/> <arg name="unit" type="unit"/>
<arg name="amount" type="int"/> <arg name="amount" type="int"/>
<arg name="type" type="resource"/> <arg name="rtype" type="resource"/>
</type> </type>
<text locale="de">"$unit($unit) $if($eq($amount,1),"schließt","schließen") sich $int($amount) $resource($type,$amount) an."</text> <text locale="de">"$unit($unit) $if($eq($amount,1),"schließt","schließen") sich $int($amount) $resource($rtype,$amount) an."</text>
</message> </message>
<message name="itemcloak" section="events"> <message name="itemcloak" section="events">
<type> <type>