mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Examining things no longer forces you to look at them. (#13700)
This commit is contained in:
@@ -311,6 +311,8 @@
|
||||
user.setClickCooldown(shoot_time)
|
||||
user.setMoveCooldown(shoot_time)
|
||||
next_fire_time = world.time + shoot_time
|
||||
|
||||
user.face_atom(target, TRUE)
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
/obj/item/gun/proc/PreFire(var/atom/A, var/mob/living/user, var/params)
|
||||
if(!user.aiming)
|
||||
user.aiming = new(user)
|
||||
user.face_atom(A)
|
||||
user.face_atom(A, TRUE)
|
||||
if(ismob(A) && user.aiming)
|
||||
user.aiming.aim_at(A, src)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user