mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +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:
@@ -570,7 +570,7 @@
|
||||
return FALSE
|
||||
|
||||
//you can only initiate exaimines if you have a hand, it's not disabled, and only as many examines as you have hands
|
||||
/// our active hand, to check if it's disabled/detatched
|
||||
/// our active hand, to check if it's disabled/detached
|
||||
var/obj/item/bodypart/active_hand = has_active_hand()? get_active_hand() : null
|
||||
if(!active_hand || active_hand.bodypart_disabled || do_after_count() >= usable_hands)
|
||||
to_chat(src, span_warning("You don't have a free hand to examine this!"))
|
||||
|
||||
Reference in New Issue
Block a user