mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
Implementation of a cult visual network, similar to the original camera network. Includes the "eye" itself and the initial construction of a mob that can control one.
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
/mob/eye/Life()
|
|
..()
|
|
// If we lost our client, reset the list of visible chunks so they update properly on return
|
|
if(owner == src && !client)
|
|
visibleChunks.Cut()
|
|
/*else if(owner && !owner.client)
|
|
visibleChunks.Cut()*/
|