mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
Fix polymorph wands not setting species properly (#10708)
This commit is contained in:
@@ -77,8 +77,6 @@
|
||||
|
||||
INVOKE_ASYNC(H, /mob/living/carbon/human.proc/set_species, randomize)
|
||||
H.universal_speak = 1
|
||||
var/datum/preferences/A = new() //Randomize appearance for the human
|
||||
A.randomize_appearance_for(H)
|
||||
|
||||
if(new_mob)
|
||||
for (var/spell/S in M.spell_list)
|
||||
|
||||
Reference in New Issue
Block a user