eliminates return .

This commit is contained in:
Kyep
2017-01-29 17:45:10 -08:00
parent 23cd0f5563
commit 792ea8951e
3 changed files with 0 additions and 3 deletions
@@ -50,7 +50,6 @@
purple_distance_check()
else
dcheck_counter++
return .
/mob/living/simple_animal/hostile/poison/terror_spider/purple/proc/purple_distance_check()
if(spider_myqueen)
@@ -73,7 +73,6 @@
to_chat(src, "<span class='notice'>You have [canlay] eggs available to lay. You won't grow any more eggs until you lay some of your existing ones.</span>")
else
to_chat(src, "<span class='notice'>You have [canlay] eggs available to lay.</span>")
return .
/mob/living/simple_animal/hostile/poison/terror_spider/queen/death(gibbed)
if(!hasdied)
@@ -277,7 +277,6 @@ var/global/list/ts_spiderling_list = list()
regen_points -= regen_points_per_hp
if(prob(5))
CheckFaction()
return .