Tweaks to pickup/equip sounds.

This commit is contained in:
Cerebulon
2020-09-20 06:57:07 -04:00
committed by VirgoBot
parent e700936b20
commit 95ff8c2080
34 changed files with 107 additions and 35 deletions
+2
View File
@@ -6,6 +6,8 @@
var/label = null
var/labels_left = 30
var/mode = 0 //off or on.
drop_sound = 'sound/items/drop/device.ogg'
pickup_sound = 'sound/items/pickup/device.ogg'
/obj/item/weapon/hand_labeler/attack()
return
+2
View File
@@ -12,6 +12,8 @@
matter = list(DEFAULT_WALL_MATERIAL = 60)
pressure_resistance = 2
attack_verb = list("stamped")
drop_sound = 'sound/items/drop/device.ogg'
pickup_sound = 'sound/items/pickup/device.ogg'
/obj/item/weapon/stamp/captain
name = "site manager's rubber stamp"