mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-12 02:54:20 +01:00
Changed mob flag NOBASH to NOKILL --Rumble
This commit is contained in:
parent
73ecd212a0
commit
1779f7a30a
7 changed files with 40 additions and 32 deletions
|
|
@ -212,6 +212,10 @@ int call_magic(struct char_data *caster, struct char_data *cvict,
|
|||
act("White light from no particular source suddenly fills the room, then vanishes.", FALSE, caster, 0, 0, TO_ROOM);
|
||||
return (0);
|
||||
}
|
||||
if (MOB_FLAGGED(cvict, MOB_NOKILL)) {
|
||||
send_to_char(caster, "This mob is protected.\r\n");
|
||||
return (0);
|
||||
}
|
||||
/* determine the type of saving throw */
|
||||
switch (casttype) {
|
||||
case CAST_STAFF:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue