mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Removes the 'create Nuke Ops' option from the secret panel. (#22403)
* Removes the 'create Nuke Ops' option from the secret panel. * Memes * Update topic.dm
This commit is contained in:
@@ -46,16 +46,11 @@
|
||||
message_admins("[success] number of wizards made.")
|
||||
to_chat(usr, "<span class='notice'>[success] number of wizards made.</span>")
|
||||
if("7")
|
||||
message_admins("[key_name(usr)] has spawned a nuke team.")
|
||||
var/success = makeAntag(null, /datum/faction/syndicate/nuke_op, count, FROM_GHOSTS)
|
||||
message_admins("[success] number of nuclear operatives made.")
|
||||
to_chat(usr, "<span class='notice'>[success] number of nuclear operatives made.</span>")
|
||||
if("8")
|
||||
message_admins("[key_name(usr)] has attempted to spawn [count] vampires.")
|
||||
var/success = makeAntag(/datum/role/vampire, null, count, FROM_PLAYERS)
|
||||
message_admins("[success] number of vampires made.")
|
||||
to_chat(usr, "<span class='notice'>[success] number of vampires made.</span>")
|
||||
if("9")
|
||||
if("8")
|
||||
message_admins("[key_name(usr)] has spawned aliens.")
|
||||
if(!src.makeAliens())
|
||||
to_chat(usr, "<span class='warning'>Unfortunately, there were no candidates available.</span>")
|
||||
|
||||
Reference in New Issue
Block a user