mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixed compiling error.
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
var/obj/item/device/pda/pda = src:wear_id
|
var/obj/item/device/pda/pda = src:wear_id
|
||||||
id = pda.owner
|
id = pda.owner
|
||||||
else
|
else
|
||||||
id = src.wear_id.registered
|
id = src.wear_id.registered_name
|
||||||
if (src.wear_id.PHOTO)
|
if (src.wear_id.PHOTO)
|
||||||
photo = 1
|
photo = 1
|
||||||
if (id != src.real_name && in_range(src, usr) && prob(10))
|
if (id != src.real_name && in_range(src, usr) && prob(10))
|
||||||
|
|||||||
Reference in New Issue
Block a user