mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
More Handling Sounds (#22528)
Just ports more pickup, drop and handling sounds from /tg/ to keep pace. Attributions in their own .txt files.
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
filling_states = "20;40;60;80;100"
|
||||
center_of_mass = list("x" = 16,"y" = 13)
|
||||
matter = list(MATERIAL_GLASS = 500)
|
||||
drop_sound = 'sound/items/drop/drinkglass.ogg'
|
||||
pickup_sound = 'sound/items/pickup/drinkglass.ogg'
|
||||
drop_sound = 'sound/items/drop/beaker.ogg'
|
||||
pickup_sound = 'sound/items/pickup/beaker.ogg'
|
||||
fragile = TRUE
|
||||
storage_slot_sort_by_name = TRUE
|
||||
|
||||
|
||||
@@ -177,6 +177,8 @@
|
||||
volume = 40
|
||||
safety = 1
|
||||
reagents_to_add = list(/singleton/reagent/capsaicin/condensed = 40)
|
||||
drop_sound = 'sound/items/drop/pepper_spray.ogg'
|
||||
pickup_sound = 'sound/items/pickup/pepper_spray.ogg'
|
||||
|
||||
/obj/item/reagent_containers/spray/pepper/feedback_hints(mob/user, distance, is_adjacent)
|
||||
. += ..()
|
||||
|
||||
Reference in New Issue
Block a user