mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 19:11:46 +01:00
Changed mob flag NOBASH to NOKILL --Rumble
This commit is contained in:
@@ -857,8 +857,8 @@ void find_replacement(void *go, struct script_data *sc, trig_data *trig,
|
||||
}
|
||||
break;
|
||||
case 'q':
|
||||
if (!str_cmp(field, "questpoints") ||
|
||||
!str_cmp(field, "qp") || !str_cmp(field, "qpnts"))
|
||||
if (!IS_NPC(c) && (!str_cmp(field, "questpoints") ||
|
||||
!str_cmp(field, "qp") || !str_cmp(field, "qpnts")))
|
||||
{
|
||||
if (subfield && *subfield) {
|
||||
int addition = atoi(subfield);
|
||||
|
||||
Reference in New Issue
Block a user