Update pistol.js

This commit is contained in:
Eric Levin 2015-11-16 23:06:45 -08:00
parent d4a8537e8b
commit 7e4fe4b521

View file

@ -179,7 +179,7 @@ function fire(side, value) {
Entities.editEntity(intersection.entityID, {
velocity: Vec3.multiply(shotDirection, GUN_FORCE)
});
//createEntityHitEffect(intersection.intersection);
createEntityHitEffect(intersection.intersection);
}
if (intersection.properties.name === "rat") {
@ -476,4 +476,4 @@ function createMuzzleFlash(position) {
}, 100)
}
}