mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #16424 from Darlantanis/PDAgunFix
Fixes wrist PDA runtiming when firing guns
This commit is contained in:
@@ -79,6 +79,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
|
||||
|
||||
/obj/item/pda/examine(mob/user)
|
||||
. = ..()
|
||||
if(Adjacent(user))
|
||||
|
||||
Reference in New Issue
Block a user