mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
Merge pull request #381 from RezecNoble/master
Make Structures Tradeable Again
This commit is contained in:
@@ -5914,6 +5914,9 @@ public class utils extends script.base_script
|
||||
if (novendor && hasScript(item, "terminal.vendor")) {
|
||||
continue;
|
||||
}
|
||||
if (hasScript(item, "terminal.terminal_structure")){
|
||||
continue;
|
||||
}
|
||||
if (!canTrade(item)) {
|
||||
return item;
|
||||
} else if (utils.isContainer(item)) {
|
||||
|
||||
Reference in New Issue
Block a user