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!