Edge case and documentation
This commit is contained in:
@@ -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's data.
|
||||
Any Synthetic Frameworks created will
|
||||
overwrite the race category selected.
|
||||
</div>
|
||||
) : disk['disk'] ? "No data." : "No disk."}
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user