mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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:
@@ -21,7 +21,7 @@
|
||||
var/datum/action/gifted_action = new ability
|
||||
gifted_action.Grant(AI)
|
||||
else if(gifted_ability.one_purchase)
|
||||
to_chat(user, "[AI] already has an [src] installed!")
|
||||
to_chat(user, "[AI] already has \a [src] installed!")
|
||||
return
|
||||
else
|
||||
action.uses += initial(action.uses)
|
||||
|
||||
Reference in New Issue
Block a user