diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI
index 0ddc3eb5f..cf1cfc20a 100644
--- a/gamedir/Data-1.13/Ja2_Options.INI
+++ b/gamedir/Data-1.13/Ja2_Options.INI
@@ -422,12 +422,15 @@ CAN_SELL_ALT_LMB = TRUE
PRICE_MODIFIER = 10
;******************************************************************************************************************************
-; Disables Pablo stealing things if set to TRUE
+; Item shipment settings
;******************************************************************************************************************************
-; Default value is false
+; Should the stealing from shipments (in Drassen this is Pablo) be disabled?
STEALING_FROM_SHIPMENTS_DISABLED = FALSE
+; Set the chance in percentage of whole shipment lost from Bobby Ray
+CHANCE_OF_SHIPMENT_LOST = 10;
+
;******************************************************************************************************************************
; Game progress weights
; Range: 0-100%
diff --git a/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml b/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml
index a86037d04..82bee411a 100644
--- a/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml
+++ b/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml
@@ -35,10 +35,10 @@
7
Meduna
- 0
- 0
+ 3
+ 14
0
- 0
+ 10959
8
diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI
index 6e5f102c5..dfe23c151 100644
--- a/gamedir/Data/Ja2_Options.INI
+++ b/gamedir/Data/Ja2_Options.INI
@@ -422,12 +422,15 @@ CAN_SELL_ALT_LMB = FALSE
PRICE_MODIFIER = 10
;******************************************************************************************************************************
-; Disables Pablo stealing things if set to TRUE
+; Shipment delivery settings
;******************************************************************************************************************************
-; Default value is false
+; Should there be a chance that stealing of shipment items (in Drassen it will be Pablo) should be enabled?
STEALING_FROM_SHIPMENTS_DISABLED = FALSE
+; Set the chance in percentage that whole shipment will be lost.
+CHANCE_OF_SHIPMENT_LOST = 10;
+
;******************************************************************************************************************************
; Game progress weights
; Range: 0-100%
diff --git a/gamedir/Data/TableData/Map/ShippingDestinations.xml b/gamedir/Data/TableData/Map/ShippingDestinations.xml
index a86037d04..82bee411a 100644
--- a/gamedir/Data/TableData/Map/ShippingDestinations.xml
+++ b/gamedir/Data/TableData/Map/ShippingDestinations.xml
@@ -35,10 +35,10 @@
7
Meduna
- 0
- 0
+ 3
+ 14
0
- 0
+ 10959
8