mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Revenants can change their name [OCULIS PORT] (#5768)
## About The Pull Request **PORT OF https://github.com/Monkestation/OculisStation/pull/129.** Allows revenants to choose their own name or use the default name. ## Why It's Good For The Game This allows for more roleplay opportunities as you can now run with a potential gimmick without needing admin intervention. There is also precedent with antagonists being able to rename themselves due to Space Dragon. ## Proof Of Testing See below. <details> <summary>Screenshots/Videos</summary> https://github.com/user-attachments/assets/0b0c73c0-d9a8-4ffd-bc43-f34df5eccde7 <img width="650" height="116" alt="Ghouling Spirit" src="https://github.com/user-attachments/assets/a4459720-0c8d-43c0-9ddf-95342e32be40" /> <img width="648" height="63" alt="That's Ghouling Spirit" src="https://github.com/user-attachments/assets/0c2e2d51-8ff1-4002-9407-75aa44fe4c73" /> </details> ## Changelog 🆑 Absolucy add: Revenants can now rename themselves. /🆑
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
SIGNAL_REMOVETRAIT(TRAIT_NO_TRANSFORM),
|
||||
), PROC_REF(update_revenant_appearance))
|
||||
name = generate_random_mob_name()
|
||||
real_name = name // BUBBER EDIT - ADDITION
|
||||
|
||||
GLOB.revenant_relay_mobs |= src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user