mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
fixes a bad del runtime on bubblegum (#20437)
This commit is contained in:
@@ -298,7 +298,7 @@ Difficulty: Hard
|
||||
|
||||
if(target.z != z)
|
||||
return FALSE
|
||||
|
||||
|
||||
var/obj/effect/decal/cleanable/blood/found_bloodpool
|
||||
pools = get_pools(get_turf(target), 5)
|
||||
pools_to_remove = get_pools(get_turf(target), 4)
|
||||
@@ -519,6 +519,7 @@ Difficulty: Hard
|
||||
deathmessage = "Explodes into a pool of blood!"
|
||||
death_sound = 'sound/effects/splat.ogg'
|
||||
true_spawn = FALSE
|
||||
internal_gps = null // No gps for this lad
|
||||
loot = list(/obj/effect/decal/cleanable/blood/gibs/bubblegum)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user