mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Touches Up the Surface Somewhat
Changes the rock texture to hopefully be a bit better. It's a recolored version of /tg/'s lavaland rock, and modified slightly to look less repetitive. Ports the lavaland rock tile sprite entirely for future away missions. Adds tree chopping down feature. All trees now have health, and hitting it with things will reduce it. Generally you need something sharp to have a chance of actually felling the tree. Adds log material, which is obtained from chopping trees. Hitting these with a sharp weapon converts them into two planks per log. Can be used to build log walls but otherwise can't be used to craft, at the moment. Ports /tg/ tree sprites. Might have a use for them in away missions, who knows. Makes crystals start anchored and glow. Shoveling snow checks toolspeed now.
This commit is contained in:
@@ -29,4 +29,6 @@ var/global/list/description_icons = list(
|
||||
"power cell" = image(icon='icons/obj/power.dmi',icon_state="hcell"),
|
||||
"device cell" = image(icon='icons/obj/power.dmi',icon_state="dcell"),
|
||||
"weapon cell" = image(icon='icons/obj/power.dmi',icon_state="wcell"),
|
||||
|
||||
"hatchet" = image(icon='icons/obj/weapons.dmi',icon_state="hatchet"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user