mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
[MIRROR] some dropped sanity (#9856)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
6ba6be650c
commit
2d0719a4d4
@@ -120,8 +120,9 @@
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/item/mapping_unit/dropped(mob/dropper)
|
||||
if(loc != dropper) // Not just a juggle
|
||||
/obj/item/mapping_unit/dropped(mob/user)
|
||||
..()
|
||||
if(loc != user) // Not just a juggle
|
||||
hide_device()
|
||||
|
||||
/obj/item/mapping_unit/attack_self(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user