[READY] Hark! The Medieval Reality Simulation Dome Emergency Shuttle! (+speech mutation, NOTELEPORT fixes and teambuilder improvements) (#2505)

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-05 17:17:26 +01:00
committed by GitHub
parent 288aee4964
commit f3dfe15c10
27 changed files with 3223 additions and 64 deletions
+1 -1
View File
@@ -2132,7 +2132,7 @@
else if(href_list["ctf_toggle"])
if(!check_rights(R_ADMIN))
return
toggle_all_ctf(usr)
toggle_id_ctf(usr, "centcom")
else if(href_list["rebootworld"])
if(!check_rights(R_ADMIN))
+1 -1
View File
@@ -150,7 +150,7 @@
dat += "</table>"
holder << browse(dat, "window=fingerprints;size=440x410")
if("ctfbutton")
toggle_all_ctf(holder)
toggle_id_ctf(holder, "centcom")
if("tdomereset")
var/delete_mobs = alert("Clear all mobs?","Confirm","Yes","No","Cancel")
if(delete_mobs == "Cancel")