mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user