Files
Bubberstation/code/modules/antagonists
Jerry dc7279448a Fix lack of blob reagent description (#86715)
## About The Pull Request

This PR addresses the lack of descriptions for blob reagents.
Previously, the description for these reagents stated: "shouldn't exist
and you should adminhelp immediately." This has been changed to
automatically generate a basic description when a reagent's name exists.
The confusion caused by the previous description is exemplified in issue
#85363 (does not fix the issue itself).

For example, if the reagent is named *Blazing Oil*, the new description
will read: "Blazing Oil is the reagent created by that type of blob.".
See the example below:


![image](https://github.com/user-attachments/assets/ab7c10cf-9306-404d-a232-b16115dab894)

If the reagent name is *Unknown*, the description will revert to the
original message, prompting players to adminhelp.


![image](https://github.com/user-attachments/assets/09036d34-9c69-4688-90d6-9b1f2a7a4722)

In addition, two specific blob chemicals used to inject players,
*Regenerative Materia* and *Cryogenic Poison*, will now include more
detailed descriptions, specifying their purposes.


![image](https://github.com/user-attachments/assets/7299b679-f55e-491c-95c8-07fecb9a075c)


![image](https://github.com/user-attachments/assets/4737b748-5409-4e34-b420-0a46df654b80)
## Why It's Good For The Game

This change makes it easier for players to understand the origin of blob
chemicals, reducing confusion when they are detected.
## Changelog
🆑
fix: fixes description for blob reagents
/🆑
2024-09-18 01:27:49 +02:00
..
2024-09-10 17:04:59 +02:00