fixes descending pt1

This commit is contained in:
nevimer
2026-03-03 23:54:23 -05:00
parent bc06c283dc
commit f16aa650fa
12 changed files with 10 additions and 40 deletions
@@ -50,9 +50,7 @@
/obj/item/implant/smoke/activate()
. = ..()
uses--
var/datum/effect_system/fluid_spread/smoke/bad/smoke = new
smoke.set_up(6, holder = imp_in, location = imp_in)
smoke.start()
do_smoke(6, imp_in, imp_in.loc, smoke_type = /datum/effect_system/fluid_spread/smoke/bad)
if(!uses)
qdel(src)