Tweaks to pickup/equip sounds.

This commit is contained in:
Cerebulon
2020-09-20 11:56:41 +01:00
committed by VirgoBot
parent e700936b20
commit 95ff8c2080
34 changed files with 107 additions and 35 deletions

View File

@@ -1133,6 +1133,8 @@ Note that amputating the affected organ does in fact remove the infection from t
remove_splint()
get_icon()
unmutate()
drop_sound = 'sound/items/drop/weldingtool.ogg'
pickup_sound = 'sound/items/pickup/weldingtool.ogg'
for(var/obj/item/organ/external/T in children)
T.robotize(company, keep_organs = keep_organs)