File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ public sealed class ClumsySystem : EntitySystem
3131
3232 public override void Initialize ( )
3333 {
34- SubscribeLocalEvent < ClumsyComponent , SelfBeforeInjectEvent > ( BeforeHyposprayEvent ) ;
35- SubscribeLocalEvent < ClumsyComponent , SelfBeforeDefibrillatorZapsEvent > ( BeforeDefibrillatorZapsEvent ) ;
34+ // ES EDIT: Obliterate clumsy interactions that aren't gunfire.
35+ //SubscribeLocalEvent<ClumsyComponent, SelfBeforeInjectEvent>(BeforeHyposprayEvent);
36+ //SubscribeLocalEvent<ClumsyComponent, SelfBeforeDefibrillatorZapsEvent>(BeforeDefibrillatorZapsEvent);
3637 SubscribeLocalEvent < ClumsyComponent , SelfBeforeGunShotEvent > ( BeforeGunShotEvent ) ;
37- SubscribeLocalEvent < ClumsyComponent , CatchAttemptEvent > ( OnCatchAttempt ) ;
38- SubscribeLocalEvent < ClumsyComponent , SelfBeforeClimbEvent > ( OnBeforeClimbEvent ) ;
38+ //SubscribeLocalEvent<ClumsyComponent, CatchAttemptEvent>(OnCatchAttempt);
39+ //SubscribeLocalEvent<ClumsyComponent, SelfBeforeClimbEvent>(OnBeforeClimbEvent);
40+ // END ES EDIT
3941 }
4042
4143 // If you add more clumsy interactions add them in this section!
You can’t perform that action at this time.
0 commit comments