Skip to content

Commit

Permalink
Перенёс код
Browse files Browse the repository at this point in the history
  • Loading branch information
Drsmail committed Dec 22, 2024
1 parent 323da8f commit 7fa661d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/admin/verbs/one_click_antag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@
<a href='byond://?src=[UID()];makeAntag=6'>Make Vampires</a><br>
<a href='byond://?src=[UID()];makeAntag=7'>Make Abductor Team (Requires Ghosts)</a><br>
<a href='byond://?src=[UID()];makeAntag=8'>Make Mindflayers</a><br>
"}
// SS220 ADD - Start
dat += {"
<a href='byond://?src=[UID()];makeAntag=9'>Make Blood Brothers Team</a><br>
<a href='byond://?src=[UID()];makeAntag=10'>Make Vox Raiders</a><br>
"}
// SS220 ASS - End

usr << browse(dat, "window=oneclickantag;size=400x400")
return

Expand Down

0 comments on commit 7fa661d

Please sign in to comment.