Skip to content

Commit

Permalink
add slime people to the magic mirror (#28027)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbokie authored Jan 25, 2025
1 parent b7e1042 commit 0a08b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
to_chat(user, "<span class='boldwarning'>Using the mirror will destroy any non biochip implants in you!</span>")
var/list/race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Nian", "Grey", "Drask")
if(actually_magical)
race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Nian", "Grey", "Drask", "Vox", "Plasmaman", "Kidan")
race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Nian", "Grey", "Drask", "Vox", "Plasmaman", "Kidan", "Slime People")

var/datum/ui_module/appearance_changer/AC = ui_users[user]
if(!AC)
Expand Down

0 comments on commit 0a08b79

Please sign in to comment.