mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
Fix #268 City Recycling Junk Terminals
This commit is contained in:
@@ -96,6 +96,10 @@ public class terminal_city_junk_dealer extends script.base_script
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
utils.setScriptVar(player, "fence", false);
|
||||
utils.setScriptVar(player, "junk_dealer_transaction", self);
|
||||
if(!smuggler.hasBuyBackContainer(player)) {
|
||||
smuggler.createBuyBackControlDeviceOnPlayer(player);
|
||||
}
|
||||
messageTo(player, "handleSellJunkSui", params, 0.0f, false);
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user