mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixed radios not working if you have a PDA in your wear_id slot.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@597 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1063,7 +1063,9 @@ Code:
|
||||
|
||||
if(emptyHand)
|
||||
src.id.DblClick()
|
||||
src.id = null
|
||||
if(!istype(src.id.loc, /obj/item/device/pda))
|
||||
|
||||
src.id = null
|
||||
// src.id.loc = src.loc
|
||||
// else if (istype(src.loc, /turf)) src.id.loc = src.loc
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user