Updates scp.js

This commit is contained in:
DoobieRalsei 2024-05-03 13:56:38 -07:00 committed by GitHub
parent 02b8c87d4e
commit 1f5a8d1c00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ elements.plague_doctor = {
createPixel("doc_head", pixel.x, pixel.y-1);
pixelMap[pixel.x][pixel.y-1].color = pixel.color;
pixel.element = "doc_body";
pixelMap[pixel.x][pixel.y].color = ["#11111f","#242424"];
pixel.color = pixelColorPick(pixel)
}
else {
deletePixel(pixel.x, pixel.y);