Delta-v/Content.Shared/Implants
Bakke f79baba6d7 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-19 22:07:07 +01:00
..
Components Implant whitelist/blacklisting (#20678) 2023-10-31 18:49:30 +01:00
SharedImplanterSystem.cs Fix CanImplant returning true when there's no implant (#21637) 2023-11-19 22:07:07 +01:00
SharedSubdermalImplantSystem.cs Revolutionaries (#18477) 2023-10-08 19:58:33 +02:00