Merge pull request #11402 from Ghommie/Ghommie-cit614

Porting more legcuffs / bola fixes etcetera
This commit is contained in:
kevinz000
2020-03-09 21:01:51 -07:00
committed by GitHub
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))