Fixed mime PDA assignment.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@347 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-22 23:33:07 +00:00
parent d2c6d75773
commit 1c1d6d0d5e

View File

@@ -578,6 +578,9 @@
if (istype(src.belt, /obj/item/device/pda))
src.belt:owner = src.real_name
src.belt.name = "PDA-[src.real_name]"
if (istype(src.r_store, /obj/item/device/pda)) //damned mime PDAs not starting in belt slot
src.r_store:owner = src.real_name
src.r_store.name = "PDA-[src.real_name]"
/client/proc/mimewall()
set category = "Mime"