[MIRROR] missing VV options (#11180)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-13 07:41:33 -07:00
committed by GitHub
parent 2655eddc8e
commit 668bc1e4e9
15 changed files with 327 additions and 31 deletions

View File

@@ -63,7 +63,7 @@
Invoked by vv topic "fakepdapropconvo" in code\modules\admin\view_variables\topic.dm found in PDA vv dropdown.
*/
/obj/item/pda/proc/createPropFakeConversation_admin(mob/M)
if(!M.client || !check_rights_for(M.client,R_FUN))
if(!M.client || !check_rights_for(M.client, R_FUN))
return
var/datum/eventkit/fake_pdaconvos/FPC = M.client.fakeConversations