From 9315b34c777e8f2d8bbd96ea515158249ba9330e Mon Sep 17 00:00:00 2001 From: Cannibal Hunter <135169022+CannibalHunter@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:51:45 -0500 Subject: [PATCH] Update negative_quirks.dm --- monkestation/code/datums/quirks/negative_quirks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/datums/quirks/negative_quirks.dm b/monkestation/code/datums/quirks/negative_quirks.dm index 97c7b9e9c89d..cd4fa5865ce7 100644 --- a/monkestation/code/datums/quirks/negative_quirks.dm +++ b/monkestation/code/datums/quirks/negative_quirks.dm @@ -244,7 +244,7 @@ /datum/quirk/soullessdoor name = "Soulless" desc = "How come the door cameras can't see me!" - value = -1 + value = -2 icon = FA_ICON_GHOST gain_text = span_notice("You have trouble with the doors not opening when you approach.") lose_text = span_notice("You feel like the doors can see you again.. what.")