mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Merge pull request #10253 from Kyep/cc_contraband
CC/Admin Outfits Update
This commit is contained in:
@@ -391,3 +391,12 @@
|
||||
|
||||
/obj/item/pinpointer/crew/examine(mob/user)
|
||||
..(user)
|
||||
|
||||
/obj/item/pinpointer/crew/centcom
|
||||
name = "centcom pinpointer"
|
||||
desc = "A handheld tracking device that tracks crew based on remote centcom sensors."
|
||||
|
||||
/obj/item/pinpointer/crew/centcom/trackable(mob/living/carbon/human/H)
|
||||
var/turf/here = get_turf(src)
|
||||
var/turf/there = get_turf(H)
|
||||
return there && there.z == here.z
|
||||
Reference in New Issue
Block a user