mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-30 16:38:49 +01:00
tweak(recolor_toggle): Makes it available for all staff (#15866)
- Changes verb obtaining proc to be all staff - Changes check_rights for R_EVENT Force pushed: - adds verb to event_manager verblist as well - Makes it work with ANY of R_ADMIN|R_EVENT|R_FUN
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
set desc = "Makes it so new robots/simple_mobs spawn with a verb to recolour themselves for this round. You must set them separately."
|
||||
set category = "Server"
|
||||
|
||||
if(!check_rights(R_SERVER))
|
||||
if(!check_rights(R_ADMIN|R_EVENT|R_FUN))
|
||||
return
|
||||
|
||||
var/which = tgui_alert(usr, "Which do you want to toggle?", "Choose Recolour Toggle", list("Robot", "Simple Mob"))
|
||||
|
||||
Reference in New Issue
Block a user