mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
wip casino1
Made confetti sprite and system Made a confetti grenade Made special casino card deck and sprites that doesnt contain joker made sofa constructible from wood, still needs more work added new casino card decks to casino map
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/material/plasteel/generate_recipes()
|
||||
/material/plasteel/generate_recipes()
|
||||
. = ..()
|
||||
recipes += new/datum/stack_recipe("Hammer Head", /obj/item/weapon/hammer_head, 2)
|
||||
|
||||
|
||||
/material/wood/generate_recipes() //Is a little sad we cant have lovely wooden sofa
|
||||
. = ..()
|
||||
recipes += new/datum/stack_recipe_list("sofas", list( \
|
||||
new/datum/stack_recipe("sofa middle", /obj/structure/bed/chair/sofa, 1, one_per_turf = 1, on_floor = 1), \
|
||||
new/datum/stack_recipe("sofa left", /obj/structure/bed/chair/sofa/left, 1, one_per_turf = 1, on_floor = 1), \
|
||||
new/datum/stack_recipe("sofa right", /obj/structure/bed/chair/sofa/right, 1, one_per_turf = 1, on_floor = 1), \
|
||||
new/datum/stack_recipe("sofa corner", /obj/structure/bed/chair/sofa/corner, 1, one_per_turf = 1, on_floor = 1), \
|
||||
))
|
||||
Reference in New Issue
Block a user