mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
- Tweaks to spiders to be less robust.
- Made goats/cows not give infinite milk but instead slowly generate milk in their udder for collecting. - Lowered speak chance for chickens and added a limit for how many chickens can be bred. - Lowered the chances of an egg to be a chicken hatching egg. - If you put an egg in your pocket it won't be a chicken hatching egg anymore. - Chickens won't spawn inside you anymore. - Added some abstract classes to the list of things that shouldn't spawn with slime cores. - Increased the time between events. - Added a spawn spiders button for admins. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5535 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -979,6 +979,7 @@ datum
|
||||
/mob/living/simple_animal/hostile/syndicate/ranged,
|
||||
/mob/living/simple_animal/hostile/syndicate/ranged/space,
|
||||
/mob/living/simple_animal/hostile/alien/queen/large,
|
||||
/mob/living/simple_animal/hostile/retaliate,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown
|
||||
)//exclusion list for things you don't want the reaction to create.
|
||||
var/list/critters = typesof(/mob/living/simple_animal/hostile) - blocked // list of possible hostile mobs
|
||||
|
||||
Reference in New Issue
Block a user