mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Added force name change dropdown menu option to rename living mobs (#20133)
Added force name change dropdown menu option to rename living mobs  Fixes #20132
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user