follow-up
This commit is contained in:
+2
-1
@@ -5359,7 +5359,8 @@ core_update_invent_slot()
|
|||||||
const char *wport_id;
|
const char *wport_id;
|
||||||
struct obj *obj;
|
struct obj *obj;
|
||||||
|
|
||||||
if (g.perm_invent_win == WIN_ERR && g.core_invent_state)
|
if ((g.perm_invent_win == WIN_ERR && g.core_invent_state)
|
||||||
|
|| (pi_info.tocore.tocore_flags & prohibited))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!iflags.perm_invent && g.core_invent_state) {
|
if (!iflags.perm_invent && g.core_invent_state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user