mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user