This commit is contained in:
Aurorablade
2016-02-24 20:39:29 -05:00
parent 96d713fb45
commit 71ebef0338
2 changed files with 3 additions and 3 deletions
@@ -381,6 +381,7 @@
M.mutations.Add(CLUMSY)
M.dna.SetSEState(COMICBLOCK,1,1)
genemutcheck(M,COMICBLOCK,null,MUTCHK_FORCED)
organhonked = world.time
/obj/item/organ/internal/honktumor/remove(mob/living/carbon/M, special = 0)
..()
@@ -395,7 +396,7 @@
return
if(organhonked < world.time)
organhonked = world.time+60
organhonked = world.time+600
owner << "<font color='red' size='7'>HONK</font>"
owner.sleeping = 0
owner.stuttering = 20
@@ -152,9 +152,8 @@
if(owner.wear_mask)
owner.unEquip(owner.wear_mask)
spawn(1)
if(owner.h_style)//runtimer no runtiming
if(owner)//runtimer no runtiming
owner.update_hair()
if(owner.f_style)
owner.update_fhair()
..()