Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jan 27, 2024
1 parent 91c1baf commit 3078f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/votes/transfer_vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
var/boost = round(length(non_voters) * TRANSFER_FACTOR)
if(boost)
. += "\n"
. += span_bold("Transfer option was boosted by [boost] non-voters ([round(TRANSFER_FACTOR, 0.1)]%) due to round length.")
. += span_bold("Transfer option was boosted by [boost] non-voters ([round(TRANSFER_FACTOR * 100, 0.1)]%) due to round length.")

/datum/vote/transfer_vote/finalize_vote(winning_option)
if(winning_option == CHOICE_CONTINUE)
Expand Down

0 comments on commit 3078f5a

Please sign in to comment.