summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 45ce026c..ccad75a4 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -108,6 +108,9 @@ static void CG_Obituary( entityState_t *ent )
case MOD_OVERMIND:
message = "got too close to the overmind";
break;
+ case MOD_REACTOR:
+ message = "got too close to the reactor";
+ break;
case MOD_SLOWBLOB:
message = "should have visited a medical station";
break;