mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
1fcbb216e7
* move ref lists from world new to ref list creation * tg styl * . * next globals * ugh * some more * pain * . * horror * . * . * . * shoe me * ye * . * eh * . * . --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
14 lines
355 B
Plaintext
14 lines
355 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/observer/eye/maskEye
|
|
name = "Eye of Nar-Sie"
|
|
acceleration = 0
|
|
owner_follows_eye = 1
|
|
|
|
/mob/observer/eye/maskEye/Initialize(mapload)
|
|
. = ..()
|
|
visualnet = GLOB.cultnet
|