Merge pull request #3747 from Citadel-Station-13/upstream-merge-32101

[MIRROR] Refactor of catpeople mutant organs
This commit is contained in:
deathride58
2017-11-21 21:16:31 +00:00
committed by GitHub
14 changed files with 209 additions and 198 deletions
+11 -7
View File
@@ -75,19 +75,23 @@
if(C.preserved)
return ..() * 2
return ..()
// Kitty Organs.
/datum/export/organ/cat/ears
// Mutant race organs.
/datum/export/organ/mutant/cat_ears
cost = 1000
unit_name = "cat ears"
unit_name = "cat ears pair"
export_types = list(/obj/item/organ/ears/cat)
/datum/export/organ/cat/tail
/datum/export/organ/mutant/cat_tail
cost = 1000
unit_name = "cat tail"
export_types = list(/obj/item/organ/tail/cat)
/datum/export/organ/mutant/lizard_tail
cost = 200
unit_name = "lizard tail"
export_types = list(/obj/item/organ/tail/lizard)
// Human organs.
// Do not put human brains here, they are not sellable for a purpose.