Merge pull request #1024 from Citadel-Station-13/upstream-merge-27360

[MIRROR] Prepends object names with 'The' in speech
This commit is contained in:
LetterJay
2017-05-17 10:45:04 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -296,7 +296,6 @@
// --- Cold, emotionless machines. ---
else if(isobj(M))
jobname = "Machine"
voice = capitalize(voice)
// --- Unidentifiable mob ---
else

View File

@@ -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