mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user