More blob work. Blob core chunk added.

This commit is contained in:
Mechoid
2020-03-24 14:26:27 -07:00
parent f0b15993a3
commit 48c54fc43b
17 changed files with 534 additions and 12 deletions

View File

@@ -28,9 +28,9 @@
/obj/item/projectile/energy/blob/on_impact(var/atom/A)
if(splatter)
var/turf/location = get_turf(src)
var/datum/effect/effect/system/smoke_spread/chem/S = new /datum/effect/effect/system/smoke_spread/chem
var/datum/effect/effect/system/smoke_spread/chem/blob/S = new /datum/effect/effect/system/smoke_spread/chem/blob
S.attach(location)
S.set_up(reagents, splatter_volume, 0, location)
S.set_up(reagents, rand(1, splatter_volume), 0, location)
playsound(location, 'sound/effects/slime_squish.ogg', 30, 1, -3)
spawn(0)
S.start()
@@ -70,3 +70,12 @@
/obj/item/projectile/energy/blob/freezing/splattering
splatter = TRUE
/obj/item/projectile/bullet/thorn
name = "spike"
icon_state = "SpearFlight"
damage = 20
damage_type = BIOACID
armor_penetration = 20
penetrating = 3
fire_sound = 'sound/effects/slime_squish.ogg'