Remove unintentional debug statement

This commit is contained in:
Aronai Sieyes
2020-03-18 09:54:55 -04:00
committed by GitHub
parent 255c0970ca
commit a3ef4b7f71
+1 -2
View File
@@ -70,7 +70,6 @@
/datum/ai_holder/proc/melee_attack(atom/A)
pre_melee_attack(A)
. = holder.IAttack(A)
world.log << "melee_attack: [.]"
if(. == ATTACK_SUCCESSFUL)
post_melee_attack(A)
@@ -302,4 +301,4 @@
// Override for special behaviour.
/datum/ai_holder/proc/can_violently_breakthrough()
return violent_breakthrough
return violent_breakthrough