This commit is contained in:
kevinz000
2017-05-14 14:00:51 -07:00
parent 25024432fe
commit d15b0b9606
4 changed files with 26 additions and 17 deletions

View File

@@ -75,6 +75,8 @@
H.dna.features["ears"] = "None"
H.regenerate_icons()
handle_roundstart_items(H)
/datum/job/proc/get_access()
if(!config) //Needed for robots.
return src.minimal_access.Copy()

View File

@@ -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