[MIRROR] that needs a db, so check if it actually was set (#11744)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-26 06:44:45 -07:00
committed by GitHub
parent fc123345cd
commit babe27afed

View File

@@ -488,7 +488,7 @@ var/global/datum/controller/occupations/job_master
/* CHOMPRemove Start /* CHOMPRemove Start
//Give new players a welcome guide! //Give new players a welcome guide!
if(H.client.player_age < 10) if(isnum(H.client.player_age) && H.client.player_age < 10)
H.equip_to_slot_or_del(new /obj/item/book/manual/virgo_pamphlet(H), slot_r_hand) H.equip_to_slot_or_del(new /obj/item/book/manual/virgo_pamphlet(H), slot_r_hand)
*/// CHOMPRemove End */// CHOMPRemove End
else else