Add send time to fax, fix nest issue

This commit is contained in:
Markolie
2015-02-14 04:56:09 +01:00
parent 9fed8135d4
commit 47e4126277
4 changed files with 19 additions and 9 deletions
@@ -17,7 +17,6 @@
"<span class='notice'>[user.name] pulls you free from the gelatinous resin.</span>",\
"<span class='notice'>You hear squelching...</span>")
buckled_mob.pixel_y = 0
buckled_mob.old_y = 0
unbuckle()
else
if(world.time <= buckled_mob.last_special+NEST_RESIST_TIME)
@@ -30,7 +29,6 @@
if(user && buckled_mob && user.buckled == src)
buckled_mob.last_special = world.time
buckled_mob.pixel_y = 0
buckled_mob.old_y = 0
unbuckle()
src.add_fingerprint(user)
return