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.")