mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Bugfix/runtime cleanup (#4249)
Some RTs. Fixes #4091 Fixes #4092 Fixes #4077
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
/obj/aiming_overlay/proc/trigger(var/perm)
|
||||
|
||||
if((user.client.prefs.toggles_secondary & SAFETY_CHECK) && user.a_intent != I_HURT) //Check this first to save time.
|
||||
if(user && user.client && (user.client.prefs.toggles_secondary & SAFETY_CHECK) && user.a_intent != I_HURT) //Check this first to save time.
|
||||
user << "You refrain from firing, as you aren't on harm intent."
|
||||
return
|
||||
if(!owner || !aiming_with || !aiming_at || !locked)
|
||||
|
||||
Reference in New Issue
Block a user