Fixes HUD sunglasses deconstruction (#15444)

* sunglasses

* Unit test test

* Unit test test tested
This commit is contained in:
SabreML
2021-03-14 13:17:20 +00:00
committed by GitHub
parent 181d282848
commit 76e237edc5
12 changed files with 198 additions and 179 deletions
+1 -1
View File
@@ -267,7 +267,7 @@
//what you can craft with these things
/datum/crafting_recipe/mushroom_bowl
name = "Mushroom Bowl"
result = /obj/item/reagent_containers/food/drinks/mushroom_bowl
result = list(/obj/item/reagent_containers/food/drinks/mushroom_bowl)
reqs = list(/obj/item/reagent_containers/food/snacks/grown/ash_flora/shavings = 5)
time = 30
category = CAT_PRIMAL
@@ -189,14 +189,14 @@
/datum/crafting_recipe/oar
name = "goliath bone oar"
result = /obj/item/oar
result = list(/obj/item/oar)
reqs = list(/obj/item/stack/sheet/bone = 2)
time = 15
category = CAT_PRIMAL
/datum/crafting_recipe/boat
name = "goliath hide boat"
result = /obj/vehicle/lavaboat
result = list(/obj/vehicle/lavaboat)
reqs = list(/obj/item/stack/sheet/animalhide/goliath_hide = 3)
time = 50
category = CAT_PRIMAL