Goonstation Forums
[Feature] Critter resist button - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Patches (https://forum.ss13.co/forumdisplay.php?fid=30)
+---- Forum: Implemented (https://forum.ss13.co/forumdisplay.php?fid=31)
+---- Thread: [Feature] Critter resist button (/showthread.php?tid=14072)



[Feature] Critter resist button - phyvo - 03-09-2020

https://github.com/goonstation/goonstation-2020/pull/55

dmi file of the button: https://www.dropbox.com/s/lnkh60voq6s1hpd/critter_resist.dmi?dl=1

Adds a resist button for critters so that when they are grabbed or set on fire they can resist out of it. Importantly I generalized the resist proc a bit. The grab and resist handling are now in living.dm, then the human.dm proc handles breaking shackles and cuffs. I have tested the changes and everything is functional with regards to resist, and critters have the same probability of breaking grabs as humans do.


RE: [Feature] Critter resist button - phyvo - 03-11-2020

Now that I know what to do with git merge conflicts, I have now resolved the conflict that this patch had with the master.


RE: [Feature] Critter resist button - pali6 - 03-17-2020

Merged.