mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 16:11:40 +00:00
Fixed a greater_than= which should have been greater_than_equal_to=.
This commit is contained in:
parent
b2870ca56a
commit
b7cd27e465
@ -290,7 +290,7 @@
|
||||
[if]
|
||||
[variable]
|
||||
name=possible_serpent_locs.length
|
||||
greater_than=1
|
||||
greater_than_equal_to=1
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
Loading…
x
Reference in New Issue
Block a user