diff options
| author | arngo <[email protected]> | 2022-01-29 13:41:03 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2022-01-29 13:41:03 -0500 |
| commit | c06547737016632b3bd8b4ef3f31c54e76b67e7e (patch) | |
| tree | 9500d60f333a38b2f8c78a83d90a8a1c35a6bcb7 /src | |
| parent | 644f64765a4767446d6ba91c6ba1d2ef7241847d (diff) | |
| download | orc-arena-of-time-c06547737016632b3bd8b4ef3f31c54e76b67e7e.tar.gz orc-arena-of-time-c06547737016632b3bd8b4ef3f31c54e76b67e7e.zip | |
remove puts
Diffstat (limited to 'src')
| -rw-r--r-- | src/logic.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/logic.rb b/src/logic.rb index ffac917..5360263 100644 --- a/src/logic.rb +++ b/src/logic.rb @@ -811,7 +811,6 @@ FECS::Scn::Play.add( FECS::Sys.new('CheckEndGoal') do player_hitbox = Player.component[FECS::Cmp::Hitbox].rec if EndGoal.rec.collide_with_rec? player_hitbox - puts 'you\'re winner' trans = FECS::Cmp::Transition.first if trans.state == 'none' trans.state = 'into_init' |
