Fixes possession funtime (#37737)

* Fixes possession funtime

* This should probably be generic backend mob list but i can't think of anything else that would need it.
This commit is contained in:
AnturK
2018-05-13 02:26:40 +02:00
committed by letterjay
parent df19890da4
commit 1c164ff28f
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
SSblackbox.record_feedback("tally", "admin_verb", 1, "Jump To Key") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/Getmob(mob/M in GLOB.mob_list)
/client/proc/Getmob(mob/M in GLOB.mob_list - GLOB.dummy_mob_list)
set category = "Admin"
set name = "Get Mob"
set desc = "Mob to teleport"