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:
ShiftyRail
2019-04-11 21:45:20 +02:00
committed by jknpj
parent 2073511443
commit 1f22e4541c
2 changed files with 3 additions and 9 deletions

View File

@@ -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>")