Delta-v/Content.Shared/Implants
Bakke 966201c6b3
Fix CanImplant returning true when there's no implant (#21637)
In CanImplant, FirstOrDefault would make up a new implant with default
values if there wasn't any to inject. This resulted in localization
errors and exceptions. Replacing with FirstOrNull fixes the issue.
2023-11-13 15:53:54 -07:00
..
Components Implant whitelist/blacklisting (#20678) 2023-10-26 22:34:02 -04:00
SharedImplanterSystem.cs Fix CanImplant returning true when there's no implant (#21637) 2023-11-13 15:53:54 -07:00
SharedSubdermalImplantSystem.cs Revolutionaries (#18477) 2023-10-04 18:47:33 -07:00