mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Blacklist abductor posters from spawning (#76876)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user