diff options
| author | jacob1 <jfu614@gmail.com> | 2013-09-28 23:45:15 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-09-28 23:45:15 (GMT) |
| commit | 8fc39d659c280ea423ae633f6b0c0f7c94d8d81f (patch) | |
| tree | 3ce292ba068c1e4dce2adc4acb5b814c62d5fbdd /src/simulation/elements/VRSS.cpp | |
| parent | 13d89ce9e15c7f4cc93809cfe0367993afa14b85 (diff) | |
| download | powder-8fc39d659c280ea423ae633f6b0c0f7c94d8d81f.zip powder-8fc39d659c280ea423ae633f6b0c0f7c94d8d81f.tar.gz | |
VIRS only burns with PLSM, and has the NO_DECO graphics flag
Diffstat (limited to 'src/simulation/elements/VRSS.cpp')
| -rw-r--r-- | src/simulation/elements/VRSS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/VRSS.cpp b/src/simulation/elements/VRSS.cpp index 903a5f7..808fc93 100644 --- a/src/simulation/elements/VRSS.cpp +++ b/src/simulation/elements/VRSS.cpp @@ -19,7 +19,7 @@ Element_VRSS::Element_VRSS() HotAir = 0.000f * CFDS; Falldown = 0; - Flammable = 5; + Flammable = 0; Explosive = 0; Meltable = 0; Hardness = 1; @@ -43,7 +43,7 @@ Element_VRSS::Element_VRSS() HighTemperatureTransition = PT_VIRS; Update = &Element_VIRS::update; - + Graphics = &Element_VIRS::graphics; } Element_VRSS::~Element_VRSS() {} |
