15 PAR(_(
"%s is a mutator that removes all weapons and weapon pickups from the map, instead giving players the %s, "
16 "which immediately frags players in a single shot, hence the name \"InstaGib.\""),
COLORED_NAME(
this),
COLORED_NAME(WEP_VAPORIZER));
17 PAR(_(
"Precise aim and ammo conservation are important, since you will suicide after 10 seconds if you run out of ammo. "
18 "Ammo (%s) can be picked up on the map often, or collected from dropped %s guns."),
COLORED_NAME(ITEM_Cells),
COLORED_NAME(WEP_VAPORIZER));
19 PAR(_(
"Maps often have an %s on them, which will save you from being fragged when picked up (total extra lives is displayed as armor). "
21 PAR(_(
"It is quite a common mutator present on many servers, mixing well with a lot of gametypes but particularly %s. "
22 "Sometimes it's enabled alongside other mutators such as %s for added movement possibilities."),
COLORED_NAME(MAPINFO_TYPE_DEATHMATCH),
COLORED_NAME(MUTATOR_hook));
#define COLORED_NAME(this)
#define METHOD(cname, name, prototype)
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...