Relaxed Permissions for Shuttle Canceling (#6940)

This commit is contained in:
Aroliacue
2023-09-08 04:11:23 +10:00
committed by GitHub
parent 94d34526a8
commit 12e89ef27e
+1 -1
View File
@@ -942,7 +942,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
set category = "Admin"
set name = "Cancel Shuttle"
if(!check_rights(R_ADMIN)) return //VOREStation Edit
if(!check_rights(R_ADMIN|R_FUN)) return // CHOMPstation edit: Lets anyone cancel the shuttle.
if(tgui_alert(src, "You sure?", "Confirm", list("Yes", "No")) != "Yes") return