Added force name change dropdown menu option to rename living mobs (#20133)

Added force name change dropdown menu option to rename living mobs


![immagine](https://github.com/user-attachments/assets/31ddf454-27b1-487b-b3ea-0cb1eb709518)

Fixes #20132
This commit is contained in:
Fluffy
2024-11-05 18:28:52 +00:00
committed by GitHub
parent c0167b6bdb
commit 42ca937cfc
4 changed files with 77 additions and 11 deletions
@@ -50,6 +50,10 @@
VV_DROPDOWN_OPTION("explode", "Trigger explosion")
VV_DROPDOWN_OPTION("emp", "Trigger EM pulse")
/mob/living/vv_get_dropdown()
. = ..()
VV_DROPDOWN_OPTION(VV_HK_ADMIN_RENAME, "Force Change Name")
/mob/living/carbon/human/vv_get_dropdown()
. = ..()
VV_DROPDOWN_OPTION("setspecies", "Set Species")