Stacking Die (#12929)

This commit is contained in:
Geeves
2022-02-02 17:13:06 +01:00
committed by GitHub
parent a32ce7644e
commit d75c99fbdf
11 changed files with 87 additions and 64 deletions
+4 -4
View File
@@ -232,14 +232,14 @@
add_fingerprint(user)
/obj/item/dice/tajara
/obj/item/stack/dice/tajara
name = "adhomian dice"
desc = "An adhomian dice made out of wood. Commonly used to play Suns and Moon."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "brother1"
base_icon = "brother"
/obj/item/dice/tajara/alt
/obj/item/stack/dice/tajara/alt
icon_state = "sister1"
base_icon = "sister"
@@ -251,6 +251,6 @@
of the rules has garnered it quite the reputation. Die will usually have an image of Rredouane fixed upon them. Parks will commonly have designated spots for people to play Suns and Moon. Disputes are \
also solved through this game."
starts_with = list(
/obj/item/dice/tajara = 3,
/obj/item/dice/tajara/alt = 3
/obj/item/stack/dice/tajara = 3,
/obj/item/stack/dice/tajara/alt = 3
)