mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 06:10:03 +00:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
// MASK EYE
|
|
//
|
|
// A mob that a cultists controls to look around the station with.
|
|
// It streams chunks as it moves around, which will show it what the cultist can and cannot see.
|
|
|
|
/mob/eye/maskEye
|
|
name = "Eye of Nar-Sie"
|
|
acceleration = 0
|
|
owner_follows_eye = 1
|
|
|
|
/mob/eye/maskEye/New()
|
|
..()
|
|
visualnet = cultnet
|