From d32e2d1226912077639eea689ae168dc7428a17d Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Sat, 6 May 2023 20:51:39 -0400 Subject: [PATCH] fear changes f --- mods/human_edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/human_edit.js b/mods/human_edit.js index 6fc2e10a..445d142a 100644 --- a/mods/human_edit.js +++ b/mods/human_edit.js @@ -273,7 +273,7 @@ if(enabledMods.includes(onTryMoveIntoMod)) { if(otherPixel.dead || otherBody.dead) { //if either part of that human is dead head.panic += 0.08; //being hit by a dead ******* body is terrifying } else { - if(otherPixel.panic > 0.04) { head.panic += 0.04 }; //living, normal, bodied heads scare only if that incoming human is already scared + if(otherPixel.panic > 0.04 && otherPixel.mood <= 0) { head.panic += 0.04 }; //living, normal, bodied heads scare only if that incoming human is already scared }; } else { //if it's a severed head if(otherPixel.dead) { //if the head is dead