Larvae who chestburst while their host is swallowed are now properly added to stomach_contents, so they can be regurgitated. As are the gibs from the gibbing.

Tidied up the loop in alien_powers.dm
This commit is contained in:
Rolan7
2014-01-20 15:43:43 -05:00
parent 5f1fae05dd
commit 5d931d70ef
3 changed files with 13 additions and 8 deletions
+3
View File
@@ -42,6 +42,9 @@
for(var/j = 1, j<= gibamounts[i], j++)
var/gibType = gibtypes[i]
gib = new gibType(location)
if(istype(location,/mob/living/carbon))
var/mob/living/carbon/digester = location
digester.stomach_contents += gib
if(viruses.len > 0)
for(var/datum/disease/D in viruses)