Files
Bubberstation/code/modules/mapfluff/ruins/spaceruin_code/originalcontent.dm
SkyratBot b1bd40e760 [MIRROR] [MDB Ignore][Bounty][Complete Refactor] Papercode Redux: Too Many Damn Files <Map Conflict Edition> [MDB IGNORE] (#15362)
* [MDB Ignore][Bounty][Complete Refactor] Papercode Redux: Too Many Damn Files <Map Conflict Edition>

* Fixes merge conflicts and compilation errors, alongside fixing the joker card to make it fully functional again

* Fixed a bunch of info variables in map files

* Alright this is why I wanted this merged yesterday

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
2022-08-04 15:50:15 +01:00

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'
/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>"
icon_state = "painting1"
/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"