Update twohanded.dm

This commit is contained in:
silicons
2020-08-07 00:17:12 -07:00
committed by GitHub
parent c664279e74
commit b80fe7013e
+2
View File
@@ -105,6 +105,8 @@
/// Triggered on attack self of the item containing the component
/datum/component/two_handed/proc/on_attack_self(datum/source, mob/user)
if(!user.is_holding(src))
return //give no quarter to telekinesis powergaemrs
if(wielded)
unwield(user)
else