From 246169e7098db7cfcd7433c6e7893933b14d8457 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 23:29:26 +0200 Subject: [PATCH] df --- files/templates/userpage_private.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index ed056d0a6..9abd83c6f 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -14,7 +14,7 @@ {% if u.id == 253 and 'rdrama' in request.host %} Pay rent to view profile (500 coins)

-				{% if v.dramacoins > 100 and int(time.time()) - v.created_utc > 604800 and not v.is_suspended %}
+				{% if v.coins > 100 and int(time.time()) - v.created_utc > 604800 and not v.is_suspended %}
 					Attempt to steal coins
 					
30% chance of being banned for 1 day, 70% chance of stealing 2000 coins
{% endif %}