Belt Pinpointer sprites (#58229)

This commit is contained in:
Kokonut
2021-04-09 02:41:43 -07:00
committed by GitHub
parent e64605cd06
commit d0b1cec1bc
5 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -8,7 +8,7 @@
slot_flags = ITEM_SLOT_BELT
w_class = WEIGHT_CLASS_SMALL
inhand_icon_state = "electronic"
worn_icon_state = "electronic"
worn_icon_state = "pinpointer"
lefthand_file = 'icons/mob/inhands/misc/devices_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi'
throw_speed = 3
@@ -89,6 +89,7 @@
name = "crew pinpointer"
desc = "A handheld tracking device that points to crew suit sensors."
icon_state = "pinpointer_crew"
worn_icon_state = "pinpointer_crew"
custom_price = PAYCHECK_MEDIUM * 4
custom_premium_price = PAYCHECK_MEDIUM * 6
var/has_owner = FALSE
@@ -165,6 +166,7 @@
name = "proximity crew pinpointer"
desc = "A handheld tracking device that displays its proximity to crew suit sensors."
icon_state = "pinpointer_crewprox"
worn_icon_state = "pinpointer_prox"
custom_price = PAYCHECK_MEDIUM * 3
/obj/item/pinpointer/crew/prox/get_direction_icon(here, there)
@@ -217,6 +219,7 @@
name = "fugitive pinpointer"
desc = "A handheld tracking device that locates the bounty hunter shuttle for quick escapes."
icon_state = "pinpointer_hunter"
worn_icon_state = "pinpointer_black"
icon_suffix = "_hunter"
var/obj/shuttleport