Add beach chairs. (#31665)

* Add beach chairs.

* Add beach chair color variants. Update overlays.

* Thanks, linters!

* Add hit sound.

* Thanks, linters!
This commit is contained in:
Alan
2026-02-27 19:09:01 +00:00
committed by GitHub
parent c4fb9bff75
commit e0a22b158f
7 changed files with 134 additions and 0 deletions
+7
View File
@@ -1404,3 +1404,10 @@
/datum/reagent/medicine/spaceacillin = 5, //Burns get infected
/datum/reagent/medicine/sterilizine = 10)
category = CAT_MISC
/datum/crafting_recipe/beach_chair
name = "Beach chair"
result = list(/obj/item/chair/beach)
reqs = list(/obj/item/stack/sheet/wood = 2,
/obj/item/stack/sheet/cloth = 1)
category = CAT_MISC