mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
eliminates return .
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user