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: Mark Suckerberg <[email protected]>
Signed-off-by: retlaw34 <[email protected]>
  • Loading branch information
rye-rice and MarkSuckerberg authored Oct 17, 2023
1 parent fc2727a commit 09af025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/projectiles/guns/ballistic/assault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@
else
return ..()

/obj/item/gun/ballistic/automatic/assualt/e40/can_fire()
if(select == 2)
return secondary.can_fire()

Check failure on line 209 in code/modules/projectiles/guns/ballistic/assault.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined proc: "can_fire" on /obj/item/gun/energy/laser/e40_laser_secondary
else
return ..()

Check failure on line 211 in code/modules/projectiles/guns/ballistic/assault.dm

View workflow job for this annotation

GitHub Actions / Run Linters

proc has no parent: /obj/item/gun/ballistic/automatic/assualt/e40/proc/can_fire

/obj/item/gun/ballistic/automatic/assualt/e40/afterattack(atom/target, mob/living/user, flag, params)
if(select == 2)
Expand Down

0 comments on commit 09af025

Please sign in to comment.