mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Patch 1
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
|
||||
if(istype(AM, /mob/living))
|
||||
var/mob/living/L = AM
|
||||
if(L.locked_to)
|
||||
return 0
|
||||
//if(L.locked_to)//locked_to doesnt seem to exist in our code/game/atoms_movable.dm
|
||||
// return 0
|
||||
if(L.client)
|
||||
L.client.perspective = EYE_PERSPECTIVE
|
||||
L.client.eye = src
|
||||
|
||||
Reference in New Issue
Block a user