Merge pull request #8438 from Fox-McCloud/giant-spider-fix

Fixes Various Issues with Giant Spiders
This commit is contained in:
tigercat2000
2017-12-23 19:11:07 -08:00
committed by GitHub
3 changed files with 41 additions and 36 deletions
@@ -237,7 +237,7 @@
E = locate() in get_turf(src)
if(!E)
var/obj/structure/spider/eggcluster/C = new /obj/structure/spider/eggcluster(src.loc)
C.faction = faction
C.faction = faction.Copy()
C.master_commander = master_commander
if(ckey)
C.player_spiders = 1
@@ -67,7 +67,7 @@
var/gold_core_spawnable = CHEM_MOB_SPAWN_INVALID //if CHEM_MOB_SPAWN_HOSTILE can be spawned by plasma with gold core, CHEM_MOB_SPAWN_FRIENDLY are 'friendlies' spawned with blood
var/master_commander = null //holding var for determining who own/controls a sentient simple animal (for sentience potions).
var/mob/living/carbon/human/master_commander = null //holding var for determining who own/controls a sentient simple animal (for sentience potions).
var/mob/living/simple_animal/hostile/spawner/nest