Updates bruh moments to be more up to date (#91080)

## About The Pull Request

Someone's gotta maintain it.

## Why It's Good For The Game

## Changelog

🆑
spellcheck: Updated bruh moments.
/🆑
This commit is contained in:
John Willard
2025-05-15 16:05:40 -04:00
committed by Roxy
parent 5e409a64e0
commit ae39a084c4
+19 -2
View File
@@ -10,8 +10,25 @@
icon_state = "smokewhite"
inhand_icon_state = "smoke"
slot_flags = ITEM_SLOT_BELT
///It's extremely important to keep this list up to date. It helps to generate the insightful description of the smokebomb
var/static/list/bruh_moment = list("Dank", "Hip", "Lit", "Based", "Robust", "Bruh", "Gamer")
///List of words we take randomly every time we're examined. It's extremely important to keep this list up to date,
///It helps to generate the insightful description of the smokebomb
var/static/list/bruh_moment = list(
"Dank",
"Hip",
"Lit",
"Based",
"Robust",
"Bruh",
"Gamer",
"Sigma",
"Blud",
"Fanum",
"Gyatt",
"Looksmaxxing",
"Mewing",
"Aura",
"Crashout",
)
///Here we generate the extremely insightful description.
/obj/item/grenade/smokebomb/Initialize(mapload)