can i sleep uyet

This commit is contained in:
Aurorablade
2016-02-03 00:40:10 -05:00
parent 6001f3d80c
commit 0fc841f0f9
6 changed files with 10 additions and 17 deletions
@@ -350,17 +350,18 @@
M.mutations.Add(CLUMSY)
M.dna.SetSEState(COMICBLOCK,1,1)
//genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
genemutcheck(M,COMICBLOCK,null,MUTCHK_FORCED)
/obj/item/organ/internal/honktumor/remove(mob/living/carbon/M, special = 0)
M.mutations.Remove(CLUMSY)
M.mutations.Remove(COMICBLOCK)
//genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
genemutcheck(M,COMICBLOCK,null,MUTCHK_FORCED)
/obj/item/organ/internal/honktumor/on_life()
if(!owner)
return
world << "[lasthonk]"
if(lasthonk == 0)
lasthonk = world.time
if(lasthonk > world.time + 600|| lasthonk == 0)