mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes #7619
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
attack_verb = list("diced")
|
attack_verb = list("diced")
|
||||||
|
|
||||||
/obj/item/weapon/dice/New()
|
/obj/item/weapon/dice/New()
|
||||||
icon_state = "[name][rand(sides)]"
|
icon_state = "[name][rand(1,sides)]"
|
||||||
|
|
||||||
/obj/item/weapon/dice/d20
|
/obj/item/weapon/dice/d20
|
||||||
name = "d20"
|
name = "d20"
|
||||||
|
|||||||
Reference in New Issue
Block a user