mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	ambush:: nicer guard_attack message
This commit is contained in:
		| @@ -906,7 +906,7 @@ EX void ambush(cell *c, int dogs) { | ||||
|   } | ||||
|  | ||||
| EX void guard_attack() { | ||||
|   addMessage(XLAT("%The1 alarms other dogs as it dies!", moHunterGuard)); | ||||
|   addMessage(XLAT("%The1 alarms other dogs as it dies!", moHunterDog)); | ||||
|   for(cell *c: dcal) if(c->monst == moHunterGuard) c->monst = moHunterDog; | ||||
|   ambush(cwt.at, 7); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue