Skip to content

Commit

Permalink
caja blanca util
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassagrada committed Nov 6, 2024
1 parent aabd659 commit 3e94c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Diamante {
}
}

method canCollect(personaje) = personaje.tipo() == self.tipo() and !fuiRecolectado
method canCollect(personaje) = personaje.tipo() == self.tipo()
}

class DiamanteRojo inherits Diamante {
Expand Down

0 comments on commit 3e94c16

Please sign in to comment.