mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Belt Pinpointer sprites (#58229)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user