Porting more legcuffs / bola fixes etcetera

This commit is contained in:
Ghommie
2020-03-09 16:20:51 +01:00
parent 878947bf7e
commit 4143c1963c
7 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -264,7 +264,7 @@
/obj/item/restraints/legcuffs/bola/cult/pickup(mob/living/user)
if(!iscultist(user))
to_chat(user, "<span class='warning'>The bola seems to take on a life of its own!</span>")
throw_impact(user)
ensnare(user)
/obj/item/restraints/legcuffs/bola/cult/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
if(iscultist(hit_atom))