mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user