Update ears.dm (#2489)

This commit is contained in:
kevinz000
2017-09-04 00:39:20 -07:00
committed by Poojawa
parent dccffe6e74
commit c00d7aa3f6
+1 -4
View File
@@ -80,9 +80,6 @@
icon = 'icons/obj/clothing/hats.dmi'
icon_state = "kitty"
/obj/item/organ/ears/cat/adjustEarDamage(ddmg, ddeaf)
..(ddmg*2,ddeaf*2)
/obj/item/organ/ears/cat/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE)
..()
color = H.hair_color
@@ -93,4 +90,4 @@
..()
color = H.hair_color
H.dna.features["ears"] = "None"
H.update_body()
H.update_body()