Update job.dm (#12679)

This commit is contained in:
Cameron Lennox
2026-04-13 04:32:40 -04:00
committed by GitHub
parent e180a4b6aa
commit 0c81f019f3
2 changed files with 6 additions and 1002 deletions
+6
View File
@@ -185,6 +185,10 @@ SUBSYSTEM_DEF(job)
player.mind.role_alt_title = get_player_alt_title(player, rank)
unassigned -= player
job.current_positions++
//CHOMPadd START
if(job.camp_protection && round_duration_in_ds < SStransfer.get_hard_end() - 30 MINUTES)
job.register_shift_key(player.client.ckey)
//CHOMPadd END
return TRUE
job_debug_message("AR has failed, Player: [player], Rank: [rank]")
return FALSE
@@ -569,9 +573,11 @@ SUBSYSTEM_DEF(job)
else
spawn_in_storage += thing
/* CHOMPRemove Start
//Give new players a welcome guide!
if(isnum(human_mob.client?.player_age) && human_mob.client.player_age < 10)
human_mob.equip_to_slot_or_del(new /obj/item/book/manual/virgo_pamphlet(human_mob), slot_r_hand)
*/// CHOMPRemove End
else
to_chat(human_mob, span_filter_notice("Your job is [rank] and the game just can't handle it! Please report this bug to an administrator."))