mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Various shuttle fixes, new shuttle type (#19378)
* shuttle fixes * bamboo * nocreep grass * windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user