[MIRROR] removes inaccurate comment for item/proc/equipped (#5682)

* Merge pull request #35918 from JJRcop/patch-16

removes inaccurate comment for item/proc/equipped

* removes inaccurate comment for item/proc/equipped
This commit is contained in:
CitadelStationBot
2018-02-24 06:07:49 -06:00
committed by Poojawa
parent 3023fd874c
commit 03cc105e90
+1 -1
View File
@@ -429,7 +429,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
/obj/item/proc/on_found(mob/finder)
return
// called after an item is placed in an equipment slot //NOPE, for example, if you put a helmet in slot_head, it is NOT in user's head variable yet, how stupid.
// called after an item is placed in an equipment slot
// user is mob that equipped it
// slot uses the slot_X defines found in setup.dm
// for items that can be placed in multiple slots