Nerf Vore

Gosh. So robust.

Actually fixes vore so that it doesn't teleport people into your stomach even if they move away. When did that become a thing?
This commit is contained in:
Arokha Sieyes
2017-03-06 16:00:38 -05:00
parent 9e1daf2081
commit e1f5010820
+3 -5
View File
@@ -339,11 +339,9 @@
// Now give the prey time to escape... return if they did
var/swallow_time = istype(prey, /mob/living/carbon/human) ? belly_target.human_prey_swallow_time : belly_target.nonhuman_prey_swallow_time
/* POLARISTODO - Unnecessary?
if (!do_mob(user, prey))
return 0; // User is not able to act upon prey
*/
if(!do_after(user, swallow_time))
//Timer and progress bar
if(!do_after(user, swallow_time, prey))
return 0 // Prey escpaed (or user disabled) before timer expired.
// If we got this far, nom successful! Announce it!