]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/ammo.qh
Item Pickup panel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / ammo.qh
index 802922cc49584854e53fc7d42866f73f597a878f..179cc9a1d76df4878d167b3ad00a33ed48cbfb3f 100644 (file)
@@ -53,7 +53,7 @@ REGISTER_ITEM(Shells, Shells) {
     this.m_model    = MDL_Shells_ITEM;
 #endif
     this.netname    = "shells";
-    this.m_name     = _("shells");
+    this.m_name     = _("Shells");
     this.m_icon     = "ammo_shells";
 #ifdef SVQC
     this.m_botvalue = 1000;
@@ -89,7 +89,7 @@ REGISTER_ITEM(Bullets, Bullets) {
     this.m_model    = MDL_Bullets_ITEM;
 #endif
     this.netname    = "bullets";
-    this.m_name     = _("bullets");
+    this.m_name     = _("Bullets");
     this.m_icon     = "ammo_bullets";
 #ifdef SVQC
     this.m_botvalue = 1500;
@@ -121,7 +121,7 @@ REGISTER_ITEM(Rockets, Ammo) {
     this.m_model    = MDL_Rockets_ITEM;
 #endif
     this.netname    = "rockets";
-    this.m_name     = _("rockets");
+    this.m_name     = _("Rockets");
     this.m_icon     = "ammo_rockets";
 #ifdef SVQC
     this.m_botvalue = 1500;
@@ -153,7 +153,7 @@ REGISTER_ITEM(Cells, Ammo) {
     this.m_model    = MDL_Cells_ITEM;
 #endif
     this.netname    = "cells";
-    this.m_name     = _("cells");
+    this.m_name     = _("Cells");
     this.m_icon     = "ammo_cells";
 #ifdef SVQC
     this.m_botvalue = 1500;
@@ -185,7 +185,7 @@ REGISTER_ITEM(Plasma, Ammo) {
     this.m_model    = MDL_Plasma_ITEM;
 #endif
     this.netname    = "plasma";
-    this.m_name     = _("plasma");
+    this.m_name     = _("Plasma");
     this.m_icon     = "ammo_plasma";
 #ifdef SVQC
     this.m_botvalue = 1500;