Fix the fix for bowling balls destroying players
This commit is contained in:
parent
656d124c89
commit
ed6a98392d
@ -2341,7 +2341,7 @@ const TILE_TYPES = {
|
|||||||
if (cell) {
|
if (cell) {
|
||||||
other = cell.get_actor();
|
other = cell.get_actor();
|
||||||
if (other) {
|
if (other) {
|
||||||
if (other.is_real_player) {
|
if (other.type.is_real_player) {
|
||||||
level.fail(me.type.name);
|
level.fail(me.type.name);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user