From 0055d02a82d1ca26f46d7ccdffbe78e4ad7bea9f Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Sat, 3 Oct 2009 11:30:47 +0000 Subject: Put MN_H_NOENERGYAMMOHERE back. --- src/cgame/cg_servercmds.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/cgame') diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 7b609c90..22be1bff 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -693,6 +693,13 @@ void CG_Menu( int menu, int arg ) type = DT_ARMOURYEVOLVE; break; + case MN_H_NOENERGYAMMOHERE: + longMsg = "You must be near a Reactor or a powered Armoury or Repeater " + "in order to purchase energy ammunition."; + shortMsg = "You must be near a Reactor or a powered Armoury or Repeater"; + type = DT_ARMOURYEVOLVE; + break; + case MN_H_NOROOMBSUITON: longMsg = "There is not enough room here to put on a Battle Suit. " "Make sure you have enough head room to climb in."; -- cgit