added sprite and another fluff sound

This commit is contained in:
PKPenguin321
2016-01-25 16:58:47 -08:00
parent 42f1c5c317
commit 65b8ebc3fd
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -1,8 +1,8 @@
/obj/item/device/autoimplanter
name = "autoimplanter"
desc = "A device that automatically injects a cyber-implant into the user without the hassle of extensive surgery. It has a slot to insert implants and a screwdriver slot for removing accidentally added implants."
icon_state = "gangtool-white"
item_state = "walkietalkie"
icon_state = "autoimplanter"
item_state = "walkietalkie"//left as this so as to intentionally not have inhands
w_class = 2
var/obj/item/organ/internal/cyberimp/storedorgan
@@ -32,4 +32,5 @@
var/turf/floorloc = get_turf(user)
floorloc.contents += contents
user << "<span class='notice'>You remove the [storedorgan] from [src].</span>"
playsound(get_turf(user), 'sound/items/Screwdriver.ogg', 50, 1)
storedorgan = null
Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB