mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-26 17:17:30 -04:00
niches don't need special SD flag
This commit is contained in:
parent
7b6ad6fdcd
commit
6872f8529f
6 changed files with 42 additions and 32 deletions
|
@ -754,7 +754,7 @@ char put_item_to_inv(THUMAN *p,short *picked_items)
|
|||
|
||||
if (p->inv_size>MAX_INV) p->inv_size=MAX_INV;
|
||||
if (picked_items==NULL) return 0;
|
||||
if ((p)) return 0;
|
||||
if (!can_see_inventory(p)) return 0;
|
||||
it=*picked_items;
|
||||
if (it && glob_items[it-1].umisteni==PL_SIP && !neprezbrojit()) {
|
||||
int u=glob_items[it-1].user_value;if (!u) u=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue