mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 09:41:29 +00:00
Fixes Blob, Again
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
melee_damage_upper = 4
|
melee_damage_upper = 4
|
||||||
attacktext = "hits"
|
attacktext = "hits"
|
||||||
attack_sound = 'sound/weapons/genhit1.ogg'
|
attack_sound = 'sound/weapons/genhit1.ogg'
|
||||||
del_on_death = 1
|
|
||||||
speak_emote = list("pulses")
|
speak_emote = list("pulses")
|
||||||
var/obj/effect/blob/factory/factory = null
|
var/obj/effect/blob/factory/factory = null
|
||||||
var/list/human_overlays = list()
|
var/list/human_overlays = list()
|
||||||
@@ -92,6 +91,7 @@
|
|||||||
loc.visible_message("<span class='warning'>The corpse of [H.name] suddenly rises!</span>")
|
loc.visible_message("<span class='warning'>The corpse of [H.name] suddenly rises!</span>")
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/blob/blobspore/death(gibbed)
|
/mob/living/simple_animal/hostile/blob/blobspore/death(gibbed)
|
||||||
|
..()
|
||||||
// On death, create a small smoke of harmful gas (s-Acid)
|
// On death, create a small smoke of harmful gas (s-Acid)
|
||||||
var/datum/effect/system/chem_smoke_spread/S = new
|
var/datum/effect/system/chem_smoke_spread/S = new
|
||||||
var/turf/location = get_turf(src)
|
var/turf/location = get_turf(src)
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
S.attach(location)
|
S.attach(location)
|
||||||
S.set_up(reagents, 1, 1, location, 15, 1) // only 1-2 smoke cloud
|
S.set_up(reagents, 1, 1, location, 15, 1) // only 1-2 smoke cloud
|
||||||
S.start()
|
S.start()
|
||||||
..()
|
qdel(src)
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/blob/blobspore/Destroy()
|
/mob/living/simple_animal/hostile/blob/blobspore/Destroy()
|
||||||
if(factory)
|
if(factory)
|
||||||
|
|||||||
Reference in New Issue
Block a user