Adds confirmation message to Latespawn toggle and adds shutter to south bar window (#21692)

* Adds confirmation message to Latespawn toggle

* Adds a shutter in south bar window
This commit is contained in:
swankcookie
2016-11-25 10:09:47 +13:00
committed by oranges
parent e0305a89a1
commit dc65bfdb8d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -777,6 +777,9 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!check_rights(R_DEBUG))
return
var/confirm = alert(src, "Disable Latejoin spawns??", "Message", "Yes", "No")
if(confirm != "Yes")
return
latejoin.Cut()