reworks family heirlooms, adds heirlooms that can be based off your species (#13444)
* corgi tracker * better heirloom system * typo
This commit is contained in:
committed by
GitHub
parent
04db791004
commit
385bd57940
@@ -199,4 +199,12 @@
|
||||
|
||||
/obj/item/pinpointer/shuttle/Destroy()
|
||||
shuttleport = null
|
||||
. = ..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/pinpointer/ian
|
||||
name = "ian pinpointer"
|
||||
desc = "A handheld tracking device that locates Ian. Made with real corgis!"
|
||||
icon_state = "pinpointer_ian"
|
||||
|
||||
/obj/item/pinpointer/ian/scan_for_target()
|
||||
target = locate(/mob/living/simple_animal/pet/dog/corgi/Ian) in GLOB.mob_living_list
|
||||
|
||||
Reference in New Issue
Block a user