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 %}