mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Nearsighted Camera Fix (#17124)
* Nearsighted Camera Fix * fluffy changes
This commit is contained in:
@@ -86,6 +86,10 @@
|
||||
return 0
|
||||
return -1
|
||||
|
||||
/// Primarily used on machinery, when this returns TRUE, equipment that helps with vision, such as prescription glasses for nearsighted characters, have an effect despite the client eye not being on the mob
|
||||
/atom/proc/grants_equipment_vision(var/mob/user)
|
||||
return
|
||||
|
||||
/atom/proc/additional_sight_flags()
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user