Don't allow every single spider to be player controllable

This commit is contained in:
oranges
2016-02-16 10:00:23 +13:00
parent 449c20ec74
commit b496ca6043
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)