Skip to content

Commit 3c54e61

Browse files
committed
Fix
1 parent 7138226 commit 3c54e61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/mods/Xedra_Evolved/xe_end_screen.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"picture_id": "ascii_rip_vampire",
2222
"condition": { "and": [ { "not": "u_is_alive" }, { "u_has_trait": "VAMPIRE" } ] },
2323
"added_info": [
24-
[ [ 8, 14 ], "The night is over for you: <color_light_red><u_name></color>" ],
25-
[ [ 15, 15 ], "Survived: <time_survived>" ],
26-
[ [ 17, 16 ], "Kills: <total_kills>" ]
24+
[ [ 25, 14 ], "The night is over for you: <color_light_red><u_name></color>" ],
25+
[ [ 26, 15 ], "Survived: <time_survived>" ],
26+
[ [ 27, 16 ], "Kills: <total_kills>" ]
2727
],
2828
"last_words_label": "Last Words:"
2929
}

data/mods/Xedra_Evolved/xe_graveyard.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"/_______ / __/ \\____/|__| ",
2323
" \\/|__| ",
2424
" ",
25-
"`\\<color_green>%</color>`<color_brown>@</color>| | \\ | | |<color_brown>@@</color><color_green>%@<color_green>%%</color>",
26-
" .<color_green>%%%</color><color_brown>@@@</color>|<color_green>%</color> ` <color_green>%</color> <color_brown>@@@</color><color_green>%%</color><color_brown>@</color><color_green>%%%%</color>",
27-
" _.<color_green>%%%%%%</color><color_brown>@@@@@@</color><color_green>%%%</color>__/\\<color_green>%</color><color_brown>@@</color><color_green>%%</color><color_brown>@@@@@@@</color><color_green>%%%%%%</color>"
25+
" ",
26+
" ",
27+
" "
2828
]
2929
}
3030
]

0 commit comments

Comments
 (0)