mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 12:16:44 +01:00
Remove unintentional debug statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user