Swags out the roundstart report (#95149)

## About The Pull Request

The roundstart report has been dripped out with a logo and some
additional flavor

<img width="585" height="916" alt="image"
src="https://github.com/user-attachments/assets/d0dab027-24e4-4d4a-a5ad-59616b3bf33d"
/>

The flavor messages are just some randomly selected lore tidbits or
filler text

Other changes:

- Paper now updates to your writing implement immediately, rather than
on process ticks.
- Adds a config to hide the dynamic report for cutting down the length
of the roundstart report. Disabled by default
- Footnotes now requires `R_FUN` rather than `R_ADMIN`

## Why It's Good For The Game

Makes the command report look a ton more official while introducing some
fun worldbuilding.

## Changelog

🆑 Melbert
qol: Paper UI now updates immediately when you pick up or drop a writing
tool.
qol: The roundstart command report has had its style updated, and now
contains some bonus lore.
admin: Changes the perms needed to add command report footnotes to "Fun"
rather than "Admin"
admin: Adds a verb for changing the command report main contents
(Requiring "Fun")
config: Adds a config for hiding the dynamic report, disabled by default
(disabled meaning you still get the report)
/🆑
This commit is contained in:
MrMelbert
2026-02-20 20:54:36 -05:00
committed by GitHub
parent f2c9396f94
commit e9d964789b
16 changed files with 315 additions and 59 deletions
+8 -2
View File
@@ -1,5 +1,5 @@
/datum/asset/spritesheet/simple/paper
name = "paper"
/datum/asset/spritesheet/simple/stamps
name = "stamps"
assets = list(
"stamp-clown" = 'icons/stamp_icons/large_stamp-clown.png',
"stamp-deny" = 'icons/stamp_icons/large_stamp-deny.png',
@@ -18,3 +18,9 @@
"stamp-centcom" = 'icons/stamp_icons/large_stamp-centcom.png',
"stamp-syndicate" = 'icons/stamp_icons/large_stamp-syndicate.png'
)
// Contains 256x128 versions of various in game company logos
/datum/asset/simple/logos
assets = list(
"nanotrasen-logo" = 'icons/ui/logos/nanotrasen-logo.png',
)