mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* Icon folder cleaning wave one * Fixe a merge conflict * Fixes some more merge conflicts * Fixes some modular icon paths * Fixes even more modular icon paths... Hopefully that's the last of them * Fixes some merge discrepencies * More merge issues * ok * not ok --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.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/general.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"
|
|
|