Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chorden523 committed Jul 31, 2024
1 parent f7f6a93 commit 03e263f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
/obj/item/ammo_casing/energy/lasergun/awaymission_aeg
e_cost = LASER_SHOTS(20, STANDARD_CELL_CHARGE)

/*/obj/item/gun/energy/can_shoot()
if (!istype(ammo_type, /list) || !ammo_type.len)
return FALSE
var/obj/item/ammo_casing/energy/shot = ammo_type[select]
return !QDELETED(cell) ? (cell.charge >= shot.e_cost) : FALSE
*/
/obj/item/gun/energy/laser/awaymission_aeg/Initialize(mapload)
. = ..()
on_changed_z_level()
Expand Down

0 comments on commit 03e263f

Please sign in to comment.