It's looks like a bug

When I was visiting github,I found something like a bug.
It’s in:
SRC/melee.cpp L:1338

    tmp.text = string_format(_("&s rakes %s with his tentacle!"),

If I am wrong, forgive me.

You mean the _(“string”) part?

yeah, that also confused me. Apparently it is for internationalization.

Emm,I mean the first placeholder in the string.

tmp.text = string_format(_("&s rakes %s with his tentacle!"),

It’s might be a %s but &s?

That was mine. PR’d a fix. Thanks for reporting.

[quote=“lifesoul, post:3, topic:5056”]Emm,I mean the first placeholder in the string.

tmp.text = string_format(_("&s rakes %s with his tentacle!"),

It’s might be a %s but &s?[/quote]

Indeed. :smiley: totally missed that. Good find!

With his tentacles? Oh… What kind of cfreatures are you devs creating? D:
Just joking, i think it is from the Tentacles mutation, no?

in melee.cpp:

if (has_trait(“CLAWS_TENTACLE”)) {
tmp.text = string_format(_("&s rakes %s with his tentacle!"),

Guess so :D.

It’s my honor to support my meager strength for CDDA. :smiley: