mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 20:56:20 +01:00
Character Signatures
* Adds the ability for players to have predefined signatures for specific characters * Should none be entered, it'll revent to the old style, until changed
This commit is contained in:
@@ -62,6 +62,10 @@ datum/mind
|
||||
// the world.time since the mob has been brigged, or -1 if not at all
|
||||
var/brigged_since = -1
|
||||
|
||||
// The custom signature holder
|
||||
var/signature
|
||||
var/signature_font
|
||||
|
||||
New(var/key)
|
||||
src.key = key
|
||||
|
||||
@@ -1288,6 +1292,8 @@ datum/mind
|
||||
else
|
||||
world.log << "## DEBUG: mind_initialize(): No ticker ready yet! Please inform Carn"
|
||||
if(!mind.name) mind.name = real_name
|
||||
if(client.prefs.signature) mind.signature = client.prefs.signature
|
||||
if(client.prefs.signature_font) mind.signature_font = client.prefs.signature_font
|
||||
mind.current = src
|
||||
|
||||
//HUMAN
|
||||
|
||||
Reference in New Issue
Block a user