Pathing Fixes

Fixes a pathing issue with katans and hyposprays.
This commit is contained in:
SamCroswell
2015-03-18 17:22:15 -04:00
parent 62ae69c816
commit c71b4c4f26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
throwforce = 20
var/cooldown = 0 // Because spam aint cool, yo.
/obj/item/weapon/katana/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
/obj/item/weapon/katana/energy/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
playsound(user, 'sound/weapons/blade1.ogg', 50, 1, -1)
return ..()
@@ -73,7 +73,7 @@
desc = "A modified air-needle autoinjector filled with expensive regeneration nanites."
volume = 100
/obj/item/weapon/reagent_containers/hypospray/combat/New()
/obj/item/weapon/reagent_containers/hypospray/combat/nanites/New()
..()
reagents.add_reagent("nanites", 70)