Make all implants unable to be implanted more than once (#26250)
* Make mind shield implants unable to be implanted more than once * Default AllowMultipleImplants to false and update implanters.yml * Use TryComp instead of TryGetComponent * Deny multiple implants for fun implants too. * Make comment more precise
This commit is contained in:
@@ -4,6 +4,7 @@ implanter-component-implanting-target = {$user} is trying to implant you with so
|
||||
implanter-component-implant-failed = The {$implant} cannot be given to {$target}!
|
||||
implanter-draw-failed-permanent = The {$implant} in {$target} is fused with them and cannot be removed!
|
||||
implanter-draw-failed = You tried to remove an implant but found nothing.
|
||||
implanter-component-implant-already = {$target} already has the {$implant}!
|
||||
|
||||
## UI
|
||||
implanter-draw-text = Draw
|
||||
|
||||
Reference in New Issue
Block a user