Fix incorrect OOC reference

This commit is contained in:
Markolie
2016-12-07 07:50:34 +01:00
parent 3437ea0e57
commit c093b0e488
+1 -1
View File
@@ -414,7 +414,7 @@ var/round_start_time = 0
var/dat
dat += {"<html><head><title>Karma Reminder</title></head><body><h1><B>Karma Reminder</B></h1><br>
You have not yet spent your karma for the round, surely there is a player who was worthy of receiving<br>
your reward? Look under 'OOC' for the 'Award Karma' button, and use it once a round for best results!</table></body></html>"}
your reward? Look under 'Karma' for the 'Award Karma' button, and use it once a round for best results!</table></body></html>"}
player << browse(dat, "window=karmareminder;size=400x300")