Merge pull request #1024 from Citadel-Station-13/upstream-merge-27360
[MIRROR] Prepends object names with 'The' in speech
This commit is contained in:
@@ -296,7 +296,6 @@
|
||||
// --- Cold, emotionless machines. ---
|
||||
else if(isobj(M))
|
||||
jobname = "Machine"
|
||||
voice = capitalize(voice)
|
||||
|
||||
// --- Unidentifiable mob ---
|
||||
else
|
||||
|
||||
@@ -143,7 +143,7 @@ GLOBAL_LIST_INIT(freqtospan, list(
|
||||
return "0"
|
||||
|
||||
/atom/movable/proc/GetVoice()
|
||||
return name
|
||||
return "[src]" //Returns the atom's name, prepended with 'The' if it's not a proper noun
|
||||
|
||||
/atom/movable/proc/IsVocal()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user