Skip to content

Commit

Permalink
Update _storyteller.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 23, 2023
1 parent 4d7faf0 commit 8db51a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
if(QDELETED(event))
message_admins("[event.name] was deleted!")
continue
valid_events[event] = event.calculated_weight
valid_events[event] = round(event.calculated_weight * 10) //multiply weight by 10 to get first decimal value
///If we didn't get any events, remove the points inform admins and dont do anything
if(!length(valid_events))
message_admins("Storyteller failed to pick an event for track of [track].")
Expand Down

0 comments on commit 8db51a3

Please sign in to comment.