From 724575af11bde655c69e6a40bcaa71c32fe91c08 Mon Sep 17 00:00:00 2001 From: Qwertytoforty Date: Mon, 5 Oct 2020 16:36:47 -0400 Subject: [PATCH] Slings and shadowlings are the same thing you gronk --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 9d3f8127977..668cb83683a 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -614,7 +614,7 @@ GLOBAL_VAR_INIT(nologevent, 0) /datum/admins/proc/smoothend() set category = "Server" set name = "Annouce game over" - set desc = "Instantly ends round and brings up objectives like shadowlings or slings dying." + set desc = "Instantly ends round and brings up objectives like shadowlings or wizards dying." if(!check_rights(R_SERVER)) return