Skip to content

Commit

Permalink
Fixes 'empty' variant of pocket pistol (#490)
Browse files Browse the repository at this point in the history
* Pocket pistol fix

* Update pistol_pocket.dm

* Update designs_weapons.dm
  • Loading branch information
1 parent cc24b76 commit 316df2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
path = /obj/item/gun/projectile/bolt_action/simple/empty

/datum/fabricator_recipe/protolathe/weapon/tier1/pistol_pocket
path = /obj/item/gun/projectile/pistol_pocket/simple/empty
path = /obj/item/gun/projectile/pistol/pistol_pocket/simple/empty

/datum/fabricator_recipe/protolathe/weapon/tier1/pistol
path = /obj/item/gun/projectile/pistol/simple/empty
Expand Down Expand Up @@ -53,7 +53,7 @@
path = /obj/item/gun/projectile/bolt_action/advanced/empty

/datum/fabricator_recipe/protolathe/weapon/tier2/pistol_pocket
path = /obj/item/gun/projectile/pistol_pocket/advanced/empty
path = /obj/item/gun/projectile/pistol/pistol_pocket/advanced/empty

/datum/fabricator_recipe/protolathe/weapon/tier2/pistol
path = /obj/item/gun/projectile/pistol/advanced/empty
Expand All @@ -65,4 +65,4 @@
path = /obj/item/gun/projectile/automatic/smg/advanced/empty

/datum/fabricator_recipe/protolathe/weapon/tier2/shotgun_pump
path = /obj/item/gun/projectile/shotgun/pump/advanced/empty
path = /obj/item/gun/projectile/shotgun/pump/advanced/empty
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
/decl/material/solid/metal/aluminium = MATTER_AMOUNT_TRACE
)

/obj/item/gun/projectile/pistol_pocket/simple/empty
starts_loaded = FALSE
/obj/item/gun/projectile/pistol/pistol_pocket/simple/empty
starts_loaded = FALSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
list(mode_name="3-round bursts", burst=3, fire_delay=2, one_hand_penalty=1, burst_accuracy=list(1,0,-1), dispersion=list(0.0, 1.6, 2.4, 2.4)),
)

/obj/item/gun/projectile/pistol_pocket/advanced/empty
starts_loaded = FALSE
/obj/item/gun/projectile/pistol/pistol_pocket/advanced/empty
starts_loaded = FALSE

0 comments on commit 316df2f

Please sign in to comment.