prosthetic pick up and drop sounds (#9688)

prosthetic pick up and drop sounds
This commit is contained in:
Wowzewow (Wezzy)
2020-08-18 10:19:04 +03:00
committed by GitHub
parent 9cc036aa8f
commit fae6efd57e
4 changed files with 44 additions and 1 deletions
+3 -1
View File
@@ -198,8 +198,10 @@
return
/obj/item/organ/external/Initialize(mapload)
if (robotize_type)
if(robotize_type)
robotize(robotize_type)
drop_sound = 'sound/items/drop/prosthetic.ogg'
pickup_sound = 'sound/items/pickup/prosthetic.ogg'
. = ..(mapload, FALSE)
if(isnull(pain_disability_threshold))