From 3036003e63f72205cad4cac08abbd99e470b396e Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:23:11 +0100 Subject: [PATCH] Blacklist buns of steel + thunder --- .../code/controllers/subsystem/processing/quirks.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modular_splurt/code/controllers/subsystem/processing/quirks.dm b/modular_splurt/code/controllers/subsystem/processing/quirks.dm index 2de7d7ff75..ffa0cd4df4 100644 --- a/modular_splurt/code/controllers/subsystem/processing/quirks.dm +++ b/modular_splurt/code/controllers/subsystem/processing/quirks.dm @@ -13,4 +13,8 @@ // BLOCKED: Thematic, mechanic, game lore. // Bloodsuckers cannot interact with Hallowed users. list("Hallowed","Bloodsucker Fledgling"), + + // BLOCKED: Thematic, mechanic. + // Explains itself∼! + list("Buns of Steel","Buns of Thunder"), ))