diff options
| author | jacob1 <jfu614@gmail.com> | 2013-09-14 14:26:23 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-09-14 14:26:23 (GMT) |
| commit | c6ba38142437d71512eaf4cffda601f74ec9abf3 (patch) | |
| tree | 7c35b309ce89713810d39b277172a639a4b35fa9 /src/simulation/elements/PROT.cpp | |
| parent | ee093ae3b7f215d55a0807d880b80a9c0d6ef4f6 (diff) | |
| download | powder-c6ba38142437d71512eaf4cffda601f74ec9abf3.zip powder-c6ba38142437d71512eaf4cffda601f74ec9abf3.tar.gz | |
make PROT more red, and VIRS burns less
Diffstat (limited to 'src/simulation/elements/PROT.cpp')
| -rw-r--r-- | src/simulation/elements/PROT.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/PROT.cpp b/src/simulation/elements/PROT.cpp index 3e6a661..ff68eb7 100644 --- a/src/simulation/elements/PROT.cpp +++ b/src/simulation/elements/PROT.cpp @@ -172,8 +172,8 @@ int Element_PROT::graphics(GRAPHICS_FUNC_ARGS) { *firea = 20; *firer = 250; - *fireg = 128; - *fireb = 128; + *fireg = 100; + *fireb = 100; *pixel_mode |= FIRE_ADD; return 1; |
