UCRP_LANDMINEDUNK: The official parsing is "Land Mine"

This commit is contained in:
toaster 2023-10-18 00:45:05 +01:00
parent edd3e8bbea
commit 1c887a7041

View file

@ -2421,7 +2421,7 @@ static const char *M_GetConditionString(condition_t *cn)
case UCRP_SPBNEUTER:
return "shock a Self-Propelled Bomb into submission";
case UCRP_LANDMINEDUNK:
return "dunk a Landmine on another racer's head";
return "dunk a Land Mine on another racer's head";
case UCRP_HITMIDAIR:
return "hit another racer with a projectile while you're both in the air";
case UCRP_RETURNMARKTOSENDER: