forked from github/server
oops. fehlschlagende foolpotion sollte jetzt natuerlich ne andere message liefern.
This commit is contained in:
parent
251be32bce
commit
2af81fee27
|
@ -1948,7 +1948,7 @@ use_foolpotion(struct unit *u, int targetno, const struct item_type *itype, int
|
||||||
return ECUSTOM;
|
return ECUSTOM;
|
||||||
}
|
}
|
||||||
if (effskill(u, SK_STEALTH)<=effskill(target, SK_OBSERVATION)) {
|
if (effskill(u, SK_STEALTH)<=effskill(target, SK_OBSERVATION)) {
|
||||||
cmistake(u, cmd, 63, MSG_EVENT);
|
cmistake(u, cmd, 64, MSG_EVENT);
|
||||||
return ECUSTOM;
|
return ECUSTOM;
|
||||||
}
|
}
|
||||||
ADDMSG(&u->faction->msgs, msg_message("givedumb",
|
ADDMSG(&u->faction->msgs, msg_message("givedumb",
|
||||||
|
|
Loading…
Reference in New Issue