mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Converts space bears, space carp, and space bats to basic mobs (#29775)
* Bears and bats. * Carp * Comments, file locations * Linters! * Moved initial emotes for basic mobs to a component * Linters * Adjusted emote chance for space bats Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Updatepaths * Apply code review suggestions --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
parent
99d2f550b9
commit
b33f74594a
@@ -0,0 +1,3 @@
|
||||
/mob/living/simple_animal/hostile/scarybat/@SUBTYPES : /mob/living/basic/scarybat/@SUBTYPES{@OLD}
|
||||
/mob/living/simple_animal/hostile/bear/@SUBTYPES : /mob/living/basic/bear/@SUBTYPES{@OLD}
|
||||
/mob/living/simple_animal/hostile/carp/@SUBTYPES : /mob/living/basic/carp/@SUBTYPES{@OLD}
|
||||
Reference in New Issue
Block a user