fingerprints on cans now log on any attackby() that isn't a wrench/analyzer/pda/tank

added a 2 minute countdown var to humans/monkeys that resets when move() is called (for an actual fix to the cuffbreak bug)
changed a typo in security levels

committed a gib animation fix for Sieve (todo: make custom gib animations for simple_animals/metroids)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2750 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2011-12-20 05:55:24 +00:00
parent 49b653b51a
commit 3c5416fcde
9 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -444,7 +444,7 @@
O.show_message(text("\red <B>[] attempts to remove the handcuffs!</B>", usr), 1)
spawn(0)
if(do_after(usr, 1200))
if(!usr:handcuffed || usr:buckled) return
if(!usr:handcuffed || usr:buckled || usr.moved_recently >= 40) return // time leniency for lag
for(var/mob/O in viewers(usr))
O.show_message(text("\red <B>[] manages to remove the handcuffs!</B>", usr), 1)
usr << "\blue You successfully remove your handcuffs."