fucky wucky (#5102)

I joked about having something silly to tell players we're fixing shit,
and while looking into bee's statpanel I noticed the image for this in
their HTML files so of course I had to add it.

Ported from: BeeStation/BeeStation-Hornet/pull/1574
This commit is contained in:
Zandario
2023-03-03 22:04:33 -08:00
committed by GitHub
parent 291228c2c2
commit 83d3e312f8
6 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
/datum/asset/simple/fuckywucky
keep_local_name = TRUE
assets = list(
"fuckywucky.png" = 'icons/runtime/assets/debug/fuckywucky.png',
)