diff --git a/code/_core/obj/item/dice.dm b/code/_core/obj/item/dice.dm index c8633e197..fb6600e5b 100644 --- a/code/_core/obj/item/dice.dm +++ b/code/_core/obj/item/dice.dm @@ -119,7 +119,7 @@ used = TRUE // https://www.desmos.com/calculator/vivxdlctyz - var/luck_to_add = ((chosen_number - 10)/10)*50 + var/luck_to_add = (chosen_number - 10) * 5 if(luck_to_add) if(luck_to_add < 0) @@ -172,4 +172,4 @@ icon_state = "d12" max_states = 12 - value = 40 \ No newline at end of file + value = 40