Fix UI syringes not setting UI flag correctly.

This commit is contained in:
Rob Nelson
2014-05-15 14:41:19 -07:00
committed by ZomgPonies
parent a78886ea44
commit a2cfa562b3
3 changed files with 34 additions and 8 deletions
@@ -64,6 +64,7 @@
M.radiation += rand(5,20)
if (!(M_NOCLONE in M.mutations)) // prevents drained people from having their DNA changed
// UI in syringe.
if (buf.types & DNA2_BUF_UI)
if (!block) //isolated block?
M.UpdateAppearance(buf.dna.UI.Copy())