mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
Update event_vr.dm
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user