Not modified
Game start: Selaia Tarren
Teladi Company Reputation: +11
Illegal goods in Inventory: Spacefly Eggs and Security Decryption Systems
As per encyclopedia both items are NOT illegal to the Teladi Company.
Expected:
Police / Station security leaves me alone.
Actual:
Teladi Company Station Security urges me to drop the "illegal" goods.
How to fix (maybe):
My big guess is that every police officer uses the same flag that is also used to mark the inventory item yellow. So either fix this flag to adapt the legal situation in the current sector, or don't let the police use this flag and just do the following:
Code: Select all
is_criminal := false
foreach ware in inventory do
if ware.illegal_to_list contains police_ship.faction then is_criminal := true