mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Obtainable dice and D&D figures
- Adds D&D figure box to library - Adds both full dice set box and D&D figure box to cargo store
This commit is contained in:
@@ -86,4 +86,18 @@
|
||||
*///ew.
|
||||
/obj/item/weapon/dice/update_icon()
|
||||
overlays.Cut()
|
||||
overlays += "[src.icon_state][src.result]"
|
||||
overlays += "[src.icon_state][src.result]"
|
||||
/obj/item/weapon/storage/box/dice
|
||||
name = "Box of dice"
|
||||
desc = "ANOTHER ONE!? FUCK!"
|
||||
icon_state = "box"
|
||||
|
||||
/obj/item/weapon/storage/box/dice/New()
|
||||
..()
|
||||
new /obj/item/weapon/dice/d2(src)
|
||||
new /obj/item/weapon/dice/d4(src)
|
||||
new /obj/item/weapon/dice/d8(src)
|
||||
new /obj/item/weapon/dice/d10(src)
|
||||
new /obj/item/weapon/dice/d00(src)
|
||||
new /obj/item/weapon/dice/d12(src)
|
||||
new /obj/item/weapon/dice/d20(src)
|
||||
|
||||
@@ -45,6 +45,18 @@
|
||||
typepath = /obj/item/weapon/storage/box/snappops
|
||||
cost = 200
|
||||
|
||||
/datum/storeitem/d&d
|
||||
name = "Dungeons & Dragons set"
|
||||
desc = "A box containing minifigures suitable for a good game of D&D."
|
||||
typepath = /obj/item/weapon/storage/box/characters
|
||||
cost = 200
|
||||
|
||||
/datum/storeitem/dice
|
||||
name = "Dice set"
|
||||
desc = "A box containing multiple different types of die."
|
||||
typepath = /obj/item/weapon/storage/box/dice
|
||||
cost = 200
|
||||
|
||||
/datum/storeitem/crayons
|
||||
name = "Crayons"
|
||||
desc = "Let security know how they're doing by scrawling lovenotes all over their hallways."
|
||||
|
||||
Reference in New Issue
Block a user