More spider fixes

This commit is contained in:
KorPhaeron
2015-12-11 04:42:04 -06:00
parent 6880b68269
commit 44873907f4
2 changed files with 12 additions and 7 deletions
@@ -163,8 +163,8 @@
if(do_after(src, 40, target = T))
if(busy == SPINNING_WEB && src.loc == T)
new /obj/effect/spider/stickyweb(T)
busy = 0
stop_automated_movement = 0
busy = 0
stop_automated_movement = 0
/mob/living/simple_animal/hostile/poison/giant_spider/nurse/verb/Wrap()
@@ -221,9 +221,9 @@
break
if(large_cocoon)
C.icon_state = pick("cocoon_large1","cocoon_large2","cocoon_large3")
cocoon_target = null
busy = 0
stop_automated_movement = 0
cocoon_target = null
busy = 0
stop_automated_movement = 0
/mob/living/simple_animal/hostile/poison/giant_spider/nurse/verb/LayEggs()
set name = "Lay Eggs"
@@ -250,9 +250,10 @@
C.player_spiders = 1
C.poison_type = poison_type
C.poison_per_bite = poison_per_bite
C.faction = faction
fed--
busy = 0
stop_automated_movement = 0
busy = 0
stop_automated_movement = 0
/mob/living/simple_animal/hostile/poison/giant_spider/handle_temperature_damage()
if(bodytemperature < minbodytemp)