Fixes item transfers

This commit is contained in:
keronshb
2021-10-14 17:26:17 -04:00
parent 13140f9bb9
commit 8cb16aa0f3
3 changed files with 11 additions and 8 deletions
+1 -2
View File
@@ -9,7 +9,7 @@ GLOBAL_LIST_EMPTY(gangster_cell_phones)
var/gang_id = "Grove Street Families"
var/activated = FALSE
/obj/item/gangster_cellphone/Initialize(mapload)
/obj/item/gangster_cellphone/Initialize()
. = ..()
GLOB.gangster_cell_phones += src
become_hearing_sensitive()
@@ -58,4 +58,3 @@ GLOBAL_LIST_EMPTY(gangster_cell_phones)
if(HAS_TRAIT(cellphone_hearer, TRAIT_DEAF))
continue
to_chat(cellphone_hearer, span_gangradio("<b>[speaker.name]</b> \[CELL: [gang_id]\] says, \"[message]\""))