Skip to content

Commit

Permalink
change ally attack color from blue to teal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ish authored and Nick Ish committed Feb 17, 2024
1 parent a5b127f commit 4128a6c
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 4128a6c

Please sign in to comment.