mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Converting crabs to basic mobs (#77109)
## About The Pull Request Exactly what it reads on the tin. As a bonus, they will flee from attacking targets, hunt tiny critters (crabs are now small-sized) and actually move sideways (it's an element that covers both client and basic movement) ## Why It's Good For The Game Another simple to basic mob refactor. ## Changelog 🆑 refactor: Crabs refactored into basic mobs. They now hunt tiny critters and flee from attackers. fix: Fixed crabs not crab-walking. /🆑
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/basic/pet/dog/corgi))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/simple_animal/crab))
|
||||
if(ispath(MP, /mob/living/basic/crab))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/basic/carp))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user