Oops. Now it compiles fine.

This commit is contained in:
Useroth
2019-05-28 09:32:59 +02:00
parent eb6e710b18
commit 848f3910e6
+2 -2
View File
@@ -12,9 +12,9 @@
. = ..()
if(!ishuman(user))
return
if(!(user.has_trait(TRAIT_CLUMSY)) && !(user.mind && user.mind.assigned_role == "Clown"))
return
var/mob/living/carbon/human/H = user
if(!(H.has_trait(TRAIT_CLUMSY)) && !(H.mind && H.mind.assigned_role == "Clown"))
return
if(slot == SLOT_SHOES)
spells = new
for(var/spell in spelltypes)