mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
Repaths obj/effect/effect, datum/effect/effect [MDB_IGNORE] (#8312)
* Repaths obj/effect/effect, datum/effect/effect * linter fixes * No new Co-authored-by: Atermonera <forslandm@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
/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/blob/S = new /datum/effect/effect/system/smoke_spread/chem/blob
|
||||
var/datum/effect_system/smoke_spread/chem/blob/S = new /datum/effect_system/smoke_spread/chem/blob
|
||||
S.attach(location)
|
||||
S.set_up(reagents, rand(1, splatter_volume), 0, location)
|
||||
playsound(location, 'sound/effects/slime_squish.ogg', 30, 1, -3)
|
||||
|
||||
Reference in New Issue
Block a user