summaryrefslogtreecommitdiff
path: root/src/elements/wtrv.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-17 15:36:27 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-17 15:36:27 (GMT)
commit69e7dadcdf5daaddd663e67c54cc8dbd4a62eb0f (patch)
tree091631b5ec5ca99d1c2ae66ade1568ccb477cfcb /src/elements/wtrv.cpp
parent065ca8b9f53d861f4ddf474b049f2501ce0586e3 (diff)
downloadpowder-69e7dadcdf5daaddd663e67c54cc8dbd4a62eb0f.zip
powder-69e7dadcdf5daaddd663e67c54cc8dbd4a62eb0f.tar.gz
TPT: Make RBDM/WATR explosion work again, by not killing fire created by WATR 32c9ff3099
Diffstat (limited to 'src/elements/wtrv.cpp')
-rw-r--r--src/elements/wtrv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/wtrv.cpp b/src/elements/wtrv.cpp
index 2e3838a..9c07e9f 100644
--- a/src/elements/wtrv.cpp
+++ b/src/elements/wtrv.cpp
@@ -13,6 +13,7 @@ int update_WTRV(UPDATE_FUNC_ARGS) {
{
sim->part_change_type(i,x,y,PT_FIRE);
parts[i].life = 4;
+ parts[i].ctype = PT_WATR;
}
}
if(parts[i].temp>1273&&parts[i].ctype==PT_FIRE)