the Space Parallax update (#10085)

* parallax1

* parallax2

* parallax3

* parallax4

* parallax6

* parallax7

* parallax8

* parallax9

* parallax11

* parallax12

* parallax13

* parallax14 and changelog

* parallax15

* parallax16

* parallax17

* parallax18

* parallax19

* parallax21

* parallax22

* parallax23

* fixing conflicts again

* Fixing that sqlite Error

* parallax25

* sql

* sql (reverted from commit 257cc728669d083118f15fe5cc3fb55fad62b1e6)

* sqlagain
This commit is contained in:
DeityLink
2016-05-31 21:48:51 +02:00
committed by PJB3005
parent db7c99cfa3
commit cfef0afef0
31 changed files with 542 additions and 11 deletions

View File

@@ -1579,3 +1579,11 @@ Game Mode config tags:
found_mode = GM
break
return found_mode
/atom/proc/get_mobs_in_contents() //returns mobs recursively inside the atom
. = list()
for(var/atom/A in contents)
. += A.get_mobs_in_contents()
/mob/get_mobs_in_contents()
. = ..() + src