Fix the fix for bowling balls destroying players

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-02 17:42:39 -07:00
parent 656d124c89
commit ed6a98392d

View File

@ -2341,7 +2341,7 @@ const TILE_TYPES = {
if (cell) {
other = cell.get_actor();
if (other) {
if (other.is_real_player) {
if (other.type.is_real_player) {
level.fail(me.type.name);
}
else {