From 2608d4f6578136c4bb3441c1c49a4635913eb0b0 Mon Sep 17 00:00:00 2001 From: Fris0uman <41293484+Fris0uman@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:15:32 +0200 Subject: [PATCH] Use bigger number for priority to leave more space in between Co-authored-by: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> --- data/json/end_screen.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/end_screen.json b/data/json/end_screen.json index 1efee7e185a8a..4189a56a228bf 100644 --- a/data/json/end_screen.json +++ b/data/json/end_screen.json @@ -15,7 +15,7 @@ { "type": "end_screen", "id": "death_cross", - "priority": 1, + "priority": 100, "picture_id": "ascii_rip_cross", "condition": { "and": [ @@ -36,7 +36,7 @@ { "type": "end_screen", "id": "death_inverted_cross", - "priority": 1, + "priority": 100, "picture_id": "ascii_rip_inverted_cross", "condition": { "and": [ { "not": "u_is_alive" }, { "or": [ { "u_has_trait": "CANNIBAL" }, { "u_has_trait": "PSYCHOPATH" } ] } ] }, "added_info": [ @@ -49,7 +49,7 @@ { "type": "end_screen", "id": "portal_storm_win", - "priority": 2, + "priority": 200, "picture_id": "ascii_portal_storm_win", "condition": { "and": [ { "not": "u_is_alive" }, { "u_has_effect": "a_winner_is_u" } ] }, "added_info": [