mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Stacking Die (#12929)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user