mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Fixed mime PDA assignment.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@347 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user