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
+1 -1
View File
@@ -119,7 +119,7 @@ SUBSYSTEM_DEF(vote)
)
log_vote("vote finalized", vote_log_data)
if(to_display)
to_chat(world, examine_block(vote_font("[to_display]"))) // BUBBER EDIT CHANGE - span_infoplain changed to examine_block
to_chat(world, custom_boxed_message("purple_box", vote_font("[to_display]"))) // BUBBER EDIT CHANGE - span_infoplain changed to examine_block
// Finally, doing any effects on vote completion
current_vote.finalize_vote(final_winner)