diff --git a/code/game/objects/items/dice.dm b/code/game/objects/items/dice.dm index 90e309db5fc..26b6442ca8f 100644 --- a/code/game/objects/items/dice.dm +++ b/code/game/objects/items/dice.dm @@ -78,7 +78,7 @@ /obj/item/dice/d4/Initialize(mapload) . = ..() - AddComponent(/datum/component/caltrop, 4) + AddComponent(/datum/component/caltrop, 1, 4) //1d4 damage /obj/item/dice/d6 name = "d6"