summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-01 12:18:38 -0700
committerJared Adams <jaxad0127@gmail.com>2009-03-01 12:18:38 -0700
commitb7969221c5dc07e5d99e91365c271fddf7ae85d1 (patch)
tree93a66680b6c102431fec7da4e949582d1f23cbae /src/map/script.c
parente0a6fcba9439ed72ca36c2f95520eafe8b1dbebb (diff)
downloadtmwa-b7969221c5dc07e5d99e91365c271fddf7ae85d1.tar.gz
tmwa-b7969221c5dc07e5d99e91365c271fddf7ae85d1.tar.bz2
tmwa-b7969221c5dc07e5d99e91365c271fddf7ae85d1.tar.xz
tmwa-b7969221c5dc07e5d99e91365c271fddf7ae85d1.zip
Allow divorce function to be used as a condition
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index e15ee4d..884f1bc 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -460,7 +460,7 @@ struct {
{buildin_failedremovecards,"failedremovecards","ii"},
{buildin_marriage,"marriage","s"},
{buildin_wedding_effect,"wedding",""},
- {buildin_divorce,"divorce",""},
+ {buildin_divorce,"divorce","i"},
{buildin_getitemname,"getitemname","*"},
{buildin_getspellinvocation,"getspellinvocation","s"},
{buildin_getanchorinvocation,"getanchorinvocation","s"},