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

View File

@@ -1,6 +1,6 @@
/obj/machinery/keycard_auth
name = "Keycard Authentication Device"
desc = "This device is used to trigger ship functions, which require more than one ID card to authenticate."
desc = "This device is used to trigger station functions, which require more than one ID card to authenticate."
icon = 'monitors.dmi'
icon_state = "auth_off"
var/active = 0 //This gets set to 1 on all devices except the one where the initial request was made.
@@ -21,7 +21,7 @@
power_channel = ENVIRON
/obj/machinery/keycard_auth/attack_ai(mob/user as mob)
user << "The ship AI is not to interact with these devices"
user << "The station AI is not to interact with these devices"
return
/obj/machinery/keycard_auth/attack_paw(mob/user as mob)