mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
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:
committed by
GitHub
parent
7a3c9c1b22
commit
b1b173db28
7
fulp_modules/Z_edits/erp_removal/misc_items.dm
Normal file
7
fulp_modules/Z_edits/erp_removal/misc_items.dm
Normal 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
|
||||||
10
fulp_modules/Z_edits/erp_removal/posters.dm
Normal file
10
fulp_modules/Z_edits/erp_removal/posters.dm
Normal 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 ..()
|
||||||
@@ -6840,6 +6840,8 @@
|
|||||||
#include "fulp_modules\Z_edits\emote_edits\scream.dm"
|
#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\clothing.dm"
|
||||||
#include "fulp_modules\Z_edits\erp_removal\double_beds.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\erp_removal\vox.dm"
|
||||||
#include "fulp_modules\Z_edits\event_overrides\grav_gen_blackout.dm"
|
#include "fulp_modules\Z_edits\event_overrides\grav_gen_blackout.dm"
|
||||||
#include "fulp_modules\Z_edits\fixes\radio.dm"
|
#include "fulp_modules\Z_edits\fixes\radio.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user