From 84469fd8f3ac17463be6c6ca151ff1b04bb8a6b8 Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:18:46 -0600 Subject: [PATCH] Adds our own modular bubber round tips. (#5712) ## About The Pull Request See title ## Why It's Good For The Game I think we should be able to make our own round tips without touching the /tg/ text file. ## Proof Of Testing image ## Changelog :cl: code: Added a modular string/bubbertips.txt folder for our own round tips. /:cl: --- code/__HELPERS/game.dm | 2 ++ strings/bubbertips.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 strings/bubbertips.txt diff --git a/code/__HELPERS/game.dm b/code/__HELPERS/game.dm index d625dcbf8c1..5c1436fb350 100644 --- a/code/__HELPERS/game.dm +++ b/code/__HELPERS/game.dm @@ -335,6 +335,8 @@ else var/list/randomtips = world.file2list("strings/tips.txt") var/list/memetips = world.file2list("strings/sillytips.txt") + var/list/bubbertips = world.file2list("strings/bubbertips.txt") // BUBBER EDIT - OUR TIPS OF THE ROUND + randomtips += bubbertips // BUBBER EDIT if(randomtips.len && prob(95)) message = pick(randomtips) else if(memetips.len) diff --git a/strings/bubbertips.txt b/strings/bubbertips.txt new file mode 100644 index 00000000000..73d9ca39d2c --- /dev/null +++ b/strings/bubbertips.txt @@ -0,0 +1 @@ +After murdering a protean, did you know you can click them with a pen to clear their memories of the event? It's like that little reset button on your modem! Just make sure to run!