예제 #1
0
 public static double GetToolModifier(Dwarf d)
 {
     if (d.DoesHaveTool() == false)
         return 0.5;
     return 1;
 }