Skip to content

Commit

Permalink
Disabled slots stuffing for Trader
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrusteckiy committed Dec 10, 2024
1 parent fe4890d commit 79de892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrGame/ai/trader/ai_trader.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class CAI_Trader : public CEntityAlive, public CInventoryOwner, public CScriptEn
virtual bool natural_weapon() const { return false; }
virtual bool natural_detector() const { return false; }
virtual bool AllowItemToTrade(CInventoryItem const* item, const SInvItemPlace& place) const;
virtual bool CanPutInSlot(PIItem item, u32 slot) { return (slot == PDA_SLOT); }

void dialog_sound_start(LPCSTR phrase);
void dialog_sound_stop();
Expand Down

0 comments on commit 79de892

Please sign in to comment.