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
+1 -1
View File
@@ -154,7 +154,7 @@ RLD
icon_state = "rcd"
lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi'
custom_price = 1700
custom_price = 900
max_matter = 160
item_flags = NO_MAT_REDEMPTION | NOBLUDGEON
has_ammobar = TRUE
@@ -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
+1 -1
View File
@@ -78,7 +78,7 @@
name = "crew pinpointer"
desc = "A handheld tracking device that points to crew suit sensors."
icon_state = "pinpointer_crew"
custom_price = 1000
custom_price = 600
var/has_owner = FALSE
var/pinpointer_owner = null
@@ -422,6 +422,8 @@
throw_range = 7
var/empty = FALSE
item_state = "firstaid"
custom_price = 300
custom_premium_price = 500
/obj/item/storage/hypospraykit/ComponentInitialize()
. = ..()
+1 -1
View File
@@ -145,7 +145,7 @@
desc = "A janitorial watertank backpack with nozzle to clean dirt and graffiti."
icon_state = "waterbackpackjani"
item_state = "waterbackpackjani"
custom_price = 1200
custom_price = 1000
/obj/item/watertank/janitor/Initialize()
. = ..()