This commit is contained in:
JMD 2025-11-09 00:41:09 -03:00 committed by GitHub
commit aa3b5e7013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -873,7 +873,7 @@ ACMD(do_drink)
send_to_char(ch, "Your stomach can't contain anymore!\r\n");
return;
}
if (GET_OBJ_VAL(temp, 1) < 1) {
if ((GET_OBJ_VAL(temp, 1) < 1) && (GET_OBJ_VAL(temp, 0) != -1)) {
send_to_char(ch, "It is empty.\r\n");
return;
}