Jump to content

Carrat race starting point


DJ_Cloaker
  • Fixed

The starting point of the carrat race appears to have any characters nearby to say the lines of saying go on repeat over and over again in seconds. The amount of times they repeat appears to be random, however it can reach numbers of repeats that would cause the player to be unable to move until the repeated lines are over.


Steps to Reproduce
building the carrat race starting point and idle near by the bell for a short while.
  • Like 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

This happens only when the client is self hosting and there is no caves.  Client is the mastersim.

Hovering the mouse over it repeats the say talker every frame.

Bug is in scripts/componentactions.lua 114-121:

yotc_racestart = function(inst, doer, actions, right)
    if right and not (inst:HasTag("burnt") or inst:HasTag("fire") or inst:HasTag("race_on")) then
        if doer and inst.racestartstring then
            doer:DoTaskInTime(2,function() doer.components.talker:Say(GetString(doer, inst.racestartstring)) end)
        end
        table.insert(actions, ACTIONS.START_CARRAT_RACE)
    end
end,

 

Edited by CarlZalph
  • Like 2

Share this comment


Link to comment
Share on other sites



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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...