Skip to content

Commit

Permalink
Use bigger number for priority to leave more space in between
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
Fris0uman and GuardianDll authored Jul 6, 2024
1 parent 40fc350 commit 2608d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/end_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"type": "end_screen",
"id": "death_cross",
"priority": 1,
"priority": 100,
"picture_id": "ascii_rip_cross",
"condition": {
"and": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand Down

0 comments on commit 2608d4f

Please sign in to comment.