diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 9ad880a5c..db516a879 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -731,7 +731,7 @@ print_curses(FILE *F, const faction *viewer, const void * obj, typ_t typ, int in if (fval(a->type, ATF_CURSE)) { curse *c = (curse *)a->data.v; if (c->type->curseinfo) { - if (c->type->cansee){ + if (c->type->cansee) { self = c->type->cansee(viewer, obj, typ, c, self); } dh = c->type->curseinfo(viewer->locale, obj, typ, c, self); diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c index 8cf6a9be7..7c37bc990 100644 --- a/src/eressea/korrektur.c +++ b/src/eressea/korrektur.c @@ -2861,7 +2861,7 @@ give_cammo(void) for(f=factions; f; f=f->next) { for(u=f->units; u; u=u->nextF) { - i_change(&u->items, &it_catapultammo, i_get(u->items, olditemtype[I_CATAPULT])); + i_change(&u->items, &it_catapultammo, i_get(u->items, olditemtype[I_CATAPULT])*2); } }