mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
(IRIS PORT) Black Mesa Basic Mobs (#4632)
## About The Pull Request **_ALL THE CREDIT FOR THIS GOES TO NoNameGiven-05 FROM IRISSTATION FOR https://github.com/IrisSS13/IrisStation/pull/627._** EVERY Black Mesa mob has been refactored into a basic mob. Attached are videos of the new mob AI in action. <details> <summary>Bullsquid</summary> https://github.com/user-attachments/assets/a4e279be-c365-482f-b481-8cd5166d24c6 </details> <details> <summary>Gordon Freeman</summary> https://github.com/user-attachments/assets/b658641c-5bb0-4132-9020-81ded34ade1b </details> <details> <summary>Headcrab</summary> https://github.com/user-attachments/assets/ee6219af-fa56-42b4-ba14-de949f9f463b </details> <details> <summary>Houndeye</summary> https://github.com/user-attachments/assets/5ceea5b5-2f4d-4569-9d89-933f0ba668f2 </details> <details> <summary>Nihilanth</summary> https://github.com/user-attachments/assets/617f1f78-abee-457c-8dba-7d8767892d62 </details> <details> <summary>Vortigaunt</summary> https://github.com/user-attachments/assets/3ae36849-7788-40ff-8e14-036d0bf42301 </details> ## Why It's Good For The Game It makes the Half-Life gateway mobs actually *do* stuff. ## Proof Of Testing See above. ## Changelog 🆑 refactor: Refactored ALL the Black Mesa mobs into basic mobs. /🆑
This commit is contained in:
@@ -62,28 +62,6 @@
|
||||
// MODULAR SKYRAT ENTRIES
|
||||
// PLEASE REFACTOR THESE AS YOU CAN
|
||||
/mob/living/simple_animal/hostile/bigcrab,
|
||||
/mob/living/simple_animal/hostile/blackmesa,
|
||||
/mob/living/simple_animal/hostile/blackmesa/blackops,
|
||||
/mob/living/simple_animal/hostile/blackmesa/blackops/ranged,
|
||||
/mob/living/simple_animal/hostile/blackmesa/hecu,
|
||||
/mob/living/simple_animal/hostile/blackmesa/hecu/ranged,
|
||||
/mob/living/simple_animal/hostile/blackmesa/hecu/ranged/smg,
|
||||
/mob/living/simple_animal/hostile/blackmesa/sec,
|
||||
/mob/living/simple_animal/hostile/blackmesa/sec/ranged,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/guard,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hecu,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hev,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/scientist,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/houndeye,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/nihilanth,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/vortigaunt,
|
||||
/mob/living/simple_animal/hostile/blackmesa/xen/vortigaunt/slave,
|
||||
/mob/living/simple_animal/hostile/cazador,
|
||||
/mob/living/simple_animal/hostile/cult,
|
||||
/mob/living/simple_animal/hostile/cult/assassin,
|
||||
|
||||
Reference in New Issue
Block a user