Synthskin Limb Fix (#9197)

This commit is contained in:
ParadoxSpace
2020-06-24 10:05:18 -06:00
committed by GitHub
parent 65c66fc8d5
commit ec41f6e788
2 changed files with 43 additions and 2 deletions
+2 -2
View File
@@ -1203,11 +1203,11 @@ Note that amputating the affected organ does in fact remove the infection from t
if(21 to INFINITY)
. += "[LL ? pick("exposed wiring","torn-back synthflesh") : pick("a lot of dents","severe denting")]"
if(brute_dam && burn_dam)
. += " and"
. += " and "
if(burn_dam)
switch(burn_dam)
if(0 to 20)
. += "some burns"
. += "some [LL ? pick ("fresh skins","burn scars","healing burns") : "burns"]"
if(21 to INFINITY)
. += "[LL ? pick("roasted synth-flesh","melted internal wiring") : pick("many burns","scorched metal")]"
if(open)