fixes a couple of silly mistakes

This commit is contained in:
Birdtalon
2018-11-12 18:27:42 +00:00
parent ad360e8a71
commit 3389c2b914
+2 -2
View File
@@ -43,11 +43,11 @@ var/global/list/role_playtime_requirements = list(
set category = "Special Verbs"
set name = "Check my playtime"
if(!config.use_exp_restrictions)
if(!config.use_exp_tracking)
to_chat(src, "<span class='warning'>Playtime tracking is not enabled.</span>")
return
to_chat(src, "<span class='notice>Your playtime is [get_exp_living()].</span>")
to_chat(src, "<span class='notice'>Your playtime is [get_exp_living()].</span>")
// Admin Verbs