Project

General

Profile

« Previous | Next » 

Revision e26eb4e7

Added by Leszek Koltunski over 2 years ago

Do not pull the inventors and the names of objects from Resources.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedFused.java
119 119

  
120 120
///////////////////////////////////////////////////////////////////////////////////////////////////
121 121

  
122
  public int getObjectName(int[] numLayers)
122
  public String getObjectName()
123 123
    {
124
    return R.string.bandaged_fused;
124
    return "Fused Cube";
125 125
    }
126 126

  
127 127
///////////////////////////////////////////////////////////////////////////////////////////////////
128 128

  
129
  public int getInventor(int[] numLayers)
129
  public String getInventor()
130 130
    {
131
    return R.string.bandaged_fused_inventor;
131
    return "unknown";
132 132
    }
133 133

  
134 134
///////////////////////////////////////////////////////////////////////////////////////////////////
135 135

  
136
  public int getYearOfInvention(int[] numLayers)
136
  public int getYearOfInvention()
137 137
    {
138 138
    return 2000;
139 139
    }
140 140

  
141 141
///////////////////////////////////////////////////////////////////////////////////////////////////
142 142

  
143
  public int getComplexity(int[] numLayers)
143
  public int getComplexity()
144 144
    {
145 145
    return 8;
146 146
    }

Also available in: Unified diff