mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	Merge pull request #325 from jlmjlm/acc3
Have ACCONLY3 show all three alternatives.
This commit is contained in:
		
							
								
								
									
										2
									
								
								help.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								help.cpp
									
									
									
									
									
								
							| @@ -701,7 +701,7 @@ void add_reqs(eLand l, string& s) { | ||||
|       { int now = 0; string t = "("; for(eItem i: list) { if(t!="(") t += " | "; t += XLATN(iinf[i].name); now += items[i]; } t += ")"; s += XLAT("Treasure required: %1 x %2.\n", its(z), t); buteol(s, now, z); } | ||||
|     #define ACCONLY(z) s += XLAT("Accessible only from %the1.\n", z); | ||||
|     #define ACCONLY2(z,x) s += XLAT("Accessible only from %the1 or %the2.\n", z, x); | ||||
|     #define ACCONLY3(z,y,x) s += XLAT("Accessible only from %the1 or %the2.\n", z, y, x); | ||||
|     #define ACCONLY3(z,y,x) s += XLAT("Accessible only from %the1, %2, or %3.\n", z, y, x); | ||||
|     #define ACCONLYF(z) s += XLAT("Accessible only from %the1 (until finished).\n", z); | ||||
|     #include "content.cpp" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue