Skip to content

Commit

Permalink
eggs pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Sep 9, 2024
1 parent cb1289e commit e7a1cc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/mob/living/simple_animal/friendly/schlorrgo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
. =..()
if(!.)
return
if(!stat && prob(99) && eggs_left > 0) // Only fat schlorrgos lay eggs
if(!stat && prob(3) && eggs_left > 0) // Only fat schlorrgos lay eggs
lay_egg()

/mob/living/simple_animal/schlorrgo/proc/lay_egg()
Expand Down Expand Up @@ -235,9 +235,9 @@
melee_damage_upper = 25
environment_smash = 2
resistance = 3
mob_bump_flag = ALLMOBS // Oh lord he comin
mob_swap_flags = ALLMOBS
mob_push_flags = ALLMOBS
mob_bump_flag = HEAVY // Oh lord he comin
mob_swap_flags = HEAVY
mob_push_flags = HEAVY
can_be_buckled = FALSE
a_intent = I_HURT
emote_sounds = list('sound/effects/creatures/schlorrgo_scream.ogg')
Expand Down

0 comments on commit e7a1cc6

Please sign in to comment.