Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor got handling infection stage and progess of the black goo disease #5044

Merged
merged 25 commits into from
Dec 16, 2023

Commits on Nov 26, 2023

  1. remove and comment out part of code and a double

    of the 	"survive_mob_death = TRUE"
    also remove the change of desc of the variable
    no point setting it twice to null same for curable
    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    72b3ab3 View commit details
    Browse the repository at this point in the history
  2. put new system in place that's a lot

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e6eef9d View commit details
    Browse the repository at this point in the history
  3. for testing

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a61df29 View commit details
    Browse the repository at this point in the history
  4. fix

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    45f40ff View commit details
    Browse the repository at this point in the history
  5. for test

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    71e4dc7 View commit details
    Browse the repository at this point in the history
  6. fix stage

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    09e2630 View commit details
    Browse the repository at this point in the history
  7. no randomness

    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    392fa45 View commit details
    Browse the repository at this point in the history
  8. clean up the code from my comment and

    commented out codes....
    Julien committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1c08cd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update black_goo.dm

    make dead host turn faster.
    Huffie56 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    530c2da View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. basic clean up of the code

    Julien committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    43e8f13 View commit details
    Browse the repository at this point in the history
  2. turned H.species.name == SPECIES_ZOMBIE

    into a proper typecheck:
    iszombie(H)
    also removed zombie_transforming == TRUE
    that was with it.
    also some minor clean up of code
    Julien committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    1cf74c4 View commit details
    Browse the repository at this point in the history
  3. trying to implement cooldown macro

    Julien committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0ef5324 View commit details
    Browse the repository at this point in the history
  4. fix?

    Julien committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    dd6801f View commit details
    Browse the repository at this point in the history
  5. change Stage to stage and all the number that had

    a maj for some reason...
    Julien committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    b85b59a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. implement switch rand for symptom

    made 360 a variable
    turn comment into doc format
    stage ++ to stage++
    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fc65da7 View commit details
    Browse the repository at this point in the history
  2. fix

    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d5a0112 View commit details
    Browse the repository at this point in the history
  3. fix

    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ac1db6b View commit details
    Browse the repository at this point in the history
  4. updating symptome table a bit

    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    421a271 View commit details
    Browse the repository at this point in the history
  5. change stuff make symptome to be more

    impactfulll since they are rarer...
    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b1bf0d6 View commit details
    Browse the repository at this point in the history
  6. small change

    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c5fbd28 View commit details
    Browse the repository at this point in the history
  7. remove stuff to check if dead for no symptome

    another time
    Julien committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e0867ff View commit details
    Browse the repository at this point in the history
  8. Update black_goo.dm

    remove some empty because harry probably made a block for empty
    Huffie56 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    73d9ddb View commit details
    Browse the repository at this point in the history
  9. Update black_goo.dm

    add return because someone hate empty block
    Huffie56 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c60a87b View commit details
    Browse the repository at this point in the history
  10. Update black_goo.dm

    macro time is a thing apparently
    Huffie56 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    53fd16b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    1976ea4 View commit details
    Browse the repository at this point in the history