mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Emergency fix because I'm retarded and typed "/obj/projectile/bullet" as "/obj/projectile/bullet/bullet"
I'll work on the balancing/reverting of the guns later, this is just so it stops causing runtimes git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3134 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/obj/item/ammo_casing/c38
|
||||
desc = "A .38 bullet casing."
|
||||
caliber = "38"
|
||||
projectile_type = "/obj/item/projectile/bullet/bullet"
|
||||
projectile_type = "/obj/item/projectile/bullet"
|
||||
|
||||
|
||||
/obj/item/ammo_casing/c9mm
|
||||
|
||||
Reference in New Issue
Block a user