[Add] Adds uncloneable trait (#16688)
This commit is contained in:
@@ -26,4 +26,5 @@ cloning-console-component-msg-no-cloner = Not Ready: No Cloner Detected
|
||||
cloning-console-component-msg-no-mind = Not Ready: No Soul Activity Detected
|
||||
|
||||
cloning-console-chat-error = ERROR: INSUFFICIENT BIOMASS. CLONING THIS BODY REQUIRES {$units} UNITS OF BIOMASS.
|
||||
cloning-console-uncloneable-trait-error = ERROR: SOUL IS ABSENT, CLONING IS IMPOSSIBLE.
|
||||
cloning-console-cellular-warning = WARNING: GENEFSCK CONFIDENCE SCORE IS {$percent}%. CLONING MAY HAVE UNEXPECTED RESULTS.
|
||||
|
||||
@@ -16,3 +16,6 @@ trait-muted-desc = You can't speak
|
||||
|
||||
trait-paracusia-name = Paracusia
|
||||
trait-paracusia-desc = You hear sounds that aren't really there
|
||||
|
||||
trait-uncloneable-name = Uncloneable
|
||||
trait-uncloneable-desc = Cannot be cloned
|
||||
|
||||
@@ -42,3 +42,10 @@
|
||||
description: trait-muted-desc
|
||||
components:
|
||||
- type: Muted
|
||||
|
||||
- type: trait
|
||||
id: Uncloneable
|
||||
name: trait-uncloneable-name
|
||||
description: trait-uncloneable-desc
|
||||
components:
|
||||
- type: Uncloneable
|
||||
|
||||
Reference in New Issue
Block a user