Language and Larynx Additions

This commit is contained in:
Anewbe
2018-07-13 23:13:47 -05:00
committed by VirgoBot
parent ace8b11792
commit edf92c57f9
31 changed files with 426 additions and 102 deletions

View File

@@ -116,21 +116,42 @@
path = /obj/item/weapon/cell/device
/datum/gear/utility/implant
<<<<<<< HEAD
exploitable = 1
/* VOREStation Edit - Make languages great again
/datum/gear/utility/implant/eal //This does nothing if you don't actually know EAL.
display_name = "implant, language, EAL"
path = /obj/item/weapon/implant/language/eal
cost = 2
=======
>>>>>>> 8f9e817... Language and Larynx Additions (#5402)
slot = "implant"
exploitable = 1*/
/datum/gear/utility/implant/tracking
display_name = "implant, tracking"
path = /obj/item/weapon/implant/tracking/weak
<<<<<<< HEAD
cost = 0 //VOREStation Edit. Changed cost to 0
slot = "implant"
exploitable = 1
=======
cost = 10
/datum/gear/utility/implant/language
cost = 2
exploitable = 0
/datum/gear/utility/implant/language/eal
display_name = "vocal synthesizer, EAL"
description = "A surgically implanted vocal synthesizer which allows the owner to speak EAL, if they know it."
path = /obj/item/weapon/implant/language/eal
/datum/gear/utility/implant/language/skrellian
display_name = "vocal synthesizer, Skrellian"
description = "A surgically implanted vocal synthesizer which allows the owner to speak Common Skrellian, if they know it."
path = /obj/item/weapon/implant/language/skrellian
>>>>>>> 8f9e817... Language and Larynx Additions (#5402)
/datum/gear/utility/pen
display_name = "Fountain Pen"