removes a comment i left behind

This commit is contained in:
qweq12yt
2021-02-26 18:45:34 -03:00
parent d3ea3ee4f1
commit d02b713b46

View File

@@ -82,7 +82,7 @@
SEND_SIGNAL(user, COMSIG_MOB_ITEM_ATTACK, M, user)
if(item_flags & NOBLUDGEON)
return
if(force && damtype != STAMINA && HAS_TRAIT(user, TRAIT_PACIFISM) && !is_species(user, /datum/species/zombie/infectious)) // probably it's here
if(force && damtype != STAMINA && HAS_TRAIT(user, TRAIT_PACIFISM) && !is_species(user, /datum/species/zombie/infectious))
to_chat(user, "<span class='warning'>You don't want to harm other living beings!</span>")
return