mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
getting closer to being ready
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user