mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +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:
@@ -354,7 +354,7 @@
|
||||
var/static/list/permitted_mobs = list(
|
||||
/mob/living/basic/wumborian_fugu,
|
||||
/mob/living/simple_animal/hostile/skeleton,
|
||||
/mob/living/simple_animal/hostile/killertomato,
|
||||
/mob/living/basic/killer_tomato,
|
||||
/mob/living/simple_animal/hostile/ooze,
|
||||
/mob/living/simple_animal/hostile/illusion,
|
||||
/mob/living/basic/carp,
|
||||
|
||||
Reference in New Issue
Block a user