From 83d6e46421270f73e04fc130ef92aa8ed8b886a1 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Thu, 17 Nov 2016 13:02:44 -0700 Subject: [PATCH] Added water pill combination --- scripts/Data_Item.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Data_Item.rb b/scripts/Data_Item.rb index 071d64f..6ecca1e 100644 --- a/scripts/Data_Item.rb +++ b/scripts/Data_Item.rb @@ -11,6 +11,7 @@ module Item [11, 18] => 103, # empty bottle + crowbar => can't combine [11, 19] => 103, # empty bottle + pipe => can't combine [25, 26] => 30, # feather + ink bottle => pen + [27, 56] => 57, # tube of water + water pill => miracle water [32, 36] => 33, # button + magnets => magnetized button [37, 38] => 32, # tin + scissors => button [36, 37] => 100, # tin + magnets => can't combine