mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
* Cytology Adjacent Update #2: Carp scale crafting. (#61913) expansion: Adds carp scales, and carp scale crafting. * Cytology Adjacent Update #2: Carp scale crafting. Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
@@ -230,6 +230,15 @@
|
||||
overlays_from_child_procs = list(image('icons/obj/chairs.dmi', loc, "echair_over", pixel_x = -1))
|
||||
. = ..()
|
||||
|
||||
/obj/structure/chair/comfy/carp
|
||||
name = "carpskin chair"
|
||||
desc = "A luxurious chair, the many purple scales reflect the light in a most pleasing manner."
|
||||
icon_state = "carp_chair"
|
||||
buildstacktype = /obj/item/stack/sheet/animalhide/carp
|
||||
|
||||
/obj/structure/chair/comfy/carp/GetArmrest()
|
||||
return mutable_appearance('icons/obj/chairs.dmi', "carp_chair_armrest")
|
||||
|
||||
/obj/structure/chair/office
|
||||
anchored = FALSE
|
||||
buildstackamount = 5
|
||||
|
||||
Reference in New Issue
Block a user