diff options
author | Michael Levin <risujin@fastmail.fm> | 2009-10-03 11:30:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:04 +0000 |
commit | 0055d02a82d1ca26f46d7ccdffbe78e4ad7bea9f (patch) | |
tree | dfb40a6a1a8dd5503035d6d31d5c54dc4dac2cc9 /src/cgame | |
parent | ca3ade0361afe2b5d87c7a46543e6937b04b89bf (diff) |
Put MN_H_NOENERGYAMMOHERE back.
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_servercmds.c | 7 |
1 files changed, 7 insertions, 0 deletions
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."; |