Skip to content

Commit

Permalink
riot shotgun resprite... for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Oct 4, 2023
1 parent f1a13e5 commit 45571ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/ballistic/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
/obj/item/gun/ballistic/shotgun/riot //for spawn in the armory
name = "riot shotgun"
desc = "A sturdy shotgun with a six-shell tube and a fixed wooden stock designed for non-lethal riot control."
icon = 'icons/obj/guns/48x32guns.dmi'
icon_state = "riotshotgun"
item_state = "shotgun"
mag_type = /obj/item/ammo_box/magazine/internal/shot/riot
sawn_desc = "Come with me if you want to live."
can_be_sawn_off = TRUE
rack_sound = 'sound/weapons/gun/shotgun/rack_alt.ogg'
fire_delay = 1

// Automatic Shotguns//
/obj/item/gun/ballistic/shotgun/automatic
Expand Down
Binary file modified icons/obj/guns/48x32guns.dmi
Binary file not shown.

0 comments on commit 45571ee

Please sign in to comment.