Clockwork generators

TODO: get it to stop dividing by zero for power production and fuel usage, make it generate power.
This commit is contained in:
Dan-Neposh
2020-10-28 08:44:42 -04:00
parent 15136717de
commit 8fe7c23766
9 changed files with 36 additions and 1 deletions
@@ -23,6 +23,14 @@
end_sound = 'sound/machines/generator/generator_end.ogg'
volume = 40
datum/looping_sound/generator/clockwork
start_sound = 'sound/machines/generator/clockwork/clockwork_gen_start.ogg'
start_length = 10
mid_sounds = 'sound/machines/generator/clockwork/clockwork_gen_mid.ogg'
mid_length = 10
end_sound = 'sound/machines/generator/clockwork/clockwork_gen_end.ogg'
volume = 65
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////