reducing some prices as training wheel.

This commit is contained in:
Ghommie
2020-05-03 05:37:04 +02:00
parent 1cb83547fa
commit b2a20d5438
8 changed files with 8 additions and 7 deletions
@@ -80,7 +80,6 @@ SLIME SCANNER
var/mode = 1
var/scanmode = 0
var/advanced = FALSE
custom_price = 100
/obj/item/healthanalyzer/suicide_act(mob/living/carbon/user)
user.visible_message("<span class='suicide'>[user] begins to analyze [user.p_them()]self with [src]! The display shows that [user.p_theyre()] dead!</span>")
@@ -5,7 +5,7 @@
icon_state = "scanner"
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_BELT
custom_price = 1750
custom_price = 900
/obj/item/sensor_device/attack_self(mob/user)
GLOB.crewmonitor.show(user,src) //Proc already exists, just had to call it