Quote:
10) Minor thing, how do I change the combat message to stop saying "Decimate"? At best it should be reserved for dealing 10% damage...
I can answer that one, I think:
$ grep -i decimate *.c
const.c: "rip", "gash", "lacerate", "hack", "maul", "rend", "decimate",
const.c: "decimates", "_mangles_", "_devastates_", "_cleaves_", "_butchers_",
const.c: "batter", "flog", "pummel", "smash", "maul", "bludgeon", "decimate",
const.c: "bludgeons", "decimates", "_shatters_", "_devastates_", "_maims_",
const.c: "injure", "hit", "jar", "thrash", "maul", "decimate", "_traumatize_",
const.c: "injures", "hits", "jars", "thrashes", "mauls", "decimates", "_traumatizes_",
That looks to be where that word appears.
As for the others, it could all be done no doubt, but I haven't looked at the code for a while. I would take one at a time and work through it.
You could try asking on the SmaugFUSS forum. This one (here) is fairly quiet these days. |