mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 12:43:09 +00:00
* Converts Spaceman mobs from simple to basic (#75944) ## About The Pull Request This changes the Spaceman simplemobs into basic mobs. They really didn't do anything besides stand around and retaliate, so no new AI datums had to be added. ## Why It's Good For The Game Scratch it from da list. ## Changelog 🆑 code: Spaceman simple mobs have been converted to basic mobs. /🆑 --------- Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Converts Spaceman mobs from simple to basic --------- Co-authored-by: Rhials <Datguy33456@gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
# modifies simple_animal spacemans into the new basic mob type
|
|
|
|
/mob/living/simple_animal/hostile/retaliate/spaceman : /mob/living/basic/spaceman{@OLD}
|