Spelling Fixes (#8973)

* SpellingFixes

* OtherTypos

* OtherTypos
This commit is contained in:
klorpa
2023-04-08 21:39:28 -08:00
committed by GitHub
parent ff4bb85a40
commit f445ffde0a
335 changed files with 943 additions and 943 deletions
@@ -13,7 +13,7 @@
var/true_description_antag = null // Ditto, for antag info (this probably won't get used).
var/identified = IDENTITY_UNKNOWN // Can be IDENTITY_UNKNOWN, IDENTITY_PROPERTIES, IDENTITY_QUALITY, or IDENTITY_FULL.
// Holds what is displayed when not identified sufficently.
// Holds what is displayed when not identified sufficiently.
var/unidentified_name = null // The name given to the object when not identified. Generated by generate_unidentified_name()
var/unidentified_desc = "You're not too sure what this is."
var/unidentified_description_info = "This object is unidentified, and as such its properties are unknown. Using this object may be dangerous."
@@ -34,7 +34,7 @@
holder = null
return ..()
// Records the object's inital identifiying features to the datum for future safekeeping.
// Records the object's initial identifying features to the datum for future safekeeping.
/datum/identification/proc/record_true_identity()
true_name = holder.name
true_desc = holder.desc