diff --git a/code/global_vr.dm b/code/global_vr.dm index 5a768b3ef71..9d06ea18a3d 100644 --- a/code/global_vr.dm +++ b/code/global_vr.dm @@ -9,7 +9,7 @@ return 1 var/list/shell_module_types = list( - "Standard", "Service", "Clerical" + "Standard", "Service", "Clerical", "Service-Hound" ) var/list/eventdestinations = list() // List of scatter landmarks for VOREStation event portals