Quickfix for a derp I made with cloners. Somehow I created a hud with constructor parameter of the cloning machine.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2745 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-12-19 19:18:41 +00:00
parent 0f26f9e05f
commit 6579420da4
+1 -1
View File
@@ -128,7 +128,7 @@
ghost.client.mob = src.occupant
src.occupant.hud_used = new/obj/hud( src )
src.occupant.hud_used = new/obj/hud( src.occupant )
// probably redundant because previous line calls mob/Login() which does this line of code
// but until this is proven useless keep it for safety - Doohl