[MIRROR] Fixes remaining dummy delete runtime. (#2824)

* Fixes remaining dummy delete runtime.

* Fixes remaining dummy delete runtime.
This commit is contained in:
CitadelStationBot
2017-09-17 22:23:43 -05:00
committed by Poojawa
parent 4233b2c74d
commit 656b9c2810
2 changed files with 4 additions and 11 deletions
-11
View File
@@ -273,17 +273,6 @@ BLIND // can't see anything
var/mob/M = loc
M.update_inv_head()
/obj/item/clothing/head/equipped(mob/user, slot)
..()
if(dynamic_hair_suffix)
user.update_hair()
/obj/item/clothing/head/dropped(mob/user)
..()
if(dynamic_hair_suffix)
user.update_hair()
//Neck
/obj/item/clothing/neck
name = "necklace"