Skip to content

Commit

Permalink
Dragonsbreath box
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 23, 2024
1 parent 79096c2 commit ad7741c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/projectiles/magazines/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ var/list/shotgun_boxes_12g = list(
transfer_handful_amount = 4
max_rounds = 24
caliber = "8g"

/obj/item/ammo_magazine/shotgun/slug/dragonsbreath
name = "box of heavy dragonsbreath shells"
desc = "A box filled with slug shotgun shells. 8 Gauge."
icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi'
icon_state = "heavy_dragon"
default_ammo = /datum/ammo/bullet/shotgun/heavy/buckshot/dragonsbreath
transfer_handful_amount = 4
max_rounds = 24
caliber = "8g"
//-------------------------------------------------------

/*
Expand Down
Binary file modified icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi
Binary file not shown.

0 comments on commit ad7741c

Please sign in to comment.