mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Updated World and files for 3.56 release. --Rumble
This commit is contained in:
parent
ebc985f010
commit
40b1677066
81 changed files with 18819 additions and 17702 deletions
|
|
@ -974,7 +974,7 @@ ACMD(do_attach)
|
|||
return;
|
||||
}
|
||||
if (!can_edit_zone(ch, world[IN_ROOM(ch)].zone)) {
|
||||
send_to_char(ch, "You can only attach triggers in your own zone\r\n");
|
||||
send_to_char(ch, "You can only attach triggers in your own zone.\r\n");
|
||||
return;
|
||||
}
|
||||
/* have a valid mob, now get trigger */
|
||||
|
|
@ -1012,7 +1012,7 @@ ACMD(do_attach)
|
|||
}
|
||||
|
||||
if (!can_edit_zone(ch, world[IN_ROOM(ch)].zone)) {
|
||||
send_to_char(ch, "You can only attach triggers in your own zone\r\n");
|
||||
send_to_char(ch, "You can only attach triggers in your own zone.\r\n");
|
||||
return;
|
||||
}
|
||||
/* have a valid obj, now get trigger */
|
||||
|
|
@ -1047,7 +1047,7 @@ ACMD(do_attach)
|
|||
}
|
||||
|
||||
if (!can_edit_zone(ch, world[rnum].zone)) {
|
||||
send_to_char(ch, "You can only attach triggers in your own zone\r\n");
|
||||
send_to_char(ch, "You can only attach triggers in your own zone.\r\n");
|
||||
return;
|
||||
}
|
||||
/* have a valid room, now get trigger */
|
||||
|
|
@ -2651,9 +2651,6 @@ int script_driver(void *go_adress, trig_data *trig, int type, int mode)
|
|||
else if (!strn_cmp(cmd, "detach ", 7))
|
||||
process_detach(go, sc, trig, type, cmd);
|
||||
|
||||
else if (!strn_cmp(cmd, "version", 7))
|
||||
mudlog(NRM, LVL_GOD, TRUE, "%s", DG_SCRIPT_VERSION);
|
||||
|
||||
else {
|
||||
switch (type) {
|
||||
case MOB_TRIGGER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue