From bc2da5317df8722aa85f72065bd23ca3c3311de2 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Fri, 9 Jun 2023 20:47:15 +0200 Subject: [PATCH] Fix inability to "Never this round" survivor prompt This type of ghost-joinable role doesn't have a role type flag associated with it, so I can't prevent future requests, sorry. Bug a dev! Fixed --- code/datums/ghost_query.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/ghost_query.dm b/code/datums/ghost_query.dm index 234a226c81..5d01b4b880 100644 --- a/code/datums/ghost_query.dm +++ b/code/datums/ghost_query.dm @@ -214,4 +214,5 @@ and they are attempting to open the cryopod.\n \ Would you like to play as the occupant? \n \ You MUST NOT use your station character!!!" + be_special_flag = BE_SURVIVOR cutoff_number = 1