From baa149800ea73ff74a6365cb3d4ecf41db226cb1 Mon Sep 17 00:00:00 2001
From: Mothblocks <35135081+Jared-Fogle@users.noreply.github.com>
Date: Mon, 25 Jan 2021 00:25:21 -0800
Subject: [PATCH] Lower Friendly cost from 4 to 2 (#56342)
Floyd agrees that a quirk that exists to aide exclusively other people should not cost as much as something that aids exclusively you. This fits in terms of power for the existing 2 point quirks: Clown/Mime Fan and Musician.
---
code/datums/traits/good.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm
index c0762bac662..b6a2ebac642 100644
--- a/code/datums/traits/good.dm
+++ b/code/datums/traits/good.dm
@@ -111,7 +111,7 @@
/datum/quirk/friendly
name = "Friendly"
desc = "You give the best hugs, especially when you're in the right mood."
- value = 4
+ value = 2
mob_trait = TRAIT_FRIENDLY
gain_text = "You want to hug someone."
lose_text = "You no longer feel compelled to hug others."