mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
6618c9d694
## About The Pull Request Purged several files inthe theme of misc.dm and broken the contents out into better organised files. Incidentally done some minor cleanup by removing an unused global list referring to a string file that no-longer exists, and removing a useless proc that replicated the behaviour of file2list(). ## Why It's Good For The Game See #60358 and all its successors ## Changelog 🆑 code: Reduced the number of files named misc.dm or similar by 14%. /🆑 # Conflicts: # code/_globalvars/lists/flavor_misc.dm
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
GLOBAL_LIST_INIT(admiral_messages, list(
|
|
"<i>Error: No comment given.</i>",
|
|
"<i>null</i>",
|
|
"Do you know how expensive these stations are?",
|
|
"I was sleeping, thanks a lot.",
|
|
"It's a good day to die!",
|
|
"No.",
|
|
"Stand and fight you cowards!",
|
|
"Stop being paranoid.",
|
|
"Stop wasting my time.",
|
|
"Whatever's broken just build a new one.",
|
|
"You knew the risks coming in.",
|
|
))
|