From 2e91c505c3d2a0c720957a865d80f3a91ef288fd Mon Sep 17 00:00:00 2001 From: Killian Date: Wed, 4 Dec 2024 09:28:49 +0000 Subject: [PATCH] Update event_vr.dm --- code/game/objects/structures/ghost_pods/event_vr.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index 29ca58e5ca..f6f418be3c 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -201,9 +201,6 @@ //to_chat(user, span_warning("You must have proper out-of-character notes and flavor text configured for your current character slot to use this spawnpoint.")) return - if(not_has_flavor_text(user)) - return - var/choice = tgui_alert(user, "Using this spawner will spawn you as your currently loaded character slot in a special role. It should not be used with characters you regularly play on station. Are you absolutely sure you wish to continue?", "Maint Straggler Spawner", list("Yes", "No")) if(!choice || choice == "No")