mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	all save boxes are now named (fakeboxes start with @)
This commit is contained in:
		| @@ -689,7 +689,7 @@ EX namespace inv { | ||||
|  | ||||
| #if CAP_SAVE | ||||
|   EX void applyBox(eItem it) { | ||||
|     scores::applyBoxNum(inv::usedup[it]); | ||||
|     scores::applyBoxNum(inv::usedup[it], "@inv-" + dnameof(it)); | ||||
|     } | ||||
| #endif | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue