From 732ef6af73ab9615ee834aadf861640cbc07bf4c Mon Sep 17 00:00:00 2001 From: Adrer Date: Thu, 8 Dec 2022 03:06:57 +0100 Subject: [PATCH] Do not force push to the wrong branch (#19831) Co-authored-by: adrermail@gmail.com --- code/game/objects/structures/mirror.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index 493e41ab4c6..98afc59cbec 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -120,7 +120,7 @@ curse(user) if("Body") - var/list/race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin") + var/list/race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Nian") for(var/species in GLOB.whitelisted_species) if(can_use_species(H, species)) race_list += species