diff --git a/code/WorkInProgress/ZomgPonies/karma.dm b/code/WorkInProgress/ZomgPonies/karma.dm
index 084b00b9b6a..d56fde82a0e 100644
--- a/code/WorkInProgress/ZomgPonies/karma.dm
+++ b/code/WorkInProgress/ZomgPonies/karma.dm
@@ -180,6 +180,7 @@ You've gained [totalkarma] total karma in your time here.
"}
message_admins("SQL ERROR during whitelist logging (adding new key). Error : \[[err]\]\n")
return
else
+ usr << "You have unlocked [job]."
message_admins("[key_name(usr)] has unlocked [job].")
karmacharge(cost)
@@ -195,6 +196,7 @@ You've gained [totalkarma] total karma in your time here.
"}
message_admins("SQL ERROR during whitelist logging (updating existing entry). Error : \[[err]\]\n")
return
else
+ usr << "You have unlocked [job]."
message_admins("[key_name(usr)] has unlocked [job].")
karmacharge(cost)
else
@@ -224,6 +226,7 @@ You've gained [totalkarma] total karma in your time here.
"}
message_admins("SQL ERROR during whitelist logging (adding new key). Error : \[[err]\]\n")
return
else
+ usr << "You have unlocked [species]."
message_admins("[key_name(usr)] has unlocked [species].")
karmacharge(cost)
@@ -239,6 +242,7 @@ You've gained [totalkarma] total karma in your time here.
"}
message_admins("SQL ERROR during whitelist logging (updating existing entry). Error : \[[err]\]\n")
return
else
+ usr << "You have unlocked [species]."
message_admins("[key_name(usr)] has unlocked [species].")
karmacharge(cost)
else
@@ -259,5 +263,6 @@ You've gained [totalkarma] total karma in your time here.
"}
message_admins("SQL ERROR during karmaspent updating (updating existing entry). Error : \[[err]\]\n")
return
else
+ usr << "You have been charged [cost]."
message_admins("[key_name(usr)] has been charged [cost].")
return