Revert "Removes Resomi."

This reverts commit c9f579e00a.
This commit is contained in:
Zuhayr
2016-01-13 13:20:43 +10:30
parent 0f76c2b609
commit eef9145486
31 changed files with 228 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ var/datum/robolimb/basic_robolimb
var/desc = "A generic unbranded robotic prosthesis." // Seen when examining a limb.
var/icon = 'icons/mob/human_races/robotic.dmi' // Icon base to draw from.
var/unavailable_at_chargen // If set, not available at chargen.
var/list/species_cannot_use = list()
var/list/species_cannot_use = list("Resomi")
/datum/robolimb/bishop
company = "Bishop"

View File

@@ -0,0 +1,8 @@
/obj/item/organ/external/foot/resomi
body_hair = "feathers"
/obj/item/organ/external/foot/right/resomi
body_hair = "feathers"
/obj/item/organ/external/hand/resomi
body_hair = "feathers"
/obj/item/organ/external/hand/right/resomi
body_hair = "feathers"