mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
most likely fixes it all (#21778)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user