1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/games/zangband/files/patch-lib__edit__t_info.txt
Vanilla I. Shu dd02e22198 Update to version 2.7.5.p1.
PR:		ports/193156
Submitted by:	Ports Fury.
2014-09-03 03:53:43 +00:00

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