From 0081362dda612e0c57285d736dca6c7e1259cd54 Mon Sep 17 00:00:00 2001
From: Blixibon <acj3017@gmail.com>
Date: Tue, 3 Mar 2020 13:15:16 -0600
Subject: [PATCH] Added player speed convars

---
 Convar-Lookup.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Convar-Lookup.md b/Convar-Lookup.md
index d3708cb..b9a27f2 100644
--- a/Convar-Lookup.md
+++ b/Convar-Lookup.md
@@ -22,6 +22,9 @@ WIP
 |	Name		|	Default Value		|	Description		|
 |:------------- |:-------------:|:------------- |
 | sv_infinite_aux_power	| 0 | Controls whether players have infinite auxiliary power for sprint energy, oxygen, and legacy flashlight. |
+| hl2_walkspeed	| 150 | Controls the players' walk speed in HL2. |
+| hl2_normspeed	| 190 | Controls the players' normal speed in HL2. |
+| hl2_sprintspeed	| 320 | Controls the players' sprint speed in HL2. |
 | npc_citizen_auto_player_squad_allow_use	| 0 | Allows players to add or remove citizens from their squad with +USE, not to be confused with Mapbase's new "Alt + E" implementation. |
 | hunter_allow_dissolve	| 1 | Disabling this prevents hunters from dissolving after being hit by energy balls. |
 | hunter_charge	| 1 | Disabling this prevents hunters from charging at enemies. |
\ No newline at end of file