Update ears.dm (#2489)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user