mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Fixed flag when girding NPC that has no weapons.
This commit is contained in:
parent
84d3cf44c2
commit
b3ec104561
@ -2933,7 +2933,9 @@ end
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
export def equipItem(item)#0
|
||||
item->b_flags = item->b_flags | ITEM_FLAG_EQUIP
|
||||
if item
|
||||
item->b_flags = item->b_flags | ITEM_FLAG_EQUIP
|
||||
fin
|
||||
end
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user