28 {
29
30
33
34 if ( GetCompEM().IsPlugged() )
35 {
36 parent.SetAnimationPhase( "Cord_plugged", 0);
37 parent.SetAnimationPhase( "Cord_folded", 1);
38 }
39 else
40 {
41 parent.SetAnimationPhase( "Cord_plugged", 1);
42 parent.SetAnimationPhase( "Cord_folded", 0);
43 }
44 }
void TurnOnItem(ItemBase item)