mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
fix examine_block to boxed_message
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
last_message_at = world.time
|
||||
|
||||
var/list/messages = args.Copy()
|
||||
to_chat(world, examine_block(vote_font("[span_bold("Map Vote")]\n<hr>[messages.Join("\n")]")))
|
||||
to_chat(world, custom_boxed_message("purple_box", vote_font("[span_bold("Map Vote")]\n<hr>[messages.Join("\n")]")))
|
||||
|
||||
/datum/controller/subsystem/map_vote/update_tally_printout()
|
||||
var/list/data = list()
|
||||
|
||||
Reference in New Issue
Block a user