diff --git a/MrBigsock/Assets/Code/PlayerController.cs b/MrBigsock/Assets/Code/PlayerController.cs
index 5f1a6a4ace8e6c3b22c8e668b6a0e2c10464cf45..263181b6a8ebc924f19d05915382ca7ab255ba6c 100644
--- a/MrBigsock/Assets/Code/PlayerController.cs
+++ b/MrBigsock/Assets/Code/PlayerController.cs
@@ -51,6 +51,7 @@ namespace BigSock {
 				//!! DEBUG: Add item to player at start to test if it works.
 				TryPickUpItem(ItemService.SINGLETON.Get(201));
 				TryPickUpItem(ItemService.SINGLETON.Get(201));
+				TryPickUpItem(ItemService.SINGLETON.Get(202));
 			}