mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
fix missing hint return (#12320)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user