Jump to content

Missing quotes for ANNOUNCE_DETACH_BUFF_MOISTUREIMMUNITY


Tykvesh
  • Fixed

I suppose ANNOUNCE_DETACH_BUFF_MOISTUREIMMUNITY was accidentally overriden when adding the new sleep resistance buff.

327151888_DontStarveTogetherScreenshot2020_10_18-10_18_16_46.png.de56c5dbb8773cc8203de119ae53f239.png

Every character is currently missing these quotes, for example here's how it looks in speech_webber.lua:

    ANNOUNCE_ATTACH_BUFF_ELECTRICATTACK    = "With great lightning powers comes great responsibility!",
    ANNOUNCE_ATTACH_BUFF_ATTACK            = "We feel so strong!",
    ANNOUNCE_ATTACH_BUFF_PLAYERABSORPTION  = "We feel so much safer now!",
    ANNOUNCE_ATTACH_BUFF_WORKEFFECTIVENESS = "We can help out with the chores!",
    ANNOUNCE_ATTACH_BUFF_MOISTUREIMMUNITY  = "Away, nasty water!",
    ANNOUNCE_ATTACH_BUFF_SLEEPRESISTANCE   = "We'll never feel sleepy again!",
    
    ANNOUNCE_DETACH_BUFF_ELECTRICATTACK    = "Aww, done already?",
    ANNOUNCE_DETACH_BUFF_ATTACK            = "We're tired of fighting!",
    ANNOUNCE_DETACH_BUFF_PLAYERABSORPTION  = "Aah! We need armor!",
    ANNOUNCE_DETACH_BUFF_WORKEFFECTIVENESS = "We're bored now.",
    ANNOUNCE_DETACH_BUFF_SLEEPRESISTANCE   = "Actually... we might feel a bit sleepy again.",

 


Steps to Reproduce




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.


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...