Edge case and documentation

This commit is contained in:
Artur
2022-02-16 00:46:25 +02:00
parent fc6f3cdffc
commit f404390c91
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -356,7 +356,8 @@
C.set_resting(TRUE, TRUE)
C.stat = DEAD
C.adjustOxyLoss(200)
C.adjustCloneLoss(50)
// Limb replacement causes toxloss, which can cause too much suffering for the doctor that I don't want
C.adjustCloneLoss(45)
C.med_hud_set_status()
C.med_hud_set_health()
C.underwear = "Nude"
@@ -42,6 +42,8 @@ export const Limbgrower = (props, context) => {
<div>
Containing data for {disk['name']},<br />
Attempting to create genitalia will use the disk&apos;s data.
Any Synthetic Frameworks created will
overwrite the race category selected.
</div>
) : disk['disk'] ? "No data." : "No disk."}
</Section>