mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
* Gets some of the easy-bad species procs (#78993) ## About The Pull Request - Kills `spec_death`, everything that used it is now signalized. - Kills `spec_hitby`, nothing used it. Anything that did hypothetically can use the signal. - [x] I tested this PR ## Why It's Good For The Game These are all bad and using signals is superior. ## Changelog 🆑 Melbert code: Removed species death and species hitby, replaced any uses with signals. /🆑 * Gets some of the easy-bad species procs * Modular adjustments * Merge skew * Update synthetic.dm * Refactor this * Update tails.dm * Update tails.dm * Final touches * Update synthetic.dm * Update synthetic.dm --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>