Fix for the safe being very occasionally uncrackable (thanks, Sabbat).

Added the hemostat to the autolathe list.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5786 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2013-02-26 01:14:26 +00:00
parent 69b7e1e384
commit 99d892214f
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -23,11 +23,11 @@ FLOOR SAFES
/obj/structure/safe/New()
tumbler_1_pos = rand(0, 72)
tumbler_1_open = rand(0, 72)
tumbler_1_pos = rand(0, 71)
tumbler_1_open = rand(0, 71)
tumbler_2_pos = rand(0, 72)
tumbler_2_open = rand(0, 72)
tumbler_2_pos = rand(0, 71)
tumbler_2_open = rand(0, 71)
/obj/structure/safe/initialize()