fix examine_block to boxed_message

This commit is contained in:
lessthanthree
2025-02-22 18:58:49 -08:00
parent 7ad09602b5
commit 98cd4e28a4
9 changed files with 19 additions and 19 deletions
@@ -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()