Merge pull request #15536 from optimumtact/spidersspiderseverywhere

Don't allow every single spider to be player controllable
This commit is contained in:
Cheridan
2016-02-16 15:47:15 -06:00
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -202,6 +202,7 @@
S.poison_type = poison_type
S.faction = faction.Copy()
if(player_spiders)
S.playable_spider = TRUE
notify_ghosts("Spider [S.name] can be controlled", null, enter_link="<a href=?src=\ref[S];activate=1>(Click to play)</a>", source=S, attack_not_jump = 1)
qdel(src)