Merge pull request #2839 from MagmaRam/EAL_implant

Adds an implant that allows humans to speak EAL.
This commit is contained in:
Anewbe
2016-12-07 21:39:45 -06:00
committed by GitHub
8 changed files with 118 additions and 2 deletions
@@ -49,4 +49,11 @@
/datum/gear/utility/maglight
display_name = "flashlight, maglight"
path = /obj/item/device/flashlight/maglight
cost = 2
cost = 2
/datum/gear/utility/implant //This does nothing if you don't actually know EAL.
display_name = "implant, language, EAL"
path = /obj/item/weapon/implant/language/eal
cost = 2
slot = "implant"
var/implant_type = "EAL"