diff --git a/Data-1.13/APBPConstants.ini b/Data-1.13/APBPConstants.ini
index b39f1b4fc..b784c1972 100644
--- a/Data-1.13/APBPConstants.ini
+++ b/Data-1.13/APBPConstants.ini
@@ -421,6 +421,11 @@ AP_DISGUISE = 80
;***********************************************************************
AP_HANDCUFF = 50
+;***********************************************************************
+;* The APs needed to apply an item to someone else *
+;***********************************************************************
+AP_APPLYITEM = 50
+
;***********************************************************************
;* The APs for arming a bomb/grenade in inventory *
;***********************************************************************
@@ -485,4 +490,5 @@ BP_FORTIFICATION = 700
BP_REMOVE_FORTIFICATION = 400
BP_FILL_SANDBAG = 500
BP_HANDCUFF = 100
+BP_APPLYITEM = 50
BP_INVENTORY_ARM = 10
\ No newline at end of file
diff --git a/Data-1.13/TableData/Items/Drugs.xml b/Data-1.13/TableData/Items/Drugs.xml
index bc1e03871..382900c5f 100644
--- a/Data-1.13/TableData/Items/Drugs.xml
+++ b/Data-1.13/TableData/Items/Drugs.xml
@@ -268,7 +268,7 @@ Note: The regeneration drug has no entries - that is intended, because this effe
1
1
2
- 100
+ 4
1
0
diff --git a/Data-UB/APBPConstants.ini b/Data-UB/APBPConstants.ini
index 9dc6b26fc..98e012a82 100644
--- a/Data-UB/APBPConstants.ini
+++ b/Data-UB/APBPConstants.ini
@@ -421,6 +421,11 @@ AP_DISGUISE = 80
;***********************************************************************
AP_HANDCUFF = 50
+;***********************************************************************
+;* The APs needed to apply an item to someone else *
+;***********************************************************************
+AP_APPLYITEM = 50
+
;***********************************************************************
;* The APs for arming a bomb/grenade in inventory *
;***********************************************************************
@@ -485,4 +490,5 @@ BP_FORTIFICATION = 700
BP_REMOVE_FORTIFICATION = 400
BP_FILL_SANDBAG = 500
BP_HANDCUFF = 100
+BP_APPLYITEM = 50
BP_INVENTORY_ARM = 10
\ No newline at end of file
diff --git a/Data/CURSORS/APPLY.STI b/Data/CURSORS/APPLY.STI
new file mode 100644
index 000000000..2b4a7d761
Binary files /dev/null and b/Data/CURSORS/APPLY.STI differ
diff --git a/Data/CURSORS/APPLY_R.STI b/Data/CURSORS/APPLY_R.STI
new file mode 100644
index 000000000..2a5978d14
Binary files /dev/null and b/Data/CURSORS/APPLY_R.STI differ