mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes UnityHound requiring a whitelist entry
This commit is contained in:
@@ -144,6 +144,7 @@ var/list/robot_module_types = list(
|
|||||||
"Miner", "Janitor", "Service", "Clerical", "Security",
|
"Miner", "Janitor", "Service", "Clerical", "Security",
|
||||||
"Research", "Medihound", "K9", "Janihound", "Sci-borg", "Pupdozer",
|
"Research", "Medihound", "K9", "Janihound", "Sci-borg", "Pupdozer",
|
||||||
"Service-Hound", "BoozeHound", "KMine"
|
"Service-Hound", "BoozeHound", "KMine"
|
||||||
|
, "UnityHound" // CHOMPEdit -- Adds the UnityHound drone to the list.
|
||||||
)
|
)
|
||||||
// List of modules added during code red
|
// List of modules added during code red
|
||||||
var/list/emergency_module_types = list(
|
var/list/emergency_module_types = list(
|
||||||
|
|||||||
Reference in New Issue
Block a user