Merge pull request #3465 from DJSnapshot/new_player

Changes to new_player.dm
This commit is contained in:
Zuhayr
2013-08-08 16:08:31 -07:00

View File

@@ -106,7 +106,7 @@
if(href_list["observe"])
if(alert(src,"Are you sure you wish to observe? You will not be able to play this round!","Player Setup","Yes","No") == "Yes")
if(alert(src,"Are you sure you wish to observe? You will have to wait 30 minutes before being able to respawn!","Player Setup","Yes","No") == "Yes")
if(!client) return 1
var/mob/dead/observer/observer = new()