mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
VS: Don't talk to strangers
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
set category = "Special Verbs"
|
set category = "Special Verbs"
|
||||||
set name = "Spawn Character As Mob"
|
set name = "Spawn Character As Mob"
|
||||||
set desc = "Spawn a specified ckey as a chosen mob."
|
set desc = "Spawn a specified ckey as a chosen mob."
|
||||||
|
|
||||||
if(!holder)
|
if(!holder)
|
||||||
to_chat(src, "Only administrators may use this command.")
|
|
||||||
return
|
return
|
||||||
|
|
||||||
var/client/picked_client = input(src, "Who are we spawning as a mob?", "Client", "Cancel") as null|anything in GLOB.clients
|
var/client/picked_client = input(src, "Who are we spawning as a mob?", "Client", "Cancel") as null|anything in GLOB.clients
|
||||||
|
|||||||
Reference in New Issue
Block a user