mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix runtime from not passing a user when clicking something with a PDA in atmos analyzer mode.
This commit is contained in:
@@ -1606,7 +1606,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
if(5)
|
||||
if(atmos_analys)
|
||||
if(A.Adjacent(user))
|
||||
if(!A.attackby(atmos_analys))
|
||||
if(!A.attackby(atmos_analys, user))
|
||||
atmos_analys.afterattack(A, user, 1)
|
||||
if (6)
|
||||
if(dev_analys) //let's use this instead. Much neater
|
||||
|
||||
Reference in New Issue
Block a user