From 5c784ec3bf5128c50ca4d77f852aa3dc6e24c959 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Mon, 1 Aug 2016 11:19:03 -0400 Subject: [PATCH] Fixes dominator announcement name --- code/game/gamemodes/gang/dominator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/gang/dominator.dm b/code/game/gamemodes/gang/dominator.dm index 38ac03b61a8..27818366d82 100644 --- a/code/game/gamemodes/gang/dominator.dm +++ b/code/game/gamemodes/gang/dominator.dm @@ -185,7 +185,7 @@ return 0 var/area/A = get_area(loc) - var/locname = initial(A.name) + var/locname = A.map_name gang = tempgang gang.dom_attempts --