Changeset 3406 for 2012/26


Ignore:
Timestamp:
2012-06-29 12:28:18 (11 years ago)
Author:
elperohu
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/26/ElmoR/Hurja Arska/Hurja Arska/Hurja Arska/Hurja_Arska.cs

    r3400 r3406  
    350350    void arskaParantuu(PhysicsObject arska, PhysicsObject kohde) 
    351351    { 
    352         arskanVoima++; 
    353         voimaLaskuri.Value++; 
     352        arskanVoima +=2; 
     353        voimaLaskuri.Value = arskanVoima; 
     354        voimaLaskuri.MaxValue = 10; 
    354355        if (arskanVoima > 10) 
    355356        { 
Note: See TracChangeset for help on using the changeset viewer.