Skip to content

Commit

Permalink
Copperhead Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stutternov committed Nov 8, 2024
1 parent a96bc70 commit 599a88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/projectile/automatic/mamba.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
load_method = SINGLE_CASING|MAGAZINE
mag_well = MAG_WELL_RIFLE
matter = list(MATERIAL_PLASTEEL = 15, MATERIAL_PLASTIC = 10)
gun_tags = list(GUN_PROJECTILE, GUN_SILENCABLE, GUN_MAGWELL, GUN_SIGHT)
price_tag = 1200
damage_multiplier = 1.2 //Same as AK
penetration_multiplier = 1.1 //Higher than AK
Expand Down Expand Up @@ -189,7 +190,7 @@
extra_damage_mult_scoped = 0.4 //1.6 total; STRONG due to chambered in 8.6mm. ~42 damage base.
init_recoil = RIFLE_RECOIL(0.8) //More recoil than Longarm, because it slaps harder.
see_invisible_gun = SEE_INVISIBLE_NOLIGHTING
gun_tags = list(GUN_PROJECTILE, GUN_MAGWELL, GUN_SIGHT)
gun_tags = list(GUN_PROJECTILE, GUN_SILENCABLE, GUN_MAGWELL, GUN_SIGHT)
folding_stock = FALSE
init_firemodes = list(
list(mode_name="semi-automatic", mode_desc = "A semi-automatic firemode.", mode_type = /datum/firemode/automatic, fire_delay=10, icon="semi"
Expand Down
Binary file modified icons/obj/guns/projectile/mamba.dmi
Binary file not shown.

0 comments on commit 599a88a

Please sign in to comment.