Page 1 of 1

Function for changing blood color

Posted: Wed Nov 21, 2018 3:32 am
by Marisa the Magician
I think I could potentially write some code to update BloodColor/BloodTranslation at runtime.

If I remember correctly there was some specific reason why blood color was not modifiable, so first I wanted to know what it was before I do something bad.

Edit: The PR is ready.

Re: Function for changing blood color

Posted: Wed Nov 21, 2018 4:14 am
by Player701
Excellent stuff! If this gets added, I won't have to replace monsters in my code just to modify their blood color. Instead, I will be able to change it directly via a WorldThingSpawned event.

Re: Function for changing blood color

Posted: Wed Nov 21, 2018 4:30 am
by Graf Zahl
See my comment on the PR, please.

Re: Function for changing blood color

Posted: Wed Nov 21, 2018 4:36 am
by Marisa the Magician
Ah, so I guess this'll have to be put on hold until something is done about translation serialization.