diff options
-rw-r--r-- | conf/magic.conf.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index db43e989..2efdfec3 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -1064,6 +1064,7 @@ NONMAGIC SILENT SPELL marriage (target : PC) : "marry" = L_yes: if marriage(@caster_name$) announce @caster_name$ + " and " + strcharinfo(0) + " are now married!", 0; + close; } IF not (is_married(caster)) |