Changes

Jump to navigation Jump to search
m
warning against making a common mistake
Line 574: Line 574:  
   |params  = {{t|S:name}},{{t|I:level}}
 
   |params  = {{t|S:name}},{{t|I:level}}
 
   |desc    = Changes the upgrade level of the specified tool to the specified level; the tool must be in your inventory. Tool names are case-sensitive but can match partially; valid names are <samp>Ax</samp>, <samp>Hoe</samp>, <samp>Pickaxe</samp>, and <samp>Can</samp>. Upgrade levels are 0 (basic), 1 (copper), 2 (steel), 3 (gold), or 4 (iridium).
 
   |desc    = Changes the upgrade level of the specified tool to the specified level; the tool must be in your inventory. Tool names are case-sensitive but can match partially; valid names are <samp>Ax</samp>, <samp>Hoe</samp>, <samp>Pickaxe</samp>, and <samp>Can</samp>. Upgrade levels are 0 (basic), 1 (copper), 2 (steel), 3 (gold), or 4 (iridium).
   |example = <code>debug tool Pick 0</code> would set your pickaxe to base quality.; <code>debug tool Can 4</code> would set your watering can to iridium quality.
+
   |example = <code>debug tool Pick 0</code> would set your pickaxe to base quality.; <code>debug tool Can 4</code> would set your watering can to iridium quality.; <code>debug tool ax 3</code> would set your '''''pickaxe''''' to gold quality, because of the case-sensitive substring match.  
 
}}
 
}}
 
{{/cmd
 
{{/cmd
2

edits

Navigation menu