mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Surgery sounds 2: Now with volume mixer! (#26884)
* fuck it * these too * ooops * i did it again * moved some vars around * updates generics * rematch * oh shit i think this needs a break * agh * wall * updates comment * compile after 2 years * this might break things * typo fix * restores surgery sound to default * Misplaced thingy * support for some new ghetto surgery changes * organ2 * Update code/modules/surgery/bones.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Bm0n <92271472+Bm0n@users.noreply.github.com> * Update code/modules/surgery/surgery.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Bm0n <92271472+Bm0n@users.noreply.github.com> * review change --------- Signed-off-by: Bm0n <92271472+Bm0n@users.noreply.github.com> Co-authored-by: Bmon <no@email.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -51,6 +51,13 @@
|
||||
TOOL_BONEGEL = 100,
|
||||
TOOL_SCREWDRIVER = 90
|
||||
)
|
||||
|
||||
preop_sound = list(
|
||||
TOOL_BONEGEL = 'sound/surgery/organ1.ogg',
|
||||
/obj/item/screwdriver/power = 'sound/items/drill_hit.ogg',
|
||||
/obj/item/screwdriver = 'sound/items/screwdriver.ogg'
|
||||
)
|
||||
|
||||
can_infect = TRUE
|
||||
blood_level = SURGERY_BLOODSPREAD_HANDS
|
||||
|
||||
@@ -93,6 +100,7 @@
|
||||
TOOL_WRENCH = 90
|
||||
)
|
||||
|
||||
preop_sound = 'sound/surgery/hemostat1.ogg'
|
||||
time = 3.2 SECONDS
|
||||
|
||||
/datum/surgery_step/set_bone/begin_step(mob/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
@@ -164,6 +172,13 @@
|
||||
TOOL_BONEGEL = 100,
|
||||
TOOL_SCREWDRIVER = 90
|
||||
)
|
||||
|
||||
preop_sound = list(
|
||||
TOOL_BONEGEL = 'sound/surgery/organ1.ogg',
|
||||
/obj/item/screwdriver/power = 'sound/items/drill_hit.ogg',
|
||||
/obj/item/screwdriver = 'sound/items/screwdriver.ogg'
|
||||
)
|
||||
|
||||
can_infect = TRUE
|
||||
blood_level = SURGERY_BLOODSPREAD_HANDS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user