mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
honkkk
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user