Update Zweihander 1.11

This commit is contained in:
Chemlight
2021-11-25 16:37:29 -08:00
parent 3321f321c3
commit 2994ebc512
+1 -1
View File
@@ -45,7 +45,7 @@
zwei_stun(hit_atom)
/obj/item/twohanded/required/zao/zweihander/pickup(mob/user)
if(HAS_TRAIT(user, ZAOCORP_AUTHORIZATION)) || !on
if((HAS_TRAIT(user, ZAOCORP_AUTHORIZATION)) || !on)
return
if(on)
var/mob/living/carbon/human/L = user