Fix the typo again

install-platforms
Mark 2017-11-02 17:29:43 +01:00
parent b1902355f9
commit aaed0b4d54
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ protected func CancelUse(object clonk)
/*-- Production --*/
func IsInventorProduct() { return true; }
public func GetSubstituteComponent(id component) // Can be made from diamong, ruby or amethyst
public func GetSubstituteComponent(id component) // Can be made from diamond, ruby or amethyst
{
if (component == Diamond)
return [Ruby, Amethyst];