shit stain and null burnInto

This commit is contained in:
Lily-129 2022-02-11 19:29:49 -05:00 committed by GitHub
parent 73e922456c
commit 5b8e629c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 18 deletions

View File

@ -15,24 +15,9 @@ elements.shit = {
category: "shit",
state: "solid",
density: 1060,
stain: 0.34,
},
elements.altnull = {
color: settings.bg,
behavior: behaviors.SELFDELETE,
reactions: {
"altnull": { "elem1": null, "elem2": null }
},
tick: function(pixel) {
deletePixel(pixel.x,pixel.y)
},
burn: 10000,
burnTime: 1,
hidden: true,
category: "special",
},
elements.dried_shit = {
color: ["#b58738","#8c7245","#ad915f","#b5a174","#705e34","#bdad88"],
behavior: [
@ -48,9 +33,9 @@ elements.dried_shit = {
density: 265,
burn: 120,
burnTime: 300,
burnInto: ["ash","altnull","altnull"],
burnInto: ["ash",null,null],
tempHigh: 300, //bs
stateHigh: ["ash","altnull","altnull"],
stateHigh: ["ash",null,null],
},
elements.diarrhea = {
@ -71,6 +56,7 @@ elements.diarrhea = {
state: "liquid",
density: 1030, //bs
viscosity: 3,
stain: 0.51,
},
elements.frozen_shit = {