mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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:
@@ -172,6 +172,7 @@
|
||||
src.L += new /obj/item/weapon/scalpel(src)
|
||||
src.L += new /obj/item/weapon/circular_saw(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/device/igniter(src)
|
||||
src.LL += new /obj/item/device/timer(src)
|
||||
|
||||
@@ -248,7 +248,7 @@
|
||||
icon_state = "frame"
|
||||
name = "AI display"
|
||||
anchored = 1
|
||||
density = 1
|
||||
density = 0
|
||||
|
||||
var/mode = 0 // 0 = Blank
|
||||
// 1 = AI emoticon
|
||||
|
||||
Reference in New Issue
Block a user