[MIRROR] modsuit works with speed potions + ai movement fix + file sortage [MDB IGNORE] (#10341)

* modsuit works with speed potions + ai movement fix + file sortage (#63670)

modsuit examining now tells you about wire panels
fixes being able to remove stuff with the dna lock
fixes 63650
fixes 63633
sorts module files

* modsuit works with speed potions + ai movement fix + file sortage

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-29 17:20:10 -05:00
committed by GitHub
co-authored by Fikou
parent 0e67e0d1e0
commit 18e2cc85d1
22 changed files with 1974 additions and 1812 deletions
+2 -4
View File
@@ -545,10 +545,8 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches)
/datum/component/storage/proc/attackby(datum/source, obj/item/I, mob/M, params)
SIGNAL_HANDLER
if(istype(I, /obj/item/hand_labeler))
var/obj/item/hand_labeler/labeler = I
if(labeler.mode)
return FALSE
if(!I.attackby_storage_insert(src, parent, M))
return FALSE
. = TRUE //no afterattack
if(iscyborg(M))
return