From 59ad85e08f31f36441d272341744e64dd84150ca Mon Sep 17 00:00:00 2001 From: Vincent <43859503+vdegans@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:56:02 +0200 Subject: [PATCH] FIx deathMessage typo and improve grammar (#1642) * fix deathMessage typo * Some more death message improvements * add new death messages --------- Co-authored-by: Redeix --- config/enhancedvisuals.json | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/config/enhancedvisuals.json b/config/enhancedvisuals.json index 83fdff9ab..a1a6cae18 100644 --- a/config/enhancedvisuals.json +++ b/config/enhancedvisuals.json @@ -1,15 +1,36 @@ { "messages": { "deathMessages": [ - "Do you really want to respawn? think of it again.", - "Life is hard. Deal with it!", - "You are dead ... wait you already know that.", - "Did I let the stove on...?", - "Should have shot back first...", + "Do you really want to respawn?", + "You are dead... wait you already knew that.", + "Did I leave the stove on...?", "Yep, that\u0027s messed up...", - "Rage incomming!", + "Rage incoming!", "I think you dropped something.", - "Time for a break?" + "Time for a break?", + "Should have seen that coming.", + "Progress denied.", + "Another fine day for entropy.", + "Research complete: mortality confirmed.", + "Civilization setback detected.", + "The factory must grow.", + "Another sample in the archaeology record.", + "You\u0027ve been recycled by nature.", + "Respawns remaining: -1", + "Welcome back to square one.", + "A fine addition to the fossil record.", + "Even bronze can\u0027t save you from that.", + "Turns out you are biodegradable.", + "Who knew survival was this complicated?", + "Respawn pending...", + "Sometimes progress means starting over.", + "A slight delay in evolution.", + "Respawn issued, warranty void.", + "Trial run concluded.", + "You\u0027ve been scheduled for maintenance.", + "Progress report: terminated.", + "Nature always collects its debts.", + "A minor inconvenience in the grand scheme of things." ], "enabled": true }