From: LegendaryGuard Date: Thu, 18 Feb 2021 21:44:35 +0000 (+0000) Subject: Fix weapon capital letters are striking X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=fc6169e6838516ca634a9c1923e2bbcc570854dd Fix weapon capital letters are striking --- diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 59c0bbb..84ac404 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -108,7 +108,7 @@ You can look the MUTATOR functions in:

-# WEAPON functions +# Weapon functions ## A bit of introduction @@ -125,7 +125,7 @@ You can look the example of this weapon code:
-## List of WEAPON functions +## List of weapon functions This is a created list of functions to modify/create weapons. There may be incomplete explanations for each function.