mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 11:32:13 +00:00
Finally got around to implementing Zuhayr's suggestion.
This commit is contained in:
@@ -116,12 +116,9 @@
|
||||
space_chance = 10
|
||||
|
||||
/datum/language/machine/can_speak_special(var/mob/speaker)
|
||||
var/obj/item/I
|
||||
for(I in speaker.contents) //this is ugly but I can't make the pretty way work
|
||||
if(istype(I, /obj/item/weapon/implant/language/eal))
|
||||
return 1
|
||||
|
||||
return (speaker.isSynthetic())
|
||||
var/obj/item/weapon/implant/language/eal/beep = locate() in speaker
|
||||
return ((beep && beep.implanted) || speaker.isSynthetic())
|
||||
//thank you sweet zuhayr
|
||||
|
||||
/datum/language/machine/get_random_name()
|
||||
if(prob(70))
|
||||
|
||||
Reference in New Issue
Block a user