Merge remote-tracking branch 'upstream/master' into goonchem-reagent-temperature

This commit is contained in:
Fox McCloud
2019-03-22 14:07:46 -04:00
23 changed files with 300 additions and 122 deletions

View File

@@ -113,9 +113,8 @@
else
reagents.add_reagent("spore", 8)
// Attach the smoke spreader and setup/start it.
S.attach(location)
S.set_up(reagents, 1, 1, location, 15, 1) // only 1-2 smoke cloud
// Setup up the smoke spreader and start it.
S.set_up(reagents, location, TRUE)
S.start()
qdel(src)