mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 20:37:45 +01:00
TREES
This commit is contained in:
@@ -98,6 +98,45 @@
|
||||
/obj/item/grown/log/steel/CheckAccepted(obj/item/I)
|
||||
return FALSE
|
||||
|
||||
/obj/item/grown/log/ashtree
|
||||
seed = null
|
||||
name = "ashtree log"
|
||||
desc = "A piece of log."
|
||||
icon_state = "ashtree_log"
|
||||
|
||||
/obj/item/grown/log/gmushroom
|
||||
seed = null
|
||||
name = "mushroom log"
|
||||
desc = "Looks like candy! Do not eat it."
|
||||
icon_state = "mushroom_log"
|
||||
plank_type = /obj/item/stack/sheet/mineral/gmushroom
|
||||
plank_name = "mushroom planks"
|
||||
|
||||
/obj/item/grown/log/gmushroom/CheckAccepted(obj/item/I)
|
||||
return FALSE
|
||||
|
||||
/obj/item/grown/log/shadowtree
|
||||
seed = null
|
||||
name = "shadow log"
|
||||
desc = "A piece of dark log."
|
||||
icon_state = "shadow_log"
|
||||
plank_type = /obj/item/stack/sheet/mineral/shadoww
|
||||
plank_name = "shadow planks"
|
||||
|
||||
/obj/item/grown/log/gmushroom/CheckAccepted(obj/item/I)
|
||||
return FALSE
|
||||
|
||||
/obj/item/grown/log/plasmatree
|
||||
seed = null
|
||||
name = "plasma tree log"
|
||||
desc = "A heavy piece log."
|
||||
icon_state = "plasmatree_log"
|
||||
plank_type = /obj/item/stack/sheet/mineral/plaswood
|
||||
plank_name = "plaswood planks"
|
||||
|
||||
/obj/item/grown/log/plasmatree/CheckAccepted(obj/item/I)
|
||||
return FALSE
|
||||
|
||||
/obj/item/seeds/bamboo
|
||||
name = "pack of bamboo seeds"
|
||||
desc = "A plant known for its flexible and resistant logs."
|
||||
@@ -163,7 +202,7 @@
|
||||
/obj/structure/bonfire/prelit/Initialize()
|
||||
. = ..()
|
||||
StartBurning()
|
||||
|
||||
|
||||
/obj/structure/bonfire/CanPass(atom/movable/mover, turf/target)
|
||||
if(istype(mover) && (mover.pass_flags & PASSTABLE))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user