Skip to content

Commit

Permalink
(MERGE SMELLEH) Shotgun class fix
Browse files Browse the repository at this point in the history
Fixes the shotgun class cause it smelly
  • Loading branch information
FluffyTox committed Mar 7, 2024
1 parent 8b34a4c commit e6e1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
icon_state = "needlesg"
item_state = "needlesg"
mag_type = /obj/item/ammo_box/magazine/internal/shot/needler
weapon_class = WEAPON_CLASS_NORMAL
weapon_class = WEAPON_CLASS_RIFLE
weapon_weight = GUN_TWO_HAND_ONLY
init_firemodes = list(
/datum/firemode/semi_auto/slow
Expand Down

0 comments on commit e6e1d01

Please sign in to comment.