1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Windows Edible Flowers

Discussion in 'Archive' started by kodysch, Feb 28, 2014.

Thread Status:
Not open for further replies.
  1. kodysch

    kodysch Bison Rider Staff Alumni
    1. Archers [Arch] (Recruiting)

    Messages:
    454
    Category: KAG Client
    Operating system: Windows 7
    Build number: 1043
    Description: The white flowers on some tdm maps act like food. if you step over them you eat them (sound plays) and you are regained to full health.
    Steps to reproduce: Become hurt then walk over a flower.
     
  2. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    Sure it's a bug and it isn't intentional?
     
    bout likes this.
  3. bout

    bout Shark Slayer

    Messages:
    800
    Maybe it is a feature?
     
    Asu likes this.
  4. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    Code:
    void onTick( CBlob@ this )
    {
        bool grown = this.hasTag(grown_tag);
        if (grown)
        {
            this.AddScript( "Eatable.as" );
            this.getCurrentScript().runFlags |= Script::remove_after_this;
        }
    }
    
    Feature.
     
    Vampire, 101i, Kramgnauh and 3 others like this.
  5. Inferdy

    Inferdy Arsonist

    Messages:
    246
    what? is it a food?
     
  6. Ye the flowers give you hp like fish and burgers. Not a lot of people know about this.
     
  7. Inferdy

    Inferdy Arsonist

    Messages:
    246
    I didn't knew :[
    Cause it is strange...
    But I was the first guy, which one cooked fish in Silent Beta ;p
    Cause it have logic...
     
  8. skelozero

    skelozero Catapult Fodder

    Messages:
    40
    its cause where all part cow :/
     
Thread Status:
Not open for further replies.