Skip to content

Commit

Permalink
Fix a script comment that Luchs complained about.
Browse files Browse the repository at this point in the history
  • Loading branch information
Armag3ddon committed Oct 29, 2017
1 parent 3084edc commit 5c45d7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -271,7 +271,7 @@ protected func CancelUse(object clonk)
/*-- Production --*/

func IsInventorProduct() { return true; }
public func GetSubstituteComponent(id component) // Can be made from earth or sand
public func GetSubstituteComponent(id component) // Can be made from diamong, ruby or amethyst
{
if (component == Diamond)
return [Ruby, Amethyst];
Expand Down

0 comments on commit 5c45d7a

Please sign in to comment.