indents oops

This commit is contained in:
kappa-sama
2019-12-11 17:23:00 -05:00
committed by GitHub
parent 2b8f81bca3
commit b89d04884e
@@ -868,8 +868,8 @@
//If you dragged them to you and you're aggressively grabbing try to fireman carry them
else if(user != target)
if(user.a_intent == INTENT_GRAB || INTENT_DISARM || INTENT_HARM)
to_chat(user, "<span class='warning'>You need to be in help intent to do that!</span>")
return
to_chat(user, "<span class='warning'>You need to be in help intent to do that!</span>")
return
else if(user.a_intent == INTENT_HELP)
fireman_carry(target)
return