Update event_vr.dm

This commit is contained in:
Killian
2024-12-04 09:28:49 +00:00
parent 36ddfae1ab
commit 2e91c505c3
@@ -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")