Stepping on a d4 without shoes on now deals 1d4 damage (before modifiers) (#46473)

* Update medicine_reagents.dm

* Update medicine_reagents.dm

* undoes an accidental change to master

* Update dice.dm

* Update dice.dm
This commit is contained in:
ATH1909
2019-09-13 14:22:25 -04:00
committed by moo
parent bba0db7664
commit 6aadff8c63
+1 -1
View File
@@ -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"