mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Removes the "proximity crew pinpointer" (the ones parameds spawn with), paramedic PDAs start with the lifeline app instead (#68993)
* Parameds start with the Lifeline tablet app instead of a proximity pinpointer, with a Calomel bottle replacing their now empty medical belt slot.
This commit is contained in:
@@ -162,28 +162,6 @@
|
||||
if(!target) //target can be set to null from above code, or elsewhere
|
||||
active = FALSE
|
||||
|
||||
/obj/item/pinpointer/crew/prox //Weaker version of crew monitor primarily for EMT
|
||||
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_CREW * 3
|
||||
|
||||
/obj/item/pinpointer/crew/prox/get_direction_icon(here, there)
|
||||
var/size = ""
|
||||
if(here == there)
|
||||
size = "small"
|
||||
else
|
||||
switch(get_dist(here, there))
|
||||
if(1 to 4)
|
||||
size = "xtrlarge"
|
||||
if(5 to 16)
|
||||
size = "large"
|
||||
//17 through 28 use the normal pinion, "pinondirect"
|
||||
if(29 to INFINITY)
|
||||
size = "small"
|
||||
return "pinondirect[size]"
|
||||
|
||||
/obj/item/pinpointer/pair
|
||||
name = "pair pinpointer"
|
||||
desc = "A handheld tracking device that locks onto its other half of the matching pair."
|
||||
|
||||
Reference in New Issue
Block a user