Adds NOCONDUCT to Some Items

This commit is contained in:
Atermonera
2019-08-08 12:07:10 -08:00
committed by VirgoBot
parent 15948e7e4c
commit 0469a309cc
9 changed files with 39 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
icon = 'icons/obj/hydroponics_products.dmi'
icon_state = "blank"
desc = "Nutritious! Probably."
flags = NOCONDUCT
slot_flags = SLOT_HOLSTER
var/plantname

View File

@@ -37,6 +37,7 @@
desc = "A reminder of meals gone by."
icon = 'icons/obj/trash.dmi'
icon_state = "corncob"
flags = NOCONDUCT
w_class = ITEMSIZE_SMALL
throwforce = 0
throw_speed = 4
@@ -55,6 +56,7 @@
desc = "A peel from a banana."
icon = 'icons/obj/items.dmi'
icon_state = "banana_peel"
flags = NOCONDUCT
w_class = ITEMSIZE_SMALL
throwforce = 0
throw_speed = 4