EventTest

This commit is contained in:
Repede
2023-11-26 19:39:12 -05:00
parent c9003599e6
commit 3660e9e234
4 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -639,7 +639,7 @@
set name = "Change Weather"
set desc = "Changes the current weather."
if(!check_rights(R_DEBUG))
if(!check_rights(R_DEBUG|R_EVENT)) //YW Edit: Event Makers can change weather
return
var/datum/planet/planet = tgui_input_list(usr, "Which planet do you want to modify the weather on?", "Change Weather", SSplanets.planets)