ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/scorn/shops/apartment_shop.map
(Generate patch)

Comparing deliantra/maps/scorn/shops/apartment_shop.map (file contents):
Revision 1.11 by root, Sun Jun 24 16:50:21 2007 UTC vs.
Revision 1.12 by root, Tue Jun 26 04:56:33 2007 UTC

956 956
957@match * 957@match *
958@parse ^stop\s+(?:rent\s+)?(\S+)$ 958@parse ^stop\s+(?:rent\s+)?(\S+)$
959@eval rent::stop $who->contr, $match->[0] 959@eval rent::stop $who->contr, $match->[0]
960 960
961@match renting|renting an apartment
962@msg "You can choose between these models:\n"
963@eval rent::overview $who->contr, 2
964
965If you like to rent one of those, say "rent <modelname>". If you have any
966questions on pricing and taxes, I am here to answer them!
967
968@match stopping|overview|stop renting an apartment 961@match stopping|overview|stop renting an apartment
969@msg "You are currently renting these apartments:\n" 962@msg "You are currently renting these apartments:\n"
970@eval rent::overview $who->contr, 1 963@eval rent::overview $who->contr, 1
971@eval rent::status $who->contr 964@eval rent::status $who->contr
972 965
973To stop renting an apartment, say "stop <modelname>". Please note that we 966To stop renting an apartment, say "stop <modelname>". Please note that we
974are instructed to clear your apartment immediately. 967are instructed to clear your apartment immediately.
975 968
976H<You will lose all your stuff in your apartment when you stop renting it> 969H<You will lose all your stuff in your apartment when you stop renting it>
970
971@match renting|renting an apartment
972@msg "You can choose between these models:\n"
973@eval rent::overview $who->contr, 2
974
975If you like to rent one of those, say "rent <modelname>". If you have any
976questions on pricing and taxes, I am here to answer them!
977 977
978@match pricing 978@match pricing
979The prices for apartments are stated per hour of you staying in this plane 979The prices for apartments are stated per hour of you staying in this plane
980of existence. That means when you use one of those special beds that make 980of existence. That means when you use one of those special beds that make
981people go away for long times we will not charge you. 981people go away for long times we will not charge you.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines