Fixes Resisting Borers (#4729)

This changes the captive brain's resist connection back to resist() from
resist_borer() (an invalid verb). Makes it so you can once again resist
borers.

Reposted due to number of files adjusted from merging of conflicting
files and inconsistencies to prevent breaking other code.

🆑 Twinmold
Fix: You can once again resist borer control with the Resist verb.
/🆑
This commit is contained in:
Twinmold93
2016-06-20 03:51:47 -04:00
committed by Fox McCloud
parent 70126c6ea7
commit 475197ee1e
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -588,9 +588,6 @@
visible_message("<span class='danger'>[src] resists!</span>")
return 1
/mob/living/proc/resist_borer()
return
/mob/living/proc/resist_buckle()
spawn(0)
resist_muzzle()