From 0973b02dd57cfcdedfc8105f5b482799991fbc5d Mon Sep 17 00:00:00 2001 From: Holdelta Date: Wed, 22 Apr 2020 17:58:43 -0700 Subject: [PATCH] Update global_vr.dm --- code/global_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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