forked from github/server
ein /* in einem kommentar
This commit is contained in:
parent
a61ea1a6cd
commit
fceceb9c4e
|
@ -1746,7 +1746,7 @@ sp_undeadhero(fighter * fi, int level, double power, spell * sp)
|
|||
assert(j<=df->side->casualties);
|
||||
df->side->casualties -= j;
|
||||
/* tot sind sie eignetlich immer noch. Aber... was tun?
|
||||
/* siehe http://eressea.upb.de/mantis/view.php?id=447 */
|
||||
siehe http://eressea.upb.de/mantis/view.php?id=447 */
|
||||
df->side->dead -= j;
|
||||
df->side->healed += j;
|
||||
|
||||
|
|
|
@ -54,6 +54,18 @@ function process(orders)
|
|||
plan_monsters()
|
||||
process_orders()
|
||||
|
||||
-- localechange = { de = { "bLub" } }
|
||||
localechange = { }
|
||||
for loc, flist in localechange do
|
||||
for index, name in flist do
|
||||
f = get_faction(atoi36(name))
|
||||
if f ~= nil then
|
||||
f.locale = loc
|
||||
print("LOCALECHANGE ", f, loc)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
write_passwords()
|
||||
write_reports()
|
||||
|
||||
|
|
Loading…
Reference in New Issue