John Willard
John Willard
## About The Pull Request A remake of https://github.com/tgstation/tgstation/pull/60644 Completely removes ComponentInitialize() as a proc, which was called on every single atom in the game, twice in some instances (like...
## About The Pull Request Different human species can now have different examine texts, allowing androids to not have bruising, and instead have denting, like a cyborg would. ## Why...
## About The Pull Request 1- Replaces checks for deafness as a clothing trait, since clothing traits' have a ref to themselves in the source 2- Makes ear healing not...
## About The Pull Request The description of InitializeAIController() states that it is meant to be overwritten to assign variables before setting their AI, but this is never actually needed,...
## About The Pull Request A lot of places still used food args expecting food to be passed, not knowing that all food stuff aren't reagent containers anymore and is...
``` ## REF SEARCH Found /mob/living/simple_animal/mouse [0x30000bd] in list Datums -> /datum/spatial_grid_cell [0x2100765d] -> hearing_contents (list). ## REF SEARCH Completed search for references to a /mob/living/simple_animal/mouse. ## TESTING: GC: --...
## About The Pull Request Mostly a copy paste from commit comments: ### Charge parts Removes charge parts from tablets entirely Machine computers now directly use power from the machine...
## Reproduction: ``` ## REF SEARCH Beginning search for references to a /obj/structure/closet/emcloset/anchored. ## REF SEARCH Finished searching globals ## REF SEARCH Finished searching native globals ## REF SEARCH Found...
## About The Pull Request Engines are no longer structures, instead they're machines Now they (except large/huge ones) have circuit boards, but they can't be printed by default. Instead, this...
## About The Pull Request - Removes a ton of unused vars - Replaces blood/trash/pests/drawn vars with flags - Adds docs to most remaining vars - Registers cleanbot's on_entered when...