This commit is contained in:
joep van der velden
2018-10-11 22:55:10 +02:00
parent 44ba995aa6
commit c96adec91f
4 changed files with 26 additions and 1 deletions
+4
View File
@@ -341,6 +341,10 @@ var/global/image/fire_overlay = image("icon" = 'icons/goonstation/effects/fire.d
/obj/item/proc/on_found(mob/finder as mob)
return
// called when the giver gives it to the receiver
/obj/item/proc/on_give(mob/living/carbon/giver, mob/living/carbon/receiver)
return
// 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