mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user