mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 20:46:29 +01:00
Merge pull request #5284 from Anewbe/item_zoom
Swapping hands cancels zoom
This commit is contained in:
@@ -680,6 +680,10 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
/obj/item/proc/is_hot()
|
||||
return FALSE
|
||||
|
||||
// Called when you swap hands away from the item
|
||||
/obj/item/proc/in_inactive_hand(mob/user)
|
||||
return
|
||||
|
||||
// My best guess as to why this is here would be that it does so little. Still, keep it under all the procs, for sanity's sake.
|
||||
/obj/item/device
|
||||
icon = 'icons/obj/device.dmi'
|
||||
|
||||
Reference in New Issue
Block a user