Merge pull request #7860 from deathride58/fixessyndiemasks

fixes the syndicate mask
This commit is contained in:
nik707
2019-01-06 14:31:44 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@
if(!istype(user))
return
if(!combattoggle_redir)
combattoggle_redir = user.AddComponent(/datum/component/redirect,list(COMSIG_COMBAT_TOGGLED),CALLBACK(src,.proc/injectadrenaline))
combattoggle_redir = user.AddComponent(/datum/component/redirect, list(COMSIG_COMBAT_TOGGLED = CALLBACK(src, .proc/injectadrenaline)))
/obj/item/clothing/glasses/phantomthief/syndicate/dropped(mob/user)
. = ..()