From 99c099a7202c1ffe7b9cff17762be5689e5c18b8 Mon Sep 17 00:00:00 2001 From: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:57:59 +0200 Subject: [PATCH] typo'd --- code/modules/projectiles/projectile.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 9ef695539e9..4c47a8aec90 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -820,7 +820,7 @@ /obj/item/projectile/proc/process_homing() //Nsv13 - Enhanced the performance of this entire proc. if(QDELETED(homing_target)) //NSV13 - Changed proc to be less performance intensive - if(homing_target) //Bla bla refclearing. Necessary evil. (Probably not worth the hassle of handling this via comsig so this here instead) + if(homing_target) //Bla bla refclearing. Necessary evil. (Probably not worth the hassle of handling this via comsig, so this is here instead) homing_target = null return FALSE //Hi, Delta from the past here, future one. We don't just disable homing entirely here because some projectiles might be able to reassess targets. var/targetAngle