Various shuttle fixes, new shuttle type (#19378)

* shuttle fixes

* bamboo

* nocreep grass

* windows
This commit is contained in:
S34N
2022-11-09 23:37:19 -06:00
committed by GitHub
parent c61199b4e0
commit f9a55dbbd8
21 changed files with 1680 additions and 7775 deletions
@@ -119,6 +119,15 @@
/obj/structure/bonfire/dense
density = TRUE
/obj/structure/bonfire/lit //haha empty define
/obj/structure/bonfire/lit/dense
density = TRUE
/obj/structure/bonfire/lit/Initialize(mapload)
. = ..()
StartBurning()
/obj/structure/bonfire/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/stack/rods) && !can_buckle)
var/obj/item/stack/rods/R = W