Prepends object names with 'The' in speech

This commit is contained in:
CitadelStationBot
2017-05-17 05:13:47 -05:00
parent 5ea3d5c28d
commit 242bff4288
2 changed files with 1 additions and 2 deletions
@@ -296,7 +296,6 @@
// --- Cold, emotionless machines. ---
else if(isobj(M))
jobname = "Machine"
voice = capitalize(voice)
// --- Unidentifiable mob ---
else
+1 -1
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