Renames the mob spawner menu (#30419)

This commit is contained in:
Joan Lung
2017-09-05 19:14:49 -05:00
committed by Cheridan
parent 52310bb831
commit f32bd4fe01
+2 -2
View File
@@ -819,8 +819,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
GLOB.observer_default_invisibility = amount
/mob/dead/observer/proc/open_spawners_menu()
set name = "Mob spawners menu"
set desc = "See all currently available ghost spawners"
set name = "Spawners Menu"
set desc = "See all currently available spawners"
set category = "Ghost"
if(!spawners_menu)
spawners_menu = new(src)