Skip to content

Commit

Permalink
Merge pull request #3539 from RinPin/AK-nerf
Browse files Browse the repository at this point in the history
Nerfs the laser AK firing speed by a considerable amount and the damage by T1
  • Loading branch information
Tk420634 authored Oct 21, 2023
2 parents 7aa8701 + 8acfb6c commit 25b8afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/energy/plasma_cit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@
righthand_file = 'modular_citadel/icons/mob/citadel/guns_righthand.dmi'
weapon_class = WEAPON_CLASS_RIFLE
weapon_weight = GUN_ONE_HAND_ONLY
damage_multiplier = GUN_LESS_DAMAGE_T1
init_firemodes = list(
/datum/firemode/semi_auto,
/datum/firemode/automatic/rpm300
/datum/firemode/automatic/rpm100
)
init_recoil = LASER_AUTORIFLE_RECOIL(1, 1)

0 comments on commit 25b8afb

Please sign in to comment.