mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Three small changes - Buckets are now available from autolathes, added generic remote signaller cartridges to the Tool Storage vending machine, adjusted AI status display density to 0 by request of veryinky
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@12 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -865,6 +865,9 @@
|
|||||||
icon = 'janitor.dmi'
|
icon = 'janitor.dmi'
|
||||||
icon_state = "bucket"
|
icon_state = "bucket"
|
||||||
item_state = "bucket"
|
item_state = "bucket"
|
||||||
|
m_amt = 200
|
||||||
|
g_amt = 0
|
||||||
|
|
||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
flags = FPRINT | OPENCONTAINER
|
flags = FPRINT | OPENCONTAINER
|
||||||
New()
|
New()
|
||||||
|
|||||||
@@ -551,9 +551,9 @@
|
|||||||
var/wires = 15
|
var/wires = 15
|
||||||
|
|
||||||
/obj/machinery/vending/assist
|
/obj/machinery/vending/assist
|
||||||
product_amounts = "5;3;4;1"
|
product_amounts = "5;3;4;1;4"
|
||||||
product_hidden = "/obj/item/device/flashlight;obj/item/device/timer"
|
product_hidden = "/obj/item/device/flashlight;obj/item/device/timer"
|
||||||
product_paths = "/obj/item/device/prox_sensor;/obj/item/device/igniter;/obj/item/device/radio/signaler;/obj/item/weapon/wirecutters"
|
product_paths = "/obj/item/device/prox_sensor;/obj/item/device/igniter;/obj/item/device/radio/signaler;/obj/item/weapon/wirecutters;/obj/item/weapon/cartridge/signal"
|
||||||
product_hideamt = "5;2"
|
product_hideamt = "5;2"
|
||||||
|
|
||||||
/obj/machinery/vending/coffee
|
/obj/machinery/vending/coffee
|
||||||
|
|||||||
@@ -172,6 +172,7 @@
|
|||||||
src.L += new /obj/item/weapon/scalpel(src)
|
src.L += new /obj/item/weapon/scalpel(src)
|
||||||
src.L += new /obj/item/weapon/circular_saw(src)
|
src.L += new /obj/item/weapon/circular_saw(src)
|
||||||
src.L += new /obj/item/device/t_scanner(src)
|
src.L += new /obj/item/device/t_scanner(src)
|
||||||
|
src.L += new /obj/item/weapon/reagent_containers/glass/bucket(src)
|
||||||
src.LL += new /obj/item/weapon/flamethrower(src)
|
src.LL += new /obj/item/weapon/flamethrower(src)
|
||||||
src.LL += new /obj/item/device/igniter(src)
|
src.LL += new /obj/item/device/igniter(src)
|
||||||
src.LL += new /obj/item/device/timer(src)
|
src.LL += new /obj/item/device/timer(src)
|
||||||
|
|||||||
@@ -248,7 +248,7 @@
|
|||||||
icon_state = "frame"
|
icon_state = "frame"
|
||||||
name = "AI display"
|
name = "AI display"
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 0
|
||||||
|
|
||||||
var/mode = 0 // 0 = Blank
|
var/mode = 0 // 0 = Blank
|
||||||
// 1 = AI emoticon
|
// 1 = AI emoticon
|
||||||
|
|||||||
Reference in New Issue
Block a user