File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name Doc: View Trades
33// @namespace https://politicsandwar.com/nation/id=19818
4- // @version 6.94
4+ // @version 6.95
55// @description Make Trading on the market Better!
66// @author BlackAsLight
77// @include https://politicsandwar.com/index.php?id=26*
@@ -523,7 +523,7 @@ function CreateRow(tdTags) {
523523 divTag . append ( CreateElement ( 'div' , divTag => {
524524 divTag . classList . add ( 'Create' )
525525 divTag . style . setProperty ( 'grid-area' , 'Create' )
526- if ( offerType . startsWith ( 'Receive' ) ) {
526+ if ( offerType . startsWith ( 'Receive' ) || offerType === 'Embargo' ) {
527527 // Outbid + Match
528528 divTag . append ( CreateElement ( 'a' , aTag => {
529529 aTag . classList . add ( `${ sellUnits ? 's' : 'b' } Outbid_${ resource } ` )
You can’t perform that action at this time.
0 commit comments