diff --git a/code/modules/projectiles/guns/ballistic/pistol.dm b/code/modules/projectiles/guns/ballistic/pistol.dm index 52b5ea0d5fd..9bed566fc0a 100644 --- a/code/modules/projectiles/guns/ballistic/pistol.dm +++ b/code/modules/projectiles/guns/ballistic/pistol.dm @@ -678,6 +678,15 @@ can_suppress = FALSE fire_sound = 'sound/f13weapons/44mag.ogg' gun_accuracy_zone_type = ZONE_WEIGHT_PRECISION +/* * * * * * * * * * +* .44 automag copycat. same as the original one +* * * * * * * * */ + +/obj/item/gun/ballistic/automatic/pistol/automag/Toxhalogun + name = "Custom M6G Magnum" + desc = "A custom gold plated M6G magnum. The magnum itself has a built in smart scope alongside black wooden furniture." + icon_state = "m6gold" + item_state = "m6gold" /* * * * * * * * * * * * 14mm Semi-Auto diff --git a/icons/fallout/objects/guns/ballistic.dmi b/icons/fallout/objects/guns/ballistic.dmi index c014cb42f3f..4a6b031d386 100644 Binary files a/icons/fallout/objects/guns/ballistic.dmi and b/icons/fallout/objects/guns/ballistic.dmi differ diff --git a/icons/fallout/onmob/weapons/guns_lefthand.dmi b/icons/fallout/onmob/weapons/guns_lefthand.dmi index 2750af5a131..410a74f7c55 100644 Binary files a/icons/fallout/onmob/weapons/guns_lefthand.dmi and b/icons/fallout/onmob/weapons/guns_lefthand.dmi differ diff --git a/icons/fallout/onmob/weapons/guns_righthand.dmi b/icons/fallout/onmob/weapons/guns_righthand.dmi index 54615130fa2..44c24aec0ed 100644 Binary files a/icons/fallout/onmob/weapons/guns_righthand.dmi and b/icons/fallout/onmob/weapons/guns_righthand.dmi differ