TwardyBrzoskwin Posted January 6, 2019 Share Posted January 6, 2019 Hi, So i wanted to make Ewecus shaveable so I did this: inst:AddComponent("beard") inst.components.beard.bits = 3 inst.components.beard.daysgrowth = TUNING.BEEFALO_HAIR_GROWTH_DAYS + 1 inst.components.beard.onreset = OnResetBeard inst.components.beard.canshavetest = CanShaveTest inst.components.beard.prize = "steelwool" inst.components.beard:AddCallback(0, OnShaved) inst.components.beard:AddCallback(TUNING.BEEFALO_HAIR_GROWTH_DAYS, OnHairGrowth) But wanted to get phlegm as well on shaving. What do i need to add? Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/101505-shave-ewecus/ Share on other sites More sharing options...
Neu7ral Posted January 6, 2019 Share Posted January 6, 2019 This goes to Mod and Tools section @ImDaMisterL? Can you move it? Link to comment https://forums.kleientertainment.com/forums/topic/101505-shave-ewecus/#findComment-1140317 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now