From e26cb0f52713fc20c7b83c3afcd2b3f84329cfbc Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 24 Mar 2016 22:40:37 +0000 Subject: [PATCH] Changes lizard to use an & --- code/game/gamemodes/mixed/lizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/mixed/lizard.dm b/code/game/gamemodes/mixed/lizard.dm index 58f8e4201a..9d191b684e 100644 --- a/code/game/gamemodes/mixed/lizard.dm +++ b/code/game/gamemodes/mixed/lizard.dm @@ -1,5 +1,5 @@ /datum/game_mode/lizard - name = "Wizard and Changelings" + name = "Wizard & Changelings" round_description = "A space wizard and changelings have invaded the station!" extended_round_description = "Changelings and a wizard spawn during this round." config_tag = "lizard"