mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes karma reminder inversion
This commit is contained in:
@@ -407,7 +407,7 @@ var/round_start_time = 0
|
||||
|
||||
if(player.client)
|
||||
if(player.client.karma_spent == 0)
|
||||
if(player.get_preference(DISABLE_KARMA_REMINDER))
|
||||
if(!player.get_preference(DISABLE_KARMA_REMINDER))
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user