Blacklist abductor posters from spawning (#76876)

This commit is contained in:
BlueMemesauce
2023-07-17 12:31:00 -05:00
committed by GitHub
parent 94f47f1a36
commit 4cd4216ddc
+4 -1
View File
@@ -289,7 +289,10 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/ripped, 32)
icon_state = "random_anything"
never_random = TRUE
random_basetype = /obj/structure/sign/poster
blacklisted_types = list(/obj/structure/sign/poster/traitor)
blacklisted_types = list(
/obj/structure/sign/poster/traitor,
/obj/structure/sign/poster/abductor,
)
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/random, 32)