mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes runtimes with rapid fire again (#24508)
This commit is contained in:
@@ -329,7 +329,7 @@
|
||||
visible_message("<span class='danger'><b>[src]</b> [ranged_message] at [A]!</span>")
|
||||
|
||||
if(rapid)
|
||||
var/datum/callback/cb = CALLBACK(A, .proc/Shoot)
|
||||
var/datum/callback/cb = CALLBACK(src, .proc/Shoot, A)
|
||||
addtimer(cb, 1)
|
||||
addtimer(cb, 4)
|
||||
addtimer(cb, 6)
|
||||
|
||||
Reference in New Issue
Block a user