mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Restores the sounds for all the items (#9226)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
description_info = "Use the device in your hand to add the mapping HUD to your screen. You can then power it on and change mapping modes.\
|
||||
<br>The device will show other powered-on mapping units on the map, as well as activated mapping beacons, but only of the same 'type' mapping unit.\
|
||||
<br>Normal mapping units can only display other normal beacons and mapping units, ERT mapping units can display other ERT, etc."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "mapping_unit"
|
||||
item_state = null
|
||||
w_class = ITEMSIZE_SMALL
|
||||
@@ -39,6 +40,9 @@
|
||||
var/list/debug_mappers_list
|
||||
var/list/debug_beacons_list
|
||||
|
||||
pickup_sound = 'sound/items/pickup/device.ogg'
|
||||
drop_sound = 'sound/items/drop/device.ogg'
|
||||
|
||||
/obj/item/mapping_unit/deathsquad
|
||||
name = "deathsquad mapping unit"
|
||||
icon_state = "mapping_unit_ds"
|
||||
|
||||
Reference in New Issue
Block a user