mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	inv:: missing char explained
This commit is contained in:
		| @@ -509,6 +509,7 @@ EX namespace inv { | ||||
|       eItem o = eItem(i); | ||||
|       if(itemclass(o) == IC_ORB) { | ||||
|         char c = orbkeys[j++]; | ||||
|         if(c == 0) println(hlog, "missing char for ", dnameof(o)); | ||||
|         if(remaining[i] || usedup[i]) { | ||||
|           orbmap[c] = o; | ||||
|           if(plain)  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue