Adds Skrell Shared Dreaming (#5707)

Implements skrell shared dreaming.

Whilst Unconscious and alive, skrell will enter the Srom, aka Dream, in which they telepathically link to one another.
In game, they will appear in a custom area, able to communicate with one another.
Whilst in Srom, skrell find it very hard to keep their own secrets, if not impossible, and will often 'mumble' important information.
This commit is contained in:
William Lemon
2018-12-11 11:44:28 +02:00
committed by Erki
parent c887940c3b
commit d9450e5dab
12 changed files with 2024 additions and 1469 deletions
+4
View File
@@ -79,6 +79,10 @@
asteroid_spawn += loc
delete_me = 1
return
if("skrell_entry")
dream_entries += loc
delete_me = 1
return
landmarks_list += src
return 1