mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
prosthetic pick up and drop sounds (#9688)
prosthetic pick up and drop sounds
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user