mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
Fix a large number of typos (#89254)
Fixes a very large number of typos. A few of these fixes also extend to variable names, but only the really egregious ones like "concious".
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
// Disable UIs if unconscious.
|
||||
else if(stat)
|
||||
return UI_DISABLED
|
||||
// Update UIs if incapicitated but concious.
|
||||
// Update UIs if incapicitated but conscious.
|
||||
else if(incapacitated)
|
||||
return UI_UPDATE
|
||||
return UI_INTERACTIVE
|
||||
|
||||
Reference in New Issue
Block a user