Update code/modules/projectiles/boxes_magazines/_box_magazine.dm
Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
This commit is contained in:
@@ -89,8 +89,7 @@
|
||||
var/loadtime = load_delay
|
||||
if(AM.load_delay > load_delay)
|
||||
loadtime = AM.load_delay
|
||||
if(do_after(user, loadtime, target = src))
|
||||
else
|
||||
if(!do_after(user, loadtime, target = src))
|
||||
return FALSE
|
||||
var/did_load = give_round(AC, replace_spent)
|
||||
if(did_load)
|
||||
|
||||
Reference in New Issue
Block a user