mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
basicmob clowns (#78448)
## About The Pull Request this is a mostly 1 to 1 port of simpleanimal clowns to basicmob clowns this means they have 1 more brain cell and they waddle https://github.com/tgstation/tgstation/assets/70376633/0c5f01c7-fea2-4d8c-9fc1-764c1557e1b8 ## Why It's Good For The Game  ## Changelog 🆑 refactor: clowns are basicmobs now /🆑 --------- Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
co-authored by
san7890
Jacquerel
parent
d99a167b0a
commit
5db7992b09
@@ -54,16 +54,16 @@
|
||||
max_mobs = 15
|
||||
spawn_time = 15 SECONDS
|
||||
mob_types = list(
|
||||
/mob/living/simple_animal/hostile/retaliate/clown,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/banana,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/clownhulk,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/clownhulk/chlown,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/clownhulk/honcmunculus,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/fleshclown,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/mutant/glutton,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/honkling,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/longface,
|
||||
/mob/living/simple_animal/hostile/retaliate/clown/lube,
|
||||
/mob/living/basic/clown,
|
||||
/mob/living/basic/clown/banana,
|
||||
/mob/living/basic/clown/clownhulk,
|
||||
/mob/living/basic/clown/clownhulk/chlown,
|
||||
/mob/living/basic/clown/clownhulk/honkmunculus,
|
||||
/mob/living/basic/clown/fleshclown,
|
||||
/mob/living/basic/clown/mutant/glutton,
|
||||
/mob/living/basic/clown/honkling,
|
||||
/mob/living/basic/clown/longface,
|
||||
/mob/living/basic/clown/lube,
|
||||
)
|
||||
spawn_text = "climbs out of"
|
||||
faction = list(FACTION_CLOWN)
|
||||
|
||||
Reference in New Issue
Block a user