Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b878dc7

Browse files
committed
shouldnt be mad
1 parent 1f756a7 commit b878dc7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

code/game/objects/items/devices/radio/headset.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
else
2727
set_listening(FALSE, actual_setting = FALSE)
2828

29-
/obj/item/radio/headset/Moved(atom/OldLoc, Dir)
29+
/obj/item/radio/headset/Moved(atom/old_loc, movement_dir, forced, list/old_locs, momentum_change = TRUE)
3030
. = ..()
3131
possibly_deactivate_in_loc()
3232

code/modules/clothing/masks/hailer.dm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
"Hehe" = 'sound/voice/cpvoicelines/chuckle.ogg',
7171
)
7272

73+
/obj/item/clothing/mask/gas/sechailer/Initialize(mapload)
74+
. = ..()
75+
become_hearing_sensitive()
76+
77+
/obj/item/clothing/mask/gas/sechailer/Destroy()
78+
. = ..()
79+
lose_hearing_sensitivity() // makes sure this item hears and if destroyed removes from list
80+
7381
/obj/item/clothing/mask/gas/sechailer/swat/spacepol
7482
name = "spacepol mask"
7583
desc = "A close-fitting tactical mask created in cooperation with a certain megacorporation, comes with an especially aggressive Compli-o-nator 3000."

0 commit comments

Comments
 (0)