mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Added water pill combination
This commit is contained in:
parent
79ba9fc44a
commit
83d6e46421
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue