Merge pull request #13052 from Citadel-Station-13/silicons-patch-76

fixes laptops not being able to be picked up
This commit is contained in:
Lin
2020-08-08 12:05:36 -05:00
committed by GitHub
@@ -65,6 +65,7 @@
M.put_in_hand(src, H.held_index)
/obj/item/modular_computer/laptop/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
if(screen_on && isturf(loc))
return attack_self(user)