diff options
| author | Stanislaw Skowronek <skylark@disorder.sko> | 2013-11-16 01:12:45 (GMT) |
|---|---|---|
| committer | Stanislaw Skowronek <skylark@disorder.sko> | 2013-11-16 01:12:45 (GMT) |
| commit | c133b7a99fea1b45ce80b6f5245a77fc886edd5d (patch) | |
| tree | 6c6b54b9f78b46da68f50890d6be27b4e2f39309 /src/simulation/elements/LIGH.cpp | |
| parent | 76306f9260e519c098a312303e07be38860ef1f7 (diff) | |
| download | powder-c133b7a99fea1b45ce80b6f5245a77fc886edd5d.zip powder-c133b7a99fea1b45ce80b6f5245a77fc886edd5d.tar.gz | |
Solid plutonium.
Diffstat (limited to 'src/simulation/elements/LIGH.cpp')
| -rw-r--r-- | src/simulation/elements/LIGH.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/elements/LIGH.cpp b/src/simulation/elements/LIGH.cpp index 5d8a925..eb7003d 100644 --- a/src/simulation/elements/LIGH.cpp +++ b/src/simulation/elements/LIGH.cpp @@ -112,6 +112,7 @@ int Element_LIGH::update(UPDATE_FUNC_ARGS) continue; case PT_DEUT: case PT_PLUT: + case PT_SPLU: parts[r>>8].temp = restrict_flt(parts[r>>8].temp+powderful, MIN_TEMP, MAX_TEMP); sim->pv[y/CELL][x/CELL] +=powderful/35; if (!(rand()%3)) |
