Files
Paradise/code/modules/mob/living/carbon
Tigercat2000 e9ba7cbca1 Fix a number of grab bugs and odd behaviour still around.
This commit fixes a number of bugs with mob grabbing code.
Primary things fixed:
 - Aliens grabbing people will no longer break horribly, they call
   grabbedby like everything else now.
 - Any nulls that do manage to find their way into a grab list will be
   cleaned up by the next grab on that person.
 - Fixed a number of odd behaviours when grabbing xenomorphs, see
   bbcc19c764 for more details.
 - Fixed grabs having a tendency to shift someone's pixel_xy and not reset
   it when being deleted. This was simply because it previously relied on
   del() to stop all procs instantly.
2015-07-22 05:33:26 -07:00
..
2015-07-12 02:45:40 -04:00
2015-07-12 02:45:40 -04:00
2015-07-09 02:48:34 -04:00
2015-07-16 21:51:20 -04:00
2015-04-04 14:27:53 -04:00