mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Converts Killer Tomatoes to Basic Mobs (#75516)
Just another lightweight PR porting over a simple animal to the basic mob framework with zero additional AI implementation (it's a killer tomato- it spawns into the world to maul you. how much more intricate does it need to be?).
This commit is contained in:
@@ -383,7 +383,7 @@
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/simple_animal/shade))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/simple_animal/hostile/killertomato))
|
||||
if(ispath(MP, /mob/living/basic/killer_tomato))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/basic/mouse))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user