- Gork conversation adjustments. Match strings are now regular expressions.
Reduce redundant use of keyword. Spelling/punctuation tweaks. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5014 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
58b3227f11
commit
6915e8ddb1
|
@ -910,17 +910,16 @@ y 13
|
||||||
end
|
end
|
||||||
arch troll
|
arch troll
|
||||||
msg
|
msg
|
||||||
@match hello|Hello
|
@match [Hh]ello
|
||||||
Youse want gorks hords? I crush you...
|
Youse want Gork's hoards? I crush you...
|
||||||
@match Gork|gork|hord|Hord
|
@match [Gg]ork|[Hh]oard*
|
||||||
Gork not like you... I not as nice as friend
|
Gork not like you... I not as nice as Mork.
|
||||||
mork. Mork live in tower.
|
@match [Mm]ork
|
||||||
@match Mork|mork
|
Mork be Gork's friend. Mork live in tower.
|
||||||
Mork be Gork's friend
|
@match [Ff]riend
|
||||||
@match friend|Friend
|
Mork share Gork's treasure.
|
||||||
Mork share gorks treasure
|
@match [Tt]reasure
|
||||||
@match treasure|Treasure
|
Only Gork can open treasure door.
|
||||||
Only gork can open treasure door.
|
|
||||||
endmsg
|
endmsg
|
||||||
x 9
|
x 9
|
||||||
y 8
|
y 8
|
||||||
|
|
Loading…
Reference in New Issue