void PickUp() { //The dash currently spawns 11 of these as of 4/22/15 Instantiate(missile, transform.position, transform.rotation); heroLight.GainLight(1); active = false; }
void PickUp() { Instantiate(missile, transform.position, transform.rotation); heroLight.GainLight(18); active = false; }