Merge pull request #320 from VOREStation/synthgurgles

Tweaks digestion code
This commit is contained in:
Spades
2016-06-08 13:36:15 -04:00
4 changed files with 23 additions and 22 deletions
@@ -1450,8 +1450,10 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/Destroy()
PDAs -= src
/* VOREStation Removal
if (src.id && prob(90)) //IDs are kept in 90% of the cases
src.id.loc = get_turf(src.loc)
*/
..()
/obj/item/device/pda/clown/Crossed(AM as mob|obj) //Clown PDA is slippery.