From d1ed2c01b58f969fe35abd5a01cb27582bd9fdb4 Mon Sep 17 00:00:00 2001 From: TheGreatKitsune Date: Wed, 3 Nov 2021 15:43:24 -0500 Subject: [PATCH] Fixes UnityHound requiring a whitelist entry --- code/global.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/global.dm b/code/global.dm index 32d571ef3c..d3eea92449 100644 --- a/code/global.dm +++ b/code/global.dm @@ -144,6 +144,7 @@ var/list/robot_module_types = list( "Miner", "Janitor", "Service", "Clerical", "Security", "Research", "Medihound", "K9", "Janihound", "Sci-borg", "Pupdozer", "Service-Hound", "BoozeHound", "KMine" + , "UnityHound" // CHOMPEdit -- Adds the UnityHound drone to the list. ) // List of modules added during code red var/list/emergency_module_types = list(