diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 0139fb9054..fb2bd5a7a9 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1274,6 +1274,7 @@ var/global/BSACooldown = 0 return log_admin("[key_name(H)] got their cookie, spawned by [key_name(src.owner)]") message_admins("[key_name(H)] got their cookie, spawned by [key_name(src.owner)]") + feedback_inc("admin_cookies_spawned",1) H << "\blue Your prayers have been answered!! You received the best cookie!" else src << "\blue The person who prayed is not a human. Cookies cannot be spawned."