Merge pull request #10206 from Birdtalon/self-playtime-fix

Fixes a couple of silly mistakes in #10201
This commit is contained in:
variableundefined
2018-11-13 07:50:10 +08:00
committed by GitHub
+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