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. ---
|
// --- Cold, emotionless machines. ---
|
||||||
else if(isobj(M))
|
else if(isobj(M))
|
||||||
jobname = "Machine"
|
jobname = "Machine"
|
||||||
voice = capitalize(voice)
|
|
||||||
|
|
||||||
// --- Unidentifiable mob ---
|
// --- Unidentifiable mob ---
|
||||||
else
|
else
|
||||||
|
|||||||
+1
-1
@@ -143,7 +143,7 @@ GLOBAL_LIST_INIT(freqtospan, list(
|
|||||||
return "0"
|
return "0"
|
||||||
|
|
||||||
/atom/movable/proc/GetVoice()
|
/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()
|
/atom/movable/proc/IsVocal()
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user