Buffs defib users by making them stop pulling automatically

This commit is contained in:
Poojawa
2019-04-11 14:36:41 -05:00
parent dff9bcee70
commit 3304875e38
+2
View File
@@ -411,6 +411,8 @@
to_chat(user, "<span class='warning'>[src] are recharging!</span>")
return
user.stop_pulling() //User has hands full, and we don't care about anyone else pulling on it, their problem. CLEAR!!
if(user.a_intent == INTENT_DISARM)
do_disarm(M, user)
return