From 97fbf903d7119fb64129497229ff90b8f9b295a5 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Tue, 27 Sep 2016 13:52:15 -0700 Subject: [PATCH] Renames station goal modifier (#20671) fucked up my "sta"-space-enter speed roundstart and is severely hindering local testing --- code/modules/admin/verbs/randomverbs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index a229b10f337..843edc9bdc2 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -1140,7 +1140,7 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits /client/proc/modify_goals() set category = "Debug" - set name = "Modify station goals" + set name = "Modify goals" if(!check_rights(R_ADMIN)) return @@ -1152,4 +1152,4 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits for(var/datum/station_goal/S in ticker.mode.station_goals) dat += "[S.name] - Announce | Remove
" dat += "
Add New Goal" - usr << browse(dat, "window=goals;size=400x400") + usr << browse(dat, "window=goals;size=400x400")