mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 17:51:17 +00:00
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
// Camera mob, used by AI camera and blob.
|
|
|
|
/mob/camera
|
|
name = "camera mob"
|
|
density = 0
|
|
status_flags = GODMODE // You can't damage it.
|
|
mouse_opacity = 0
|
|
see_in_dark = 7
|
|
invisibility = 101 // No one can see us
|
|
|
|
move_on_shuttle = 0
|
|
|