From b7febcdc6366f18486d16c8ac761eaf031e9d140 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 11 Dec 2020 01:26:15 +0100 Subject: [PATCH] [MIRROR] Changes painting frame description to explain how they work (#2121) * Changes painting frame description to explain how they work (#55414) spellcheck: changed the description of painting frames to better explain how to remove paintings and whether the frame is persistent * Changes painting frame description to explain how they work Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com> --- code/game/objects/structures/artstuff.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/artstuff.dm b/code/game/objects/structures/artstuff.dm index b838b4c9a6e..591b21fbb2f 100644 --- a/code/game/objects/structures/artstuff.dm +++ b/code/game/objects/structures/artstuff.dm @@ -238,7 +238,7 @@ /obj/structure/sign/painting name = "Painting" - desc = "Art or \"Art\"? You decide." + desc = "Art or \"Art\"? You decide. Use wirecutters to remove the painting." icon = 'icons/obj/decals.dmi' icon_state = "frame-empty" custom_materials = list(/datum/material/wood = 2000) @@ -378,12 +378,18 @@ //Presets for art gallery mapping, for paintings to be shared across stations /obj/structure/sign/painting/library + name = "Public Painting Exhibit" + desc = "Art or \"Art\"? You decide. Part of the Public Painting Exhibit. Any painting placed here will be archived at the end of the shift. Use wirecutters to remove the painting." persistence_id = "library" /obj/structure/sign/painting/library_secure + name = "Secure Painting Exhibit" + desc = "A masterpiece hand-picked by the curator, supposedly. Part of the Secure Painting Exhibit. Any painting placed here will be archived at the end of the shift. Use wirecutters to remove the painting." persistence_id = "library_secure" /obj/structure/sign/painting/library_private // keep your smut away from prying eyes, or non-librarians at least + name = "Private Painting Exhibit" + desc = "An art piece deemed too subversive or too illegal for prying eyes. Part of the Private Painting Exhibit. Any painting placed here will be archived at the end of the shift. Use wirecutters to remove the painting." persistence_id = "library_private" /obj/structure/sign/painting/vv_get_dropdown()