Update twohanded.dm

This commit is contained in:
silicons
2020-08-07 00:19:02 -07:00
committed by GitHub
parent b80fe7013e
commit 95607274e3
+1 -1
View File
@@ -106,7 +106,7 @@
/// 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
return //give no quarter to telekinesis powergaemrs (telekinetic wielding will desync the offhand and result in all sorts of bugs so no until someone codes it properly)
if(wielded)
unwield(user)
else