Skip to content

Commit

Permalink
Scanner sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 24, 2024
1 parent 84337b9 commit 4fdd05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/devices/scanners/_scanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
slot_flags = SLOT_BELT
item_flags = ITEM_FLAG_NO_BLUDGEON
matter = list(MATERIAL_ALUMINIUM = 30,MATERIAL_GLASS = 20)

pickup_sound = 'sound/items/handling/component_pickup.ogg'
throw_impact_sound = 'sound/items/handling/component_drop.ogg'

var/scan_title
var/scan_data
//For displaying scans
Expand Down

0 comments on commit 4fdd05a

Please sign in to comment.