Fixes runtimes with rapid fire again (#24508)

This commit is contained in:
Cyberboss
2017-02-28 13:20:02 -05:00
committed by KorPhaeron
parent b65d4ff664
commit 0ae196b92a

View File

@@ -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)