[MIRROR] Fixes saying nothing when you have no language (#861)

* Fixes saying nothing when you have no language

* fix .rej

* Update say.dm
This commit is contained in:
CitadelStationBot
2017-05-18 06:12:39 -05:00
committed by Poojawa
parent 43c05ad3da
commit ad65636014
5 changed files with 6 additions and 58 deletions
@@ -1,9 +0,0 @@
diff a/code/modules/surgery/organs/tongue.dm b/code/modules/surgery/organs/tongue.dm (rejected hunks)
@@ -15,6 +15,7 @@
/datum/language/common,
/datum/language/draconic,
/datum/language/monkey,
+ /datum/language/narsie,
/datum/language/ratvar
))
@@ -1,10 +0,0 @@
diff a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm (rejected hunks)
@@ -51,7 +51,7 @@
if(C.getorganslot("adamantine_resonator"))
to_chat(C, msg)
if(isobserver(m))
- var/link = FOLLOW_LINK(m, src)
+ var/link = FOLLOW_LINK(m, owner)
to_chat(m, "[link] [msg]")
//Colossus drop, forces the listeners to obey certain commands