removed capitalised "you"

This commit is contained in:
datlo
2018-12-30 19:38:54 +00:00
committed by GitHub
parent ba867dddb7
commit 275be84ea5
+2 -2
View File
@@ -145,10 +145,10 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
var/obj/item/clothing/hat = H.head
var/obj/item/clothing/shoes = H.shoes
if(!robe || !hat || !shoes)
to_chat(user, "<span class='notice'>Your outfit isn't complete, You should put on your robe and wizard hat, as well as sandals.</span>")
to_chat(user, "<span class='notice'>Your outfit isn't complete, you should put on your robe and wizard hat, as well as sandals.</span>")
return 0
if(!robe.magical || !hat.magical || !shoes.magical)
to_chat(user, "<span class='notice'>Your outfit isn't magical enough, You should put on your robe and wizard hat, as well as your sandals.</span>")
to_chat(user, "<span class='notice'>Your outfit isn't magical enough, you should put on your robe and wizard hat, as well as your sandals.</span>")
return 0
else if(!ishuman(user))
if(clothes_req || human_req)