make PROT more red, and VIRS burns less

This commit is contained in:
jacob1 2013-09-14 10:26:23 -04:00
parent ee093ae3b7
commit c6ba381424
2 changed files with 3 additions and 3 deletions

View File

@ -172,8 +172,8 @@ int Element_PROT::graphics(GRAPHICS_FUNC_ARGS)
{ {
*firea = 20; *firea = 20;
*firer = 250; *firer = 250;
*fireg = 128; *fireg = 100;
*fireb = 128; *fireb = 100;
*pixel_mode |= FIRE_ADD; *pixel_mode |= FIRE_ADD;
return 1; return 1;

View File

@ -104,7 +104,7 @@ int Element_VIRS::update(UPDATE_FUNC_ARGS)
return 0; return 0;
} }
//soap cures virus //soap cures virus
else if ((r&0xFF) == PT_SOAP) else if ((r&0xFF) == PT_SOAP || (r&0xFF) == PT_FIRE)
{ {
parts[i].pavg[0] += 10; parts[i].pavg[0] += 10;
if (!((rndstore&0x7)>>1)) if (!((rndstore&0x7)>>1))