2 Commits
Author SHA1 Message Date
SorrowfulwindsandGitHub 0a5ef95373 fix atom >> mob|obj (#7424)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
OD says atom isnt real.
Lohikar says mob|obj is real
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
<img width="573" height="71" alt="image"
src="https://github.com/user-attachments/assets/f80d6664-a318-40cd-8fd6-e5fc1bd63ed2"
/>

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Please note that
maintainers freely reserve the right to remove and add tags should they
deem it appropriate. You can attempt to finagle the system all you want,
but it's best to shoot for clear communication right off the bat. -->

🆑
fix: fixed bad in loop
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2025-12-12 00:50:02 -05:00
Timothy TeakettleandGitHub 876d9ebc6c add a way for admins to allow objects to emote (#7188)
## About The Pull Request
in terms of implementation this is just a crude edit of atom_say because
i am not taking on refactoring say code to be unified for this

if you have R_FUN you get access to atom emote on the right click menu

using it shows this menu

![image](https://github.com/user-attachments/assets/462c2229-0842-4630-92ac-eb9c4ad27712)

audible shows to people who can hear it
visible shows to people who can see it
all shows to everyone within range regardless

## Why It's Good For The Game
useful for EMs

## Changelog

🆑
add: add a way for admins to allow objects to emote
/🆑
2025-06-11 20:58:01 -06:00