Skip to content

Commit

Permalink
tweak: cinder brute -> cinder beast; ¢ -> C'
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed May 25, 2024
1 parent 26f5480 commit 8422bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mobs.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2160,14 +2160,14 @@ pub const CinderBruteTemplate = MobTemplate{
.mob = .{
.id = "cinder_brute",
.species = &Species{
.name = "cinder brute",
.name = "cinder beast",
.default_attack = &Weapon{
.name = "teeth",
.damage = 1,
.strs = &items.BITING_STRS,
},
},
.tile = '¢',
.tile = 'C',
.ai = AI{
.profession_description = "wandering",
.work_fn = ai.standStillAndGuardWork,
Expand Down

0 comments on commit 8422bcd

Please sign in to comment.