Xenobio2 Update #7 (#1910)

* Ensures cores, slimes cannot be used twice in their machines.

* Fixes xenos appearing friendly, simple_mob death problems.

Simple mobs that were dead and not of the hostile subtype wouldn't call walk(src,0), which prevents corpses from following their target.

* Cleans up trait data when a xeno or xeno product is removed.

* Slimes more likely to have amutationtoxin, consumes virusfood.

* Fixes some issues.

* Adds changelog
This commit is contained in:
Datraen
2016-06-10 14:28:59 -04:00
committed by Yoshax
parent 7972539289
commit 78e63a00a4
9 changed files with 64 additions and 30 deletions
@@ -5,11 +5,4 @@
destroy_surroundings = 1
a_intent = I_HURT
hostile = 1
/mob/living/simple_animal/hostile/Life()
. = ..()
if(!.)
walk(src, 0)
return 0
@@ -117,6 +117,8 @@
living_mob_list += src
stat = CONSCIOUS
density = 1
else
walk(src, 0)
return 0