* sdmm up

* also this

* .
This commit is contained in:
Kashargul
2025-09-01 00:25:45 +02:00
committed by GitHub
parent eee779d7de
commit 6d9a03eed2
7 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -192,7 +192,7 @@
playsound(src, 'sound/machines/kitchen/candymaker/candymaker-mid1.ogg', auto_setting * 20, 1, -1)
user.visible_message(span_filter_notice("[user] vacuums up \the [target.name]."), span_notice("You vacuum up \the [target.name]..."))
I.SpinAnimation(5,1)
addtimer(CALLBACK(src, PROC_REF(handle_consumption), I, user), 0.5 SECONDS, auto_setting)
addtimer(CALLBACK(src, PROC_REF(handle_consumption), I, user, auto_setting), 0.5 SECONDS)
return
if(istype(target,/obj/effect/decal/cleanable))