mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
code optimization
This commit is contained in:
@@ -1587,8 +1587,8 @@
|
||||
if(result)
|
||||
log_admin("[key_name(usr)] turned all humans into [result]", 1)
|
||||
message_admins("\blue [key_name_admin(usr)] turned all humans into [result]", 1)
|
||||
var/newtype = species_list[result]
|
||||
for(var/mob/living/carbon/human/H in mob_list)
|
||||
var/newtype = species_list[result]
|
||||
H.dna.species = new newtype()
|
||||
H.regenerate_icons()
|
||||
if("corgi")
|
||||
|
||||
Reference in New Issue
Block a user