mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 04:46:45 +01:00
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:
@@ -0,0 +1,10 @@
|
||||
|
||||
/client/proc/fucky_wucky()
|
||||
set category = "Debug"
|
||||
set name = "Fucky Wucky"
|
||||
set desc = "Inform the players that the code monkeys at our headquarters are working very hard to fix this."
|
||||
for(var/victim as anything in GLOB.player_list)
|
||||
var/datum/asset/fuckywucky = get_asset_datum(/datum/asset/simple/fuckywucky)
|
||||
fuckywucky.send(victim)
|
||||
SEND_SOUND(victim, 'sound/misc/fuckywucky.ogg')
|
||||
to_chat(victim, "<img src='fuckywucky.png'>")
|
||||
Reference in New Issue
Block a user