fix missing hint return (#12320)

This commit is contained in:
Kashargul
2026-01-24 23:50:58 +01:00
committed by GitHub
parent 16dfa3fc1e
commit f4d9aae83b
@@ -43,7 +43,7 @@
var/fuse_time = 3.5 SECONDS
/obj/item/grenade/shooter/auto_explode/Initialize(mapload)
..()
. = ..()
addtimer(CALLBACK(src, PROC_REF(detonate)), fuse_time, TIMER_DELETE_ME)
/obj/item/grenade/shooter/auto_explode/blade_boss_long