mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
* The telescience computer starts with 3 artificial crystals. * The crystals can be crushed to blink or you can throw it at someone to make them blink a short distance. * You cannot teleport the AI or any anchored mob (unless they are buckled to an office chair). * You can make the bluespace crystals from slimes or from research.
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
// Camera mob, used by AI camera and blob.
|
|
|
|
/mob/camera
|
|
name = "camera mob"
|
|
density = 0
|
|
anchored = 1
|
|
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
|
|
|
|
/mob/camera/experience_pressure_difference()
|
|
return |