mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Resprites Majority of chairs [MDB IGNORE] (#19788)
* Resprites Majority of chairs (#73879) ## About The Pull Request Updates Chair sprites to be more appealing. Sprites made by @ Imaginos16  ## Why It's Good For The Game -Removes soul ## Changelog 🆑 imageadd: Changed sprites for wooden chairs, comfy chairs, electric chairs, folding chair and shuttle seats! /🆑 * Resprites Majority of chairs --------- Co-authored-by: kinnebian <75904284+kinneb@users.noreply.github.com>
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
name = "comfy chair"
|
||||
desc = "It looks comfy."
|
||||
icon_state = "comfychair"
|
||||
color = rgb(255,255,255)
|
||||
color = rgb(255, 255, 255)
|
||||
resistance_flags = FLAMMABLE
|
||||
max_integrity = 70
|
||||
buildstackamount = 2
|
||||
@@ -209,19 +209,19 @@
|
||||
update_armrest()
|
||||
|
||||
/obj/structure/chair/comfy/brown
|
||||
color = rgb(255,113,0)
|
||||
color = rgb(70, 47, 28)
|
||||
|
||||
/obj/structure/chair/comfy/beige
|
||||
color = rgb(255,253,195)
|
||||
color = rgb(240, 238, 198)
|
||||
|
||||
/obj/structure/chair/comfy/teal
|
||||
color = rgb(0,255,255)
|
||||
color = rgb(117, 214, 214)
|
||||
|
||||
/obj/structure/chair/comfy/black
|
||||
color = rgb(167,164,153)
|
||||
color = rgb(61, 60, 56)
|
||||
|
||||
/obj/structure/chair/comfy/lime
|
||||
color = rgb(255,251,0)
|
||||
color = rgb(193, 248, 104)
|
||||
|
||||
/obj/structure/chair/comfy/shuttle
|
||||
name = "shuttle seat"
|
||||
|
||||
Reference in New Issue
Block a user