mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
[MIRROR] Fixing client eye (#11812)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Will
Cameron Lennox
parent
b9db7ed21f
commit
7d57273375
@@ -382,7 +382,7 @@
|
||||
/obj/item/spellbook/oneuse/forcewall/recoil(mob/user as mob)
|
||||
..()
|
||||
to_chat(user, span_warning("You suddenly feel very solid!"))
|
||||
var/obj/structure/closet/statue/S = new /obj/structure/closet/statue(user.loc, user)
|
||||
var/obj/structure/closet/statue/S = new /obj/structure/closet/statue(get_turf(user), user)
|
||||
S.timer = 30
|
||||
user.drop_item()
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
if(target.forceMove(T))
|
||||
break
|
||||
target.canmove = 1
|
||||
target.client.eye = target
|
||||
target.reset_perspective() // Fixes a blackscreen
|
||||
qdel(animation)
|
||||
qdel(holder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user