Skip to content

Commit

Permalink
Merge pull request #365 from stridera/change-dam-color
Browse files Browse the repository at this point in the history
change ally attack color from blue to teal
  • Loading branch information
ecourtt authored Feb 18, 2024
2 parents e48b9e9 + 30e917b commit f1398d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ static void append_damage_amount(char *b, const char *msg, int dam, int type) {
* In comm.h, TO_ROOM is 1, TO_VICT is 2, TO_NOTVICT is 3, TO_CHAR is 4
*/
const char *colors[6] = {
"", "&4", "&1", "&4", "&3", "&2", /* healing */
"", "&6", "&1", "&6", "&3", "&2", /* healing */
};
if (damage_amounts) {
if (type != TO_VICT && type != TO_NOTVICT && type != TO_CHAR && type != TO_ROOM) {
Expand Down

0 comments on commit f1398d5

Please sign in to comment.