This commit is contained in:
lolman360
2019-12-21 12:48:09 +11:00
committed by GitHub
parent 3043a4f8c9
commit 4c7cc3615e
@@ -32,7 +32,7 @@
//picky up the drone c:
/mob/living/simple_animal/drone/attack_hand(mob/user)
..()
if(user.a_intent=="help")
if(user.a_intent == INTENT_HELP)
mob_try_pickup(user)
/mob/living/simple_animal/drone/proc/try_reactivate(mob/living/user)