mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
[MIRROR] Removes language encryption keys [MDB IGNORE] (#22170)
* Removes language encryption keys (#76309) ## About The Pull Request We want languages to be special to species, these devalue that and make them far too common. The listen only thing does this especially badly. I'm sorry arcane I know it's good for cargo but this vibes horrible and we shouldn't have it ## Why It's Good For The Game You should be able to talk privately via language with minimal snoopage ## Changelog 🆑 del: Removed language encryption keys from cargo, s bad for species talking among each other, a thing we want them to do /🆑 * Removes language encryption keys * Removes our own translation keys too. --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
@@ -213,36 +213,6 @@
|
||||
cost = PAYCHECK_CREW * 10
|
||||
contains = list(/obj/item/construction/rld)
|
||||
|
||||
/datum/supply_pack/goody/moth_encryption_key
|
||||
name = "Moffic radio encryption key"
|
||||
desc = "A hi-tech radio encryption key that allows the wearer to understand moffic when the radio is worn."
|
||||
cost = PAYCHECK_CREW * 12
|
||||
contains = list(/obj/item/encryptionkey/moth)
|
||||
|
||||
/datum/supply_pack/goody/lizard_encryption_key
|
||||
name = "Draconic radio encryption key"
|
||||
desc = "A hi-tech radio encryption key that allows the wearer to understand draconic when the radio is worn."
|
||||
cost = PAYCHECK_CREW * 12
|
||||
contains = list(/obj/item/encryptionkey/tiziran)
|
||||
|
||||
/datum/supply_pack/goody/plasmaman_encryption_key
|
||||
name = "Calcic radio encryption key"
|
||||
desc = "A hi-tech radio encryption key that allows the wearer to understand calcic when the radio is worn."
|
||||
cost = PAYCHECK_CREW * 12
|
||||
contains = list(/obj/item/encryptionkey/plasmaman)
|
||||
|
||||
/datum/supply_pack/goody/ethereal_encryption_key
|
||||
name = "Voltaic radio encryption key"
|
||||
desc = "A hi-tech radio encryption key that allows the wearer to understand voltaic when the radio is worn."
|
||||
cost = PAYCHECK_CREW * 12
|
||||
contains = list(/obj/item/encryptionkey/ethereal)
|
||||
|
||||
/datum/supply_pack/goody/felinid_encryption_key
|
||||
name = "Felinid radio encryption key"
|
||||
desc = "A hi-tech radio encryption key that allows the wearer to understand nekomimetic when the radio is worn."
|
||||
cost = PAYCHECK_CREW * 12
|
||||
contains = list(/obj/item/encryptionkey/felinid)
|
||||
|
||||
/datum/supply_pack/goody/fishing_toolbox
|
||||
name = "Fishing toolbox"
|
||||
desc = "Complete toolbox set for your fishing adventure. Advanced hooks and lines sold separetely."
|
||||
|
||||
Reference in New Issue
Block a user