summaryrefslogtreecommitdiff
path: root/src/simulation/elements/VIRS.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-09-14 14:26:23 (GMT)
committer jacob1 <jfu614@gmail.com>2013-09-14 14:26:23 (GMT)
commitc6ba38142437d71512eaf4cffda601f74ec9abf3 (patch)
tree7c35b309ce89713810d39b277172a639a4b35fa9 /src/simulation/elements/VIRS.cpp
parentee093ae3b7f215d55a0807d880b80a9c0d6ef4f6 (diff)
downloadpowder-c6ba38142437d71512eaf4cffda601f74ec9abf3.zip
powder-c6ba38142437d71512eaf4cffda601f74ec9abf3.tar.gz
make PROT more red, and VIRS burns less
Diffstat (limited to 'src/simulation/elements/VIRS.cpp')
-rw-r--r--src/simulation/elements/VIRS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/VIRS.cpp b/src/simulation/elements/VIRS.cpp
index a4a8800..7880a92 100644
--- a/src/simulation/elements/VIRS.cpp
+++ b/src/simulation/elements/VIRS.cpp
@@ -104,7 +104,7 @@ int Element_VIRS::update(UPDATE_FUNC_ARGS)
return 0;
}
//soap cures virus
- else if ((r&0xFF) == PT_SOAP)
+ else if ((r&0xFF) == PT_SOAP || (r&0xFF) == PT_FIRE)
{
parts[i].pavg[0] += 10;
if (!((rndstore&0x7)>>1))