mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user