mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +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>")
|
||||
|
||||
@@ -17,9 +17,8 @@ client/proc/one_click_antag()
|
||||
<a href='?src=\ref[src];makeAntag=4'>Make Cult</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=5'>Make Malf AI</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=6'>Make Wizard (Requires Ghosts)</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=7'>Make Nuke Team (Requires Ghosts)</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=8'>Make Vampires</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=9'>Make Aliens (Requires Ghosts)</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=7'>Make Vampires</a><br>
|
||||
<a href='?src=\ref[src];makeAntag=8'>Make Aliens (Requires Ghosts)</a><br>
|
||||
"}
|
||||
|
||||
usr << browse(dat, "window=oneclickantag;size=400x400")
|
||||
|
||||
Reference in New Issue
Block a user