fixes and forgotten botany belt

This commit is contained in:
Fox-McCloud
2017-01-27 19:28:00 -05:00
parent 6d3ef6001f
commit 9b56e9ac70
5 changed files with 11 additions and 3 deletions
@@ -55,7 +55,7 @@
return ..()
/obj/machinery/smartfridge/proc/accept_check(obj/item/O)
if(istype(O,/obj/item/weapon/reagent_containers/food/snacks/grown/) || istype(O,/obj/item/seeds/))
if(istype(O,/obj/item/weapon/reagent_containers/food/snacks/grown/) || istype(O,/obj/item/seeds/) || istype(O,/obj/item/weapon/grown/))
return 1
return 0
+1 -1
View File
@@ -358,7 +358,7 @@
/obj/item/weapon/disk/plantgene
name = "plant data disk"
desc = "A disk for storing plant genetic data."
icon_state = "datadisk2"
icon_state = "datadisk_hydro"
materials = list(MAT_METAL=30, MAT_GLASS=10)
var/datum/plant_gene/gene
var/read_only = 0 //Well, it's still a floppy disk
+1 -1
View File
@@ -982,4 +982,4 @@
to_chat(user, "<span class='notice'>You clear up [src]!</span>")
qdel(src)
else
return ..()
..()
@@ -139,6 +139,14 @@
build_path = /obj/item/weapon/storage/belt/utility
category = list("initial","Leather and Cloth")
/datum/design/hydrobelt
name = "Botanist belt"
id = "hydrobelt"
build_type = BIOGENERATOR
materials = list(MAT_BIOMASS = 300)
build_path = /obj/item/weapon/storage/belt/botany
category = list("initial","Leather and Cloth")
/datum/design/secbelt
name = "Security belt"
id = "secbelt"