[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:
committed by
Poojawa
parent
43c05ad3da
commit
ad65636014
@@ -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
|
||||
Reference in New Issue
Block a user