most likely fixes it all (#21778)

This commit is contained in:
DGamerL
2023-07-24 09:42:38 -05:00
committed by GitHub
parent f48693ef4c
commit 6b410a5e8c
@@ -171,6 +171,8 @@ 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)
return
var/chargeturf = get_turf(chargeat)
if(!chargeturf)
return
@@ -371,6 +373,8 @@ Difficulty: Hard
var/startingangle = rand(1, 360)
if(!target)
return
if(target.z != z)
return
var/turf/chargeat = get_turf(target)
var/srcplaced = FALSE
if(!radius)