Skip to content

Commit

Permalink
Dragonsbreath is based
Browse files Browse the repository at this point in the history
8 gauge dragonsbreath is buck but with incen, it's fun
  • Loading branch information
AmoryBlaine committed Aug 23, 2024
1 parent af795be commit 36fcf1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@
/datum/ammo/bullet/shotgun/heavy/buckshot/dragonsbreath/spread
name = "additional dragon's breath"
bonus_projectiles_amount = 0
accurate_range = 4
max_range = 5 //make use of the ablaze property
shell_speed = AMMO_SPEED_TIER_4 // so they hit before the main shell stuns


Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/magazines/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var/list/shotgun_boxes_12g = list(
caliber = "12g"
gun_type = /obj/item/weapon/gun/shotgun
max_rounds = 25 // Real shotgun boxes are usually 5 or 25 rounds. This works with the new system, five handfuls.
w_class = SIZE_LARGE // Can't throw it in your pocket, friend.
w_class = SIZE_MEDIUM // Can't throw it in your pocket, friend.
flags_magazine = AMMUNITION_REFILLABLE|AMMUNITION_HANDFUL_BOX
handful_state = "slug_shell"
transfer_handful_amount = 5
Expand Down

0 comments on commit 36fcf1c

Please sign in to comment.