From 7e6f586b6bf28240481452fdc0a53785f8fe63da Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Wed, 17 Feb 2021 15:59:16 -0800
Subject: [PATCH] Missing push

---
 src/events/scheduled/burst/burst.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/scheduled/burst/burst.js b/src/events/scheduled/burst/burst.js
index 032dabad99b..dc4ac6280d1 100644
--- a/src/events/scheduled/burst/burst.js
+++ b/src/events/scheduled/burst/burst.js
@@ -42,7 +42,7 @@ globalThis.allBursts = function() {
 		} else {
 			r.push(`Blood leaks`);
 		}
-		(`from ${his} rear as ${his} body cavity fills with the contents of ${his} digestive tract. The skin of ${his} taut belly reddens as the pressure against it builds. As ${he} takes ${his} last breath, ${he} falls forward, ${his} weight landing upon ${his} straining stomach. With a gush, ${he} ruptures, flooding the area around ${him} with`);
+		r.push(`from ${his} rear as ${his} body cavity fills with the contents of ${his} digestive tract. The skin of ${his} taut belly reddens as the pressure against it builds. As ${he} takes ${his} last breath, ${he} falls forward, ${his} weight landing upon ${his} straining stomach. With a gush, ${he} ruptures, flooding the area around ${him} with`);
 		if (slave.inflation !== 0) {
 			r.push(`blood, guts and ${slave.inflationType}.`);
 		} else {
-- 
GitLab