mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +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:
@@ -139,7 +139,7 @@ GLOBAL_LIST_INIT(armor_by_type, generate_armor_type_cache())
|
||||
|
||||
/// Gets the rating of armor for the specified rating
|
||||
/datum/armor/proc/get_rating(rating)
|
||||
// its not that I don't trust coders, its just that I don't trust coders
|
||||
// its not that I don't trust coders, it's just that I don't trust coders
|
||||
if(!(rating in ARMOR_LIST_ALL()))
|
||||
CRASH("Attempted to get a rating '[rating]' that doesn't exist")
|
||||
return vars[rating]
|
||||
|
||||
Reference in New Issue
Block a user