Ejemplo n.º 1
0
    // TODO: Sound and images from divisible particles.
    // TODO: Review the thunder.

    protected override void OnClick()
    {
        if (Controller.over || Controller.Burnt)
        {
            return;
        }

        if (ItemsCount.IT.ConsumeThunder())
        {
            lighting.Activate();
        }
    }
 public void BuildChain()
 {
     LightningBolts.Activate();
 }