mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixed RIG constructor sound when using some tools (#19291)
Fixed RIG constructor sound when using some tools Fixes #19171
This commit is contained in:
@@ -201,13 +201,13 @@
|
||||
else
|
||||
return 0
|
||||
else if(I.iswrench())
|
||||
I.play_tool_sound(get_turf(src), 50)
|
||||
I.play_tool_sound(get_turf(I), 50)
|
||||
|
||||
else if(I.isscrewdriver())
|
||||
I.play_tool_sound(get_turf(src), 50)
|
||||
I.play_tool_sound(get_turf(I), 50)
|
||||
|
||||
else if(I.iswirecutter())
|
||||
I.play_tool_sound(get_turf(src), 50)
|
||||
I.play_tool_sound(get_turf(I), 50)
|
||||
|
||||
else if(I.iscoil())
|
||||
var/obj/item/stack/cable_coil/C = used_atom
|
||||
|
||||
Reference in New Issue
Block a user