From 67885bca422417026a23c5ce654da611d8a1b649 Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Sun, 11 Aug 2019 02:03:32 +1200 Subject: [PATCH] Oh wait that's important --- code/modules/admin/verbs/randomverbs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 09d41d74a3..9ad1a44d9f 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -584,6 +584,8 @@ Traitors and the like can also be revived with the previous role mostly intact. new_mob << "You've been spawned as a mob! Have fun." + feedback_add_details("admin_verb","SCAM") //heh + return new_mob /client/proc/cmd_admin_add_freeform_ai_law()