Skip to content

Commit

Permalink
will this work
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jul 2, 2024
1 parent 25ee730 commit 5281d60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion code/modules/projectiles/guns/ballistic/launchers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
desc = "A break-action, single-shot grenade launcher. A compact way to deliver a big boom."
name = "grenade launcher"
icon = 'icons/obj/guns/48x32guns.dmi'
icon_state = "dshotgun_sawn"
item_state = "gun"
mag_type = /obj/item/ammo_box/magazine/internal/grenadelauncher
fire_sound = 'sound/weapons/gun/general/grenade_launch.ogg'
Expand Down
8 changes: 4 additions & 4 deletions code/modules/projectiles/guns/ballistic/pistol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ EMPTY_GUN_HELPER(automatic/pistol/commander/inteq)
name = "\improper .357 Syndicate Derringer"
desc = "An easily concealable derriger, if not for the bright red-and-black. Uses .357 ammo."

icon = 'icons/obj/guns/manufacturer/solararmories/48x32.dmi'
lefthand_file = 'icons/obj/guns/manufacturer/solararmories/lefthand.dmi'
righthand_file = 'icons/obj/guns/manufacturer/solararmories/righthand.dmi'
mob_overlay_icon = 'icons/obj/guns/manufacturer/solararmories/onmob.dmi'
icon = 'icons/obj/guns/manufacturer/scarborough/48x32.dmi'
lefthand_file = 'icons/obj/guns/manufacturer/scarborough/lefthand.dmi'
righthand_file = 'icons/obj/guns/manufacturer/scarborough/righthand.dmi'
mob_overlay_icon = 'icons/obj/guns/manufacturer/scarborough/onmob.dmi'

icon_state = "derringer_syndie"
mag_type = /obj/item/ammo_box/magazine/internal/derr357
Expand Down
Binary file modified icons/obj/guns/manufacturer/nanotrasen_sharplite/48x32.dmi
Binary file not shown.
Binary file modified icons/obj/guns/manufacturer/solararmories/48x32.dmi
Binary file not shown.

0 comments on commit 5281d60

Please sign in to comment.