mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
@@ -96,7 +96,6 @@
|
||||
name = "magic mirror"
|
||||
icon_state = "magic_mirror"
|
||||
var/options = list("Name", "Body", "Voice")
|
||||
var/use_whitelist = TRUE
|
||||
var/organ_warn = FALSE
|
||||
|
||||
/obj/structure/mirror/magic/attack_hand(mob/user)
|
||||
@@ -125,11 +124,7 @@
|
||||
if("Body")
|
||||
if(organ_warn)
|
||||
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")
|
||||
if(use_whitelist)
|
||||
for(var/species in GLOB.whitelisted_species)
|
||||
if(can_use_species(H, species))
|
||||
race_list += species
|
||||
var/list/race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Nian", "Slime People", "Grey", "Drask", "Kidan")
|
||||
|
||||
var/datum/ui_module/appearance_changer/AC = ui_users[user]
|
||||
if(!AC)
|
||||
@@ -178,6 +173,5 @@
|
||||
name = "M.A.G.I.C mirror"
|
||||
desc = "The M.A.G.I.C mirror will let you change your species in a flash! Be careful, any implants (not biochips) in you will be destroyed on use."
|
||||
options = list("Body")
|
||||
use_whitelist = FALSE
|
||||
organ_warn = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user