Admins can now drag ghosts onto camera mobs like they can onto living mobs to place the ghost's client in the camera

Fixed mutable var not being copied from advanced viruses
This commit is contained in:
Ian Turk
2018-03-06 21:05:15 -06:00
parent d39472ead9
commit 276c7c86d0
3 changed files with 3 additions and 2 deletions

View File

@@ -821,7 +821,7 @@
//returns 1 to let the dragdrop code know we are trapping this event
//returns 0 if we don't plan to trap the event
/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/living/tomob)
/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/tomob)
//this is the exact two check rights checks required to edit a ckey with vv.
if (!check_rights(R_VAREDIT,0) || !check_rights(R_SPAWN|R_DEBUG,0))