Skip to content

Commit

Permalink
fix projectiles
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Oct 7, 2023
1 parent 3ef0e3b commit fb0d4a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/projectiles/guns/projectile/dartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
projectile_type = /obj/item/projectile/bullet/chemdart
leaves_residue = 0

/obj/item/ammo_casing/chemdart/expend()
qdel(src)

/obj/item/ammo_magazine/chemdart
name = "dart cartridge"
desc = "A rack of hollow darts."
Expand Down

0 comments on commit fb0d4a5

Please sign in to comment.