From 03cc105e90f1e9e0b1f0000683da9dbe3d707687 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 24 Feb 2018 06:07:49 -0600 Subject: [PATCH] [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 --- code/game/objects/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 9d3814c145..4267f69657 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -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