[MIRROR] Fixes wrist PDA runtiming when firing guns (#9156)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-04 15:19:52 -07:00
committed by GitHub
parent c9cff325a4
commit 4acb710cfe
4 changed files with 6 additions and 4 deletions

View File

@@ -80,6 +80,8 @@ var/global/list/obj/item/pda/PDAs = list()
var/list/notifying_programs = list()
var/retro_mode = 0
// var/gunshot_residue // VOREstation edit: prevents wrist PDA from preventing gun use // CHOMPRemove no bandaids
/obj/item/pda/examine(mob/user)
. = ..()
if(Adjacent(user))