Update phantomthief.dm

This commit is contained in:
BlackMajor
2019-10-18 23:34:31 +13:00
parent 02f0e4dd84
commit d39897b9ad
@@ -35,6 +35,8 @@
. = ..()
if(!istype(user))
return
if(slot != SLOT_GLASSES)
return
if(!combattoggle_redir)
combattoggle_redir = user.AddComponent(/datum/component/redirect, list(COMSIG_COMBAT_TOGGLED = CALLBACK(src, .proc/injectadrenaline)))