From 4b8bf0180e07cd725d9c2dfd9b402b0150d4c344 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 31 Dec 2014 21:55:38 -0800 Subject: [PATCH] Update raginmages.dm --- code/game/gamemodes/wizard/raginmages.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/wizard/raginmages.dm b/code/game/gamemodes/wizard/raginmages.dm index 487d46f0818..4ad95f8ddce 100644 --- a/code/game/gamemodes/wizard/raginmages.dm +++ b/code/game/gamemodes/wizard/raginmages.dm @@ -1,5 +1,5 @@ /datum/game_mode/wizard/raginmages - name = "Ragin' Mages" + name = "magin' mages" config_tag = "raginmages" required_players = 20 var/max_mages = 0 @@ -9,7 +9,7 @@ /datum/game_mode/wizard/announce() world << "The current game mode is - Ragin' Mages!" - world << "The Space Wizard Federation is pissed, help defeat all the space wizards!" + world << "The Space Wizard Federation is pissed, help defeat all the space wizards!" /datum/game_mode/wizard/raginmages/post_setup() var/playercount = 0