From f5afe45df2ddf02549ec3caabcffc97e906d2fcb Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Wed, 9 May 2018 01:29:51 -0400 Subject: [PATCH] reee? --- .../modules/mob/living/simple_animal/hostile/floorcluwne.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm index ab8a177749d..cd39750db93 100644 --- a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm +++ b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm @@ -155,7 +155,7 @@ /mob/living/simple_animal/hostile/floor_cluwne/proc/Manifest()//handles disappearing and appearance anim var/obj/effect/temp_visual/fcluwne_manifest/manifest = /obj/effect/temp_visual/fcluwne_manifest if(manifested) - new manifest(src.loc) + new manifest(loc) addtimer(CALLBACK(src, /mob/living/simple_animal/hostile/floor_cluwne/.proc/Appear), MANIFEST_DELAY) else @@ -264,7 +264,7 @@ to_chat(H, "!?REHTOMKNOH eht esiarp uoy oD") to_chat(H, "Something grabs your foot!") H.playsound_local(src,'sound/hallucinations/i_see_you1.ogg', 25) - H.Stun(20) + H.Stun(10) if(prob(3)) to_chat(H, "!KNOH ?od nottub siht seod tahW") @@ -389,7 +389,7 @@ icon = 'icons/turf/floors.dmi' icon_state = "fcluwne_manifest" layer = TURF_LAYER - duration = INFINITY + duration = 150 randomdir = FALSE