OSDN Git Service

Make "shard" plural in the dragon breath table to match most of the uses elsewhere.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 03:41:53 +0000 (19:41 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/tables.c

index 100686a..2a1fa18 100644 (file)
@@ -4765,7 +4765,7 @@ const dragonbreath_type dragonbreath_info[] = {
        { TR_RES_POIS, GF_POIS, _("毒", "poison") },
        { TR_RES_LITE, GF_LITE, _("閃光", "light") },
        { TR_RES_DARK, GF_DARK, _("暗黒", "dark") },
-       { TR_RES_SHARDS, GF_SHARDS, _("破片", "shard") },
+       { TR_RES_SHARDS, GF_SHARDS, _("破片", "shards") },
        { TR_RES_CONF, GF_CONFUSION, _("混乱", "confusion") },
        { TR_RES_SOUND, GF_SOUND, _("轟音", "sound") },
        { TR_RES_NEXUS, GF_NEXUS, _("因果混乱", "nexus") },