From 9ee0fca3a74d250fc3bd47e1bf613ee0f00f66c4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 23:28:52 +0200 Subject: [PATCH] fdfd --- files/templates/userpage_private.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index 7fa3842a1b..ed056d0a6f 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -14,8 +14,10 @@ {% if u.id == 253 and 'rdrama' in request.host %} Pay rent to view profile (500 coins)

-				Attempt to steal coins
-				
30% chance of being banned for 1 day, 70% chance of stealing 2000 coins
+ {% if v.dramacoins > 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 %}