mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] First part of a span rework (#9120)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -66,11 +66,11 @@
|
||||
if(user)
|
||||
switch(identified) // Give a message based on what's left.
|
||||
if(IDENTITY_QUALITY)
|
||||
to_chat(user, span("warning", "You forgot what \the [holder] actually did..."))
|
||||
to_chat(user, span_warning("You forgot what \the [holder] actually did..."))
|
||||
if(IDENTITY_PROPERTIES)
|
||||
to_chat(user, span("warning", "You forgot \the [holder]'s quality..."))
|
||||
to_chat(user, span_warning("You forgot \the [holder]'s quality..."))
|
||||
if(IDENTITY_UNKNOWN)
|
||||
to_chat(user, span("warning", "You forgot everything about \the [holder]."))
|
||||
to_chat(user, span_warning("You forgot everything about \the [holder]."))
|
||||
|
||||
// Sets the holder's name to the real name if its properties are identified, or obscures it otherwise.
|
||||
/datum/identification/proc/update_name()
|
||||
|
||||
Reference in New Issue
Block a user