diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 32aa784dbc0..c0bab0bb7bc 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -777,6 +777,7 @@ client if(!H) usr << "Mob doesn't exist anymore" return + holder.Topic(href, list("makesuper"=href_list["makesuper"])) else if(href_list["makeai"]) if(!check_rights(R_SPAWN)) return diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index c0331ef1997..3f912fdf23b 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1397,7 +1397,7 @@ usr.client.cmd_admin_slimeize(H) - else if(href_list["makeslime"]) + else if(href_list["makesuper"]) if(!check_rights(R_SPAWN)) return var/mob/living/carbon/human/H = locate(href_list["makesuper"])