Skip to content

Commit

Permalink
Nomad class override added
Browse files Browse the repository at this point in the history
  • Loading branch information
Hybeee committed May 6, 2024
1 parent 014ac7e commit d431574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hu/bomboclat/Game/Nomad.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public void setNotActive()
* A szabotőr csúszóssá teszi a csövet, amin áll
* @return Igaz, ha sikerült csúszóssá tenni a csövet
*/
@Override
public boolean Lube(){
boolean ret = this.field.Lube();
if(ret){
Expand Down
Binary file modified target/classes/hu/bomboclat/Game/Nomad.class
Binary file not shown.

0 comments on commit d431574

Please sign in to comment.