Skip to content

Commit

Permalink
Update code/modules/projectiles/guns/ballistic/assault.dm
Browse files Browse the repository at this point in the history
Co-authored-by: thgvr <[email protected]>
Signed-off-by: retlaw34 <[email protected]>
  • Loading branch information
rye-rice and thgvr authored Nov 16, 2023
1 parent cc88a44 commit f95ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/assault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
. = ..()
secondary = new /obj/item/gun/energy/laser/e40_laser_secondary(src)
AddComponent(/datum/component/automatic_fire, 0.2 SECONDS)
RegisterSignal(secondary, COMSIG_ATOM_UPDATE_ICON, .proc/secondary_update_icon)
RegisterSignal(secondary, COMSIG_ATOM_UPDATE_ICON, PROC_REF(secondary_update_icon))
SEND_SIGNAL(secondary, COMSIG_GUN_DISABLE_AUTOFIRE)
update_appearance()

Expand Down

0 comments on commit f95ae24

Please sign in to comment.