mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[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:
committed by
GitHub
parent
fc123345cd
commit
babe27afed
@@ -488,7 +488,7 @@ var/global/datum/controller/occupations/job_master
|
||||
|
||||
/* CHOMPRemove Start
|
||||
//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)
|
||||
*/// CHOMPRemove End
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user