John Willard

Results 23 issues of 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...

Merge Conflict
Removal
Code Improvement

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

Feature

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

Fix

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

Removal

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

Sprites
Fix
Tools
Refactor
Code Improvement
Map Edit

``` ## 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: --...

Maintainability/Hinders improvements

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

Sprites
Balance
Fix
Removal
UI
Code Improvement
Map Edit

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

Maintainability/Hinders improvements

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

Feature
Tools
Map Edit

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

Refactor