Fixed indentation derp.

I guess it was a dream when I saw it compiling.
This commit is contained in:
Chinsky
2013-05-24 01:02:52 +04:00
parent 665aaea722
commit 30d93bd7d2
@@ -75,9 +75,9 @@
candidates |= O
if (candidates.len)
var/datum/organ/external/O = pick(candidates)
O.mutate()
src << "<span class = 'notice'>Something is not right with your [O.display_name]...</span>"
return
O.mutate()
src << "<span class = 'notice'>Something is not right with your [O.display_name]...</span>"
return
else
if (prob(heal_prob))
for (var/datum/organ/external/O in organs)