Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jun 10, 2024
1 parent dd097fe commit 4879517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/components/attachment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

/datum/component/attachment/proc/do_toggle(obj/item/parent, obj/item/holder, mob/user)
if(on_toggle)
on_toggle.Invoke( holder, user)
on_toggle.Invoke(holder, user)
return TRUE

parent.attack_self(user)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
default_firemode = FIREMODE_SEMIAUTO

fire_select_icon_state_prefix = "laser_"

tac_reloads = FALSE
tactical_reload_delay = 1.2 SECONDS

Expand Down

0 comments on commit 4879517

Please sign in to comment.