mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
adds: gm tool for creating prop pdas convo for events
* Creates new proc in pda/messenger.dm to handle fake conversation creation * Creates new eventkit datum and holder var on client for remembering identitities * Creates new proc as eventkit R_FUN verb for managing prop identities * Creates new proc on pda to create a fake event prop conversation in new eventkit * Creates new topic in admin/view_variables/topic.dm and helper.dm to call new proc on pda
This commit is contained in:
@@ -86,6 +86,11 @@
|
||||
<option value='?_src_=vars;[HrefToken()];emp=\ref[src]'>Trigger EM pulse</option>
|
||||
"}
|
||||
|
||||
/obj/item/device/pda/get_view_variables_options()
|
||||
return ..() + {"
|
||||
<option value='?_src_=vars;[HrefToken()];fakepdapropconvo=\ref[src]'>Add Fake Prop Conversation</option>
|
||||
"}
|
||||
|
||||
/datum/proc/get_variables()
|
||||
. = vars - VV_hidden()
|
||||
if(!usr || !check_rights(R_ADMIN|R_DEBUG, FALSE))
|
||||
|
||||
Reference in New Issue
Block a user