MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // transport.h -- Definitionen fuer Schiffe und andere Transporter |
| 4 | // |
| 5 | // $Id: transport.h,v 3.3 2002/02/09 11:56:59 Tilly Exp $ |
| 6 | |
| 7 | #ifndef _TRANSPORT_H_ |
| 8 | #define _TRANSPORT_H_ |
| 9 | |
| 10 | #define P_ENTERMSG "entermsg" |
| 11 | #define P_LEAVEMSG "leavemsg" |
| 12 | #define P_LEAVEFAIL "leavefail" |
| 13 | #define P_ENTERFAIL "enterfail" |
| 14 | #define P_ARRIVEMSG "arrivemsg" |
| 15 | #define P_DEPARTMSG "departmsg" |
| 16 | #define P_ENTERCMDS "entercmds" |
| 17 | #define P_LEAVECMDS "leavecmds" |
| 18 | #define P_MAX_PASSENGERS "maxpass" |
| 19 | |
| 20 | #define P_TRAVEL_INFO "travel_info" |
| 21 | #define P_NO_TRAVELING "no_traveling" |
| 22 | #define P_TRAVEL_CMDS "travel_cmds" |
| 23 | #define P_HARBOUR "harbour_name" |
| 24 | |
| 25 | #define HP_MSG "hpMsg" |
| 26 | #define HP_ROOM "hpRoom" |
| 27 | #define HP_FUN "hpFun" |
| 28 | |
| 29 | #endif |