mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixed a potential runtime and removed buggy mobs from gold slime's spawn list as per raven's request.
This commit is contained in:
@@ -780,7 +780,7 @@ proc/anim(turf/location as turf,target as mob|obj,a_icon,a_icon_state as text,fl
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
var/delayfraction = round(delay/numticks)
|
var/delayfraction = round(delay/numticks)
|
||||||
var/turf/T = user.loc
|
var/turf/T = get_turf(user)
|
||||||
var/holding = user.get_active_hand()
|
var/holding = user.get_active_hand()
|
||||||
|
|
||||||
for(var/i = 0, i<numticks, i++)
|
for(var/i = 0, i<numticks, i++)
|
||||||
|
|||||||
@@ -1030,6 +1030,9 @@ datum
|
|||||||
/mob/living/simple_animal/hostile/syndicate/ranged,
|
/mob/living/simple_animal/hostile/syndicate/ranged,
|
||||||
/mob/living/simple_animal/hostile/syndicate/ranged/space,
|
/mob/living/simple_animal/hostile/syndicate/ranged/space,
|
||||||
/mob/living/simple_animal/hostile/alien/queen/large,
|
/mob/living/simple_animal/hostile/alien/queen/large,
|
||||||
|
/mob/living/simple_animal/hostile/faithless,
|
||||||
|
/mob/living/simple_animal/hostile/panther,
|
||||||
|
/mob/living/simple_animal/hostile/snake,
|
||||||
/mob/living/simple_animal/hostile/retaliate,
|
/mob/living/simple_animal/hostile/retaliate,
|
||||||
/mob/living/simple_animal/hostile/retaliate/clown
|
/mob/living/simple_animal/hostile/retaliate/clown
|
||||||
)//exclusion list for things you don't want the reaction to create.
|
)//exclusion list for things you don't want the reaction to create.
|
||||||
|
|||||||
Reference in New Issue
Block a user