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"), ))