Skip to content

Commit

Permalink
grenades anywhere: skip "X was hit instead of Scroll Blocker" message,
Browse files Browse the repository at this point in the history
…fixed #15
  • Loading branch information
burner1024 committed Oct 17, 2020
1 parent 9426f2c commit 64110d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/gl_g_grenades_anywhere.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ procedure target_object_handler begin
else begin
ndebug("create throwing target at: " + tile);
target = create_object(TARGET_PID, tile, dude_elevation);
set_flags(target, get_flags(target) bwor FLAG_FLAT); // skip "X was hit instead of Scroll Blocker" on display.
end
set_sfall_arg(1, 1); // set valid target
set_sfall_arg(2, target);
Expand Down

0 comments on commit 64110d4

Please sign in to comment.