getting closer to being ready

This commit is contained in:
Bawhoppen
2020-03-05 18:09:21 -06:00
185 changed files with 1093 additions and 511 deletions
@@ -246,6 +246,7 @@
StartBurning()
/obj/structure/bonfire/Crossed(atom/movable/AM)
. = ..()
if(burning & !grill)
Burn()
@@ -76,6 +76,7 @@
resistance_flags = FLAMMABLE
/obj/item/cultivator/rake/Crossed(atom/movable/AM)
. = ..()
if(!ishuman(AM))
return
var/mob/living/carbon/human/H = AM