Mild to Moderately Suggestive Poster Removal (#1320)

* Overrides a few posters that may not be appropriate for Fulpstation; overrides one joke item as well.
This commit is contained in:
QuiteLiterallyAnything
2025-04-05 13:38:52 -07:00
committed by GitHub
parent 7a3c9c1b22
commit b1b173db28
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Obscure joke curator mail gift that (while semi-satricial and not explicit itself)
// references explicit material.
/obj/item/book/granter/action/spell/blind/wgw/Initialize(mapload)
. = ..()
// We replace it with 100 CR to make its absence less noticeable as a mail drop.
new /obj/item/stack/spacecash/c100(src.loc)
return INITIALIZE_HINT_QDEL

View File

@@ -0,0 +1,10 @@
// blacklists ALL "suggestive" posters— intentionally ironic or otherwise.
/obj/structure/sign/poster/Initialize(mapload)
blacklisted_types += list(
/obj/structure/sign/poster/official/no_erp,
/obj/structure/sign/poster/contraband/got_wood,
/obj/structure/sign/poster/contraband/lusty_xenomorph,
/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6,
/obj/structure/sign/poster/contraband/lizard
)
return ..()

View File

@@ -6840,6 +6840,8 @@
#include "fulp_modules\Z_edits\emote_edits\scream.dm"
#include "fulp_modules\Z_edits\erp_removal\clothing.dm"
#include "fulp_modules\Z_edits\erp_removal\double_beds.dm"
#include "fulp_modules\Z_edits\erp_removal\misc_items.dm"
#include "fulp_modules\Z_edits\erp_removal\posters.dm"
#include "fulp_modules\Z_edits\erp_removal\vox.dm"
#include "fulp_modules\Z_edits\event_overrides\grav_gen_blackout.dm"
#include "fulp_modules\Z_edits\fixes\radio.dm"