mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Fixes runtimes & some cleanup (#48776)
* Keyless emote sanity. * Camera bug runtime * SM runtime * Removes random <br>'s in atmos logs * light spark runtime * uranium splashing on walls runtime * throwing clown with clown shoes runtime. * beam rifle runtime * Don't warn on mesageless keyless emotes. * Fixup
This commit is contained in:
@@ -180,7 +180,8 @@
|
||||
|
||||
/obj/item/gun/energy/beam_rifle/proc/aiming_beam(force_update = FALSE)
|
||||
var/diff = abs(aiming_lastangle - lastangle)
|
||||
check_user()
|
||||
if(!check_user())
|
||||
return
|
||||
if(diff < AIMING_BEAM_ANGLE_CHANGE_THRESHOLD && !force_update)
|
||||
return
|
||||
aiming_lastangle = lastangle
|
||||
|
||||
Reference in New Issue
Block a user