Renames station goal modifier (#20671)

fucked up my "sta"-space-enter speed roundstart and is severely hindering local testing
This commit is contained in:
Iamgoofball
2016-09-28 09:52:15 +13:00
committed by oranges
parent 36d241bde0
commit 97fbf903d7
+2 -2
View File
@@ -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] - <a href='?src=\ref[S];announce=1'>Announce</a> | <a href='?src=\ref[S];remove=1'>Remove</a><br>"
dat += "<br><a href='?src=\ref[src];add_station_goal=1'>Add New Goal</a>"
usr << browse(dat, "window=goals;size=400x400")
usr << browse(dat, "window=goals;size=400x400")