Removes devil code leftovers. Fixing a human GC issue (#17216)

This commit is contained in:
Farie82
2021-12-13 18:34:34 +01:00
committed by GitHub
parent 53f5e47f8c
commit bdb731a0f6
7 changed files with 7 additions and 102 deletions
@@ -370,7 +370,6 @@
if(!IsAdminJob(rank))
GLOB.data_core.manifest_inject(character)
AnnounceArrival(character, rank, join_message)
AddEmploymentContract(character)
if(GLOB.summon_guns_triggered)
give_guns(character)
@@ -415,13 +414,6 @@
rank = character.mind.role_alt_title
GLOB.global_announcer.autosay("[character.real_name],[rank ? " [rank]," : " visitor," ] [join_message ? join_message : "has arrived on the station"].", "Arrivals Announcement Computer")
/mob/new_player/proc/AddEmploymentContract(mob/living/carbon/human/employee)
spawn(30)
for(var/C in GLOB.employmentCabinets)
var/obj/structure/filingcabinet/employment/employmentCabinet = C
if(employmentCabinet.populated)
employmentCabinet.addFile(employee)
/mob/new_player/proc/AnnounceCyborg(mob/living/character, rank, join_message)
if(SSticker.current_state == GAME_STATE_PLAYING)
var/ailist[] = list()