Fuckfuckfuck (#21944)

This commit is contained in:
DGamerL
2023-08-10 17:16:35 -05:00
committed by GitHub
parent 070157567d
commit f9b274cc9d
@@ -171,7 +171,7 @@ Difficulty: Hard
/mob/living/simple_animal/hostile/megafauna/bubblegum/proc/charge(atom/chargeat = target, delay = 5, chargepast = 2)
if(!chargeat)
return
if(target.z != z)
if(chargeat.z != z)
return
var/chargeturf = get_turf(chargeat)
if(!chargeturf)