mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
* Changes the missing food icon test to cover ALL /obj's * Update implant.dm * Hopefully fixes all the failing integration tests! * Fixes more missing icons * Even more icon fixes * Hopefully that was all of them * Okay now SURELY that's all of them * I'm tired of this shit man * Hopefully that's all, for real this time! Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
/////////// originalcontent items
|
|
|
|
/obj/item/paper/crumpled/ruins/originalcontent
|
|
desc = "<i>Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings.</i>"
|
|
|
|
/obj/item/paper/pamphlet/ruin/originalcontent
|
|
icon = 'icons/obj/fluff.dmi'
|
|
icon_state = "painting1"
|
|
|
|
/obj/item/paper/pamphlet/ruin/originalcontent/stickman
|
|
name = "Painting - 'BANG'"
|
|
default_raw_text = "<i>This picture depicts a crudely-drawn stickman firing a crudely-drawn gun.</i>"
|
|
icon_state = "painting4"
|
|
|
|
/obj/item/paper/pamphlet/ruin/originalcontent/treeside
|
|
name = "Painting - 'Treeside'"
|
|
default_raw_text = "<i>This picture depicts a sunny day on a lush hillside, set under a shaded tree.</i>"
|
|
|
|
/obj/item/paper/pamphlet/ruin/originalcontent/pennywise
|
|
name = "Painting - 'Pennywise'"
|
|
default_raw_text = "<i>This picture depicts a smiling clown. Something doesn't feel right about this..</i>"
|
|
icon_state = "painting3"
|
|
|
|
/obj/item/paper/pamphlet/ruin/originalcontent/yelling
|
|
name = "Painting - 'Hands-On-Face'"
|
|
default_raw_text = "<i>This picture depicts a man yelling on a bridge for no apparent reason.</i>"
|
|
icon_state = "painting2"
|
|
|