Adds click-dragging ghosts onto items for ghostly possession (#4482)

* THE POSSESSENING

* Forgot to commit my parens!

* Description Update

* Assorted Bugfixes

* Minor Tweak

* Address Styling Issues

* Bows to overlord DZD
This commit is contained in:
DaveTheHeadcrab
2016-05-25 16:10:40 -04:00
committed by TheDZD
parent 6ee611cf65
commit 1be5ee719a
5 changed files with 409 additions and 23 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
//this is called when a ghost is drag clicked to something.
/mob/dead/observer/MouseDrop(atom/over)
if(!usr || !over) return
if (isobserver(usr) && usr.client && usr.client.holder && isliving(over))
if (isobserver(usr) && usr.client && usr.client.holder)
if (usr.client.holder.cmd_ghost_drag(src,over))
return