Since the touchstone uses objclass oc_color we need
to make that field unconditional, otherwise NetHack won't compile without TEXTCOLOR defined. Also provides at least an interim solution for the has_color() problem that Warwick pointed out. Lastly, Archeologists know touchstones.
This commit is contained in:
@@ -608,6 +608,7 @@ u_init()
|
||||
else if(!rn2(4)) ini_inv(Lamp);
|
||||
else if(!rn2(10)) ini_inv(Magicmarker);
|
||||
knows_object(SACK);
|
||||
knows_object(TOUCHSTONE);
|
||||
skill_init(Skill_A);
|
||||
break;
|
||||
case PM_BARBARIAN:
|
||||
|
||||
Reference in New Issue
Block a user