mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
[TM] [TGUI] Kitchen Improvements (#19165)
* this got a bit... out of hand
* update icon
* extra lines begone
* soundfix
* sirryan review pt1
* fuck I accidently deleted a line
* sirryan pt2
* AA suggestion
* more review
* hooooly crap
* lewcc review
* reviews
* table
* merge master
* Revert "merge master"
This reverts commit c3ec73a0f8.
* bundle css
* reviews and revival
* fuck I missed a file
* steel review
This commit is contained in:
@@ -33,3 +33,36 @@ GLOBAL_DATUM_INIT(firealarm_soundloop, /datum/looping_sound/firealarm, new(list(
|
||||
if(!length(output_atoms))
|
||||
stop()
|
||||
|
||||
///// KITCHEN MACHINERY /////
|
||||
|
||||
/datum/looping_sound/kitchen/microwave
|
||||
start_sound = 'sound/machines/kitchen/microwave_start.ogg'
|
||||
start_length = 10
|
||||
mid_sounds = list('sound/machines/kitchen/microwave_mid1.ogg' = 10, 'sound/machines/kitchen/microwave_mid2.ogg' = 1)
|
||||
mid_length = 15
|
||||
end_sound = 'sound/machines/kitchen/microwave_end.ogg'
|
||||
volume = 100
|
||||
|
||||
/datum/looping_sound/kitchen/deep_fryer
|
||||
start_sound = 'sound/machines/kitchen/deep_fryer_immerse.ogg'
|
||||
start_length = 10
|
||||
mid_sounds = list('sound/machines/kitchen/deep_fryer_1.ogg' = 1, 'sound/machines/kitchen/deep_fryer_2.ogg' = 1)
|
||||
mid_length = 9
|
||||
end_sound = 'sound/machines/kitchen/deep_fryer_emerge.ogg'
|
||||
volume = 5
|
||||
|
||||
/datum/looping_sound/kitchen/oven
|
||||
start_sound = 'sound/machines/kitchen/oven_loop_start.ogg'
|
||||
start_length = 11
|
||||
mid_sounds = list('sound/machines/kitchen/oven_loop_mid.ogg' = 1)
|
||||
mid_length = 12
|
||||
end_sound = 'sound/machines/kitchen/oven_loop_end.ogg'
|
||||
volume = 70
|
||||
|
||||
/datum/looping_sound/kitchen/grill
|
||||
start_sound = 'sound/machines/kitchen/grill_start.ogg'
|
||||
start_length = 13
|
||||
mid_sounds = list('sound/machines/kitchen/grill_mid.ogg' = 1)
|
||||
mid_length = 20
|
||||
end_sound = 'sound/machines/kitchen/grill_end.ogg'
|
||||
volume = 50
|
||||
|
||||
Reference in New Issue
Block a user