This commit is contained in:
kevinz000
2020-03-26 12:19:09 -07:00
parent 92b809634b
commit 289d581e66
12 changed files with 188 additions and 75 deletions
+7
View File
@@ -1000,3 +1000,10 @@ GLOBAL_VAR_INIT(exploit_warn_spam_prevention, 0)
for(var/obj/item/I in held_items)
if(I.item_flags & SLOWS_WHILE_IN_HAND)
. += I.slowdown
/**
* Mostly called by doUnEquip()
* Like item dropped() on mob side.
*/
/mob/proc/on_item_dropped(obj/item/I)
return