mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
dd02e22198
PR: ports/193156 Submitted by: Ports Fury.
12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
--- lib/edit/t_info.txt.orig
|
|
+++ lib/edit/t_info.txt
|
|
@@ -92,7 +92,7 @@
|
|
L:MENTT:if (do_move == TRUE) then
|
|
L:MENTT: if (bAnd(race.flags[0], RF0_NEVER_BLOW) ~= 0) and
|
|
L:MENTT: (randint1(BREAK_MINOR_GLYPH) < race.level) then
|
|
-L:MENTT: if (field.fx == player.px) and (field.fy = player.py) then
|
|
+L:MENTT: if (field.fx == player.px) and (field.fy == player.py) then
|
|
L:MENTT: msgf("The rune explodes!")
|
|
L:MENTT: fire_ball(GF_MANA, 0, 2 * ((player.lev / 2) + damroll(7, 7)), 2)
|
|
L:MENTT: else
|