From 49f8b5caace62e1f4633ccf843c1710982246403 Mon Sep 17 00:00:00 2001
From: sarcoph <83266791+sarcoph@users.noreply.github.com>
Date: Wed, 4 May 2022 13:55:30 -0800
Subject: [PATCH] tweak
realized you need it to be 100 to work
---
code/modules/ruins/objects_and_mobs/sin_ruins.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/ruins/objects_and_mobs/sin_ruins.dm b/code/modules/ruins/objects_and_mobs/sin_ruins.dm
index 2e7f1c55c..47d489d3f 100644
--- a/code/modules/ruins/objects_and_mobs/sin_ruins.dm
+++ b/code/modules/ruins/objects_and_mobs/sin_ruins.dm
@@ -288,7 +288,7 @@
if(user.getArousalLoss() < 100)
to_chat(user, "You hear a voice in your head... \"You are not horny enough to receive my blessing, dear~\"")
return
- if (user.can_climax(0))
+ if(user.can_climax())
user.mob_climax(forced_climax=TRUE)
to_chat(user, "You hear a voice in your head... \"You are worth of my blessing dear~\"")
to_chat(user, "You feel overpowering pleasure surge through your entire body.")