From d41fe3f8f4610c2e5bd40f404410a530acb8eefc Mon Sep 17 00:00:00 2001 From: tf-4 <8881105+tf-4@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:40:09 +0100 Subject: [PATCH] detle sign --- code/game/objects/effects/posters/official.dm | 2 -- modular_doppler/lore/overrides/posters/official.dm | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/posters/official.dm b/code/game/objects/effects/posters/official.dm index e39b0b17070cc..2c78c0485eada 100644 --- a/code/game/objects/effects/posters/official.dm +++ b/code/game/objects/effects/posters/official.dm @@ -27,14 +27,12 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/random, 32) MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/here_for_your_safety, 32) -/* DOPPLER EDIT REMOVAL - NT -> PA /obj/structure/sign/poster/official/nanotrasen_logo name = "\improper Nanotrasen logo" desc = "A poster depicting the Nanotrasen logo." icon_state = "nanotrasen_logo" MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/nanotrasen_logo, 32) -*/ /obj/structure/sign/poster/official/cleanliness name = "Cleanliness" diff --git a/modular_doppler/lore/overrides/posters/official.dm b/modular_doppler/lore/overrides/posters/official.dm index 1daed3aa9eb0f..5f4b81d28c437 100644 --- a/modular_doppler/lore/overrides/posters/official.dm +++ b/modular_doppler/lore/overrides/posters/official.dm @@ -1,3 +1,8 @@ +/obj/structure/sign/poster/official/nanotrasen_logo/Initialize(mapload) + . = ..() + if(mapload) + qdel(src) // >:) + /obj/structure/sign/poster/official poster_item_desc = "An official Port Authority-issued poster to foster a compliant and obedient workforce. It comes with state-of-the-art adhesive backing, for easy pinning to any vertical surface."