From 9e867fe6f3748357d20a67e6e83234135b903333 Mon Sep 17 00:00:00 2001 From: CoreyLee Hassell Date: Tue, 15 Oct 2024 07:10:07 -0400 Subject: [PATCH] Added blood as a switchable mode to smartfridge boards (#3546) Added blood as a switchable mode to smartfridge boards. It had everything except that. ## Changelog :cl: fix: blood smart-fridge selectable on smartfridge boards now when screwdrivering them. /:cl: --- code/game/objects/items/circuitboards/machine_circuitboards.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/circuitboards/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machine_circuitboards.dm index af7addd21a95..13d6268c1520 100644 --- a/code/game/objects/items/circuitboards/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machine_circuitboards.dm @@ -571,6 +571,7 @@ /obj/machinery/smartfridge/food = "food", /obj/machinery/smartfridge/drinks = "drinks", /obj/machinery/smartfridge/extract = "slimes", + /obj/machinery/smartfridge/bloodbank = "blood", /obj/machinery/smartfridge/organ = "organs", /obj/machinery/smartfridge/chemistry = "chems", /obj/machinery/smartfridge/chemistry/virology = "viruses",