Revert "Fixes Photos more cheaply" (#19568)

This commit is contained in:
AnturK
2016-07-29 11:50:46 -05:00
committed by KorPhaeron
parent 6ab28dfe83
commit d6a956979d
2 changed files with 4 additions and 14 deletions
+2 -2
View File
@@ -258,9 +258,9 @@
holding = "They are holding \a [L.r_hand]"
if(!mob_detail)
mob_detail = "You can see [L] on the photo[L.health < (0.75 * L.maxHealth) ? " - [L] looks hurt":""].[holding ? " [holding]":"."]. "
mob_detail = "You can see [L] on the photo[L.health < 75 ? " - [L] looks hurt":""].[holding ? " [holding]":"."]. "
else
mob_detail += "You can also see [L] on the photo[L.health < (0.75 * L.maxHealth) ? " - [L] looks hurt":""].[holding ? " [holding]":"."]."
mob_detail += "You can also see [L] on the photo[L.health < 75 ? " - [L] looks hurt":""].[holding ? " [holding]":"."]."
return mob_detail