This commit is contained in:
kevinz000
2017-05-28 15:15:34 -07:00
parent 0508b613a5
commit 1013cfac25
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -188,3 +188,5 @@
for(var/implant_type in implants)
var/obj/item/weapon/implant/I = new implant_type(H)
I.implant(H, null, silent=TRUE)
handle_roundstart_items(H)
@@ -24,10 +24,10 @@
loc = pick(GLOB.newplayer_start)
else
loc = locate(1,1,1)
. = ..()
/mob/dead/new_player/prepare_huds()
return
. = ..()
/mob/dead/new_player/prepare_huds()
return
/mob/dead/new_player/proc/new_player_panel()
@@ -146,7 +146,7 @@
return 1
if(href_list["late_join"])
if(!SSticker || !SSticker.IsRoundInProgress())
if(!SSticker || !SSticker.IsRoundInProgress())
to_chat(usr, "<span class='danger'>The round is either not ready, or has already finished...</span>")
return